Contents tagged with Visual Studio 2015
-
Change the default location for Projects in Visual Studio 2015
When you create a project in Visual studio 2015, the first thing you need to choose is the location for the project. By default the location is under the documents which is under the system drive. The below screenshot shows the new project dialog with the default location.
-
Web API - Documentation & Testing
ASP.Net Web API is a framework for building HTTP Services. ASP.Net Web API makes it easy to write Restful applications on the .Net framework. Writing HTTP services is part of almost every developer’s job.
-
The Null Conditional Operator
Â