Archives
-
Create an offline installer for Visual Studio 2017
Since Visual Studio 2017 is released, I wanted to try it as usual. But I found, there is no ISO available for Visual Studio 2017. But there is a beautiful guide available that explains how to create an offline installer for Visual Studio. You can find the document in the below link
-
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.
-
Walkthrough: Installing SharePoint 2016
Over the past years, every time a SharePoint version pops out, I used to share my installation experience. I have done this for 2007, 2010 and 2013.
You can refer those posts from the below URLs.
https://weblogs.asp.net/sreejukg/installing-sharepoint-2007-moss-2007
-
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.