by bilalamjad | Mar 31, 2019 | Visual Studio
The uCalc Search/Transform extension for Visual Studio takes search and refactoring to a new level. Why search for just one thing at a time, when you can find as many things as you want simultaneously? Gone are the days of old fashioned Ctrl-F type searches that...
by bilalamjad | Feb 17, 2019 | Visual Studio
1. Debug options Open options dialog and make sure you have check boxes set as on following image in red boxes. 2. Download symbols and source Now we have to allow downloading symbol files. By default the location of symbols is somewhere under application user data...
by bilalamjad | Feb 16, 2019 | Visual Studio
When you run your application within Visual Studio, with the debugger running, you can set Visual Studio to break anytime a C# Exception is thrown. This can help you find exceptions in your code that you did not know existed. To access Exception Settings, go to Debug...
by bilalamjad | Sep 16, 2018 | .NET, ASP.NET, ASP.NET, ASP.NET Online, Visual Studio
In this article, we will see a very simple method to upload large files in the Web API project using MultipartFormDataStreamProvider. We can create a Web API project in Visual Studio 2017 or 2015. After some time, our project will be created with default templates. We...
by bilalamjad | Apr 4, 2018 | .NET, Microsoft, Visual Studio
Microsoft has released the latest version of Visual Studio 1.22 recently with a few additions and improvements to it. The primary feature that Microsoft has introduced is called “Logpoints”. The idea of Logpoints is very literal – i.e. these are the breakpoints while...
by bilalamjad | Jul 16, 2016 | General, Visual Studio
I was going to install Visual Studio Community 2013, but it asked me to uninstall Visual Studio 2013. I started checking some demos about Visual Studio Community 2013 (you can check the demo from Channel 9) and noticed that you can install the same tools as in Visual...
Recent Comments