July 2013
Intermediate to advanced
1228 pages
34h 1m
English
CHAPTER 5
![]()
Essential Development Tools
In this chapter, we will describe some of the essential tools and features for ASP.NET Framework application development. These tools and features are not specific to Web Forms projects, but they are worth discussing because they can be applied to any kind of ASP.NET application (and, in some cases, any kind of web application, including those not developed using the .NET Framework).
Creating the Example Project
For this chapter, we have created a new project called EssentialTools using the Visual Studio ASP.NET Empty Web Application template. We added a new Web Form called Default.aspx to the project, the ...