Visual Web Developer is a full-featured development environment for creating ASP.NET Web applications. Visual Web Developer offers you the following features:
- Web page design A powerful Web page editor that includes WYSIWYG editing and an HTML editing mode with IntelliSense and validation.
- Page design features Consistent site layout with master pages and consistent page appearance with themes and skins.
- Code editing A code editor that enables you to write code for your dynamic Web pages in Visual Basic or C#. The code editor includes syntax coloration and IntelliSense.
- Testing and Debugging A local Web server for testing and a debugger that helps you find errors in your programs.
- Deployment Tools to automate typical tasks for deploying a Web application to a hosting server or a hosting provider.
Using Visual Studio 2010, you can create different types of ASP.NET projects, which includes Web sites, Web applications, Web services, and AJAX server controls.There is a difference between Web site projects and Web application projects. Some features work only with Web application projects, such as MVC and certain tools for automating Web deployment. Other features, such as Dynamic Data, work with both Web sites and Web application projects. For more information about the differences between Web application projects and Web site projects
ASP.NET API ReferenceSome of the most important namespaces in the .NET Framework class library that pertain to ASP.NET are the following:System.web
No comments:
Post a Comment