Components of Visual Studio IDE
New Project Dialog Box [CTRL+SHIFT+N] This dialog box allows the user to select the type of project to be created. This dialog box allows the user to create window based application as well as web based applications. The following are the some standard type of project template in New Project Dialog box 1. ASP.NET Web Application 2. ASP.NET Web Service Application 3. ASP.NET Server Control 4. ASP.NET AJAX Server Control We can access the New Project Dialog box using the File Menu à New Project This dialog box also allows the user to change the .NET framework by selecting it from the top of the dialog box. Toolbox Window [CTRL+ALT+X] It is a special window which contains small raised pictures. These small pictures are called control/Object .These control/object is used to design user interface...