To create a .Net project you need some basic tool to start.
First of all you need any version of Visual Studio IDE (Integrated Development environment) after installing Visual Studio to our local system automatically install .Net framework, Below is an Image of visual studio 2013 when you open visual studio 2013.
After installing when you open a visual studio so it look like above image this is an image of visual studio 2013 that's it installation part is complete.
Some thing about Visual Studio :
"Visual Studio is a complete set of development tools for building ASP.NET Web applications, XML Web Services, desktop applications, and mobile applications. Visual Basic, Visual C#, and Visual C++ all use the same integrated development environment (IDE), which enables tool sharing and eases the creation of mixed-language solutions. In addition, these languages use the functionality of the .NET Framework, which provides access to key technologies that simplify the development of ASP Web applications and XML Web Services."
Here we ready to develop any project in visual studio.
Step 2 : Go to file which is present in top left corner - New - New Project. When you click on project new wizard will open just like below image.
As you can see in left side their is so many templates is present like visual basic, visual C#, visual C++ etc, So click on Visual C# and it will open all templates of C# in right side, So select Asp.net Web Application template and provide Project Name, Location and Solution name and click OK.
When you press OK so another wizard will open, This wizard will come in visual studio 2012 and upgrade version of visual studio, If you are not getting this wizard so don't get panic your solution are ready in that case.
Below are the image of wizard
If you get that wizard so go tho empty template and select web form and press OK.
That's it your project is ready to work.
Open Solution Explorer (if you are unable to find solution explorer so go to view and click solution explorer)
In Solution Explorer right click and new pages and start working on it.
Conclusion : In above article i have explained how to start with visual studio. This part contains only basic level of visual studio and in next article i will explain how to create a basic application using asp.net with c# and what type of tool is present in visual studio which have make visual studio a best IDE to development.
KEEP CALM and READ ON!!!
Ankur Omar
No comments:
Post a Comment