How to create console application in Visual studio 2013

Creation of a console application in Visual Studio 2013

First, we will see how we can create a console application in visual studio 2013 which will be used as a development tool.

Open Visual studio 2013 and run Visual Studio as an Administrator
To Create a console application go to File -New-  and select Project.



From Installed template select Console application in Visual C# menu.Type name and click on Ok Button.



In the solution explorer,right-click on the 'References' folder and then click on 'Add Reference' option.



Click on browse option to add Add the following assemblies Microsoft.SharePoint.Client.dll  2.Microsoft.SharePoint.Runtime.dll from this path (C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\ISAPI).

 In this way you can create console application.Happy reading :-)

पुढे
« Prev Post
Previous
Next Post »