Continue for Next Page Click Here
Creating a new project
To create a new project in Visual Studio, follow the steps given below.- Open Microsoft Visual Studio 2010.
- Click on File –>New –> Project.
- In the New Project dialog box, the left side panel displays the list of .NET languages like
ii. Visual Basic
iii. Visual C++ etc.
The right side panel displays the list of project templates like
- Windows Forms Application
- Class Library
- ASP.NET Web Application
- ASP.NET Web Service Application
- WPF Application
- WPF Browser Application
- Console Application
- WCF Service Application
- Windows Forms Control Library
- Select the appropriate language and required project template. For example select Visual C# and Windows Forms Application.
- Provide the following details:
i. Name: Specifies the name of the project.
Ex: WindowsFormsApplication1.
ii. Location: Specifies the path, in which the project is to be stored.
iii. Solution Name: The actual name of the solution. (By default the solution will be created with one project, later you can add other projects to this solution if needed).
- Click on OK to confirm. Then the new project will be created.
In the above screen, you can see an empty form created automatically, named as Form1.
No comments:
Post a Comment