This book is written by a Microsoft MVP and is an important skills book in the ASP.NET field. It provides many little-known excellent solutions, unofficially released features, tips and tricks, which can help readers build applications from MVPs. Benefit directly from the rich experience and quickly become an ASP.NET development master. This book is worthy of every Web developer who is familiar with ASP.NET programming principles and methods and wants to improve his programming skills from "general" to "advanced".
Table of contents: Chapter 1 Tips Program Review 1.1 Wizard tips replaced by ASP.NET2.0 1.1.1ASP.NET Wizard Herald 1.1.2 Wizard in ASP.NETv2.0 1.1.3 Implement ASP.NET2.0 Wizard 1.2MasterPage: then and now 1.2.1MasterPage template in ASP.NETv1.1 1.2.2MasterPage in ASP.NETv2.0 1.2.3 Implement MasterPage 1.3URL rewriting function 1.3.1 Why should we rewrite URLs? 1.3.2 Tips for ASP.NETv1.1 1.3.3 Alternatives to ASP.NETv2.0 1.3.4 Implement URL mapping function 1.4 Summary Chapter 2 Starting a new project 2.1 Organize projects and solutions 2.1.1Creating solutions 2.1.2 Create Web Project 2.1.3 Delete files from web folders 2.1.4 A trick program from the ASP.NET team 2.1.5 Create a public class library project 2.1.6 Select a namespace 2.1.7 Using database projects 2.1.8 Using SQLServer Project 2.1.9 Install and deploy projects using the Web 2.2 Create project reference 2.3 Use source code control 2.4 Using Page base class 2.5 Using MasterPage 2.6 Create the first content page 2.7 Create a theme 2.7.1 Use Skin or CSS 2.7.2 Create Skin file 2.7.3 Name the Skin file 2.8Web configuration and team 2.8.1 Simple way 2.8.2 External file method 2.9 Export template 2.10 Summary Chapter 3 Provider Functions 3.1 What is the provider model 3.2 Providers included with ASP.NET2.0 3.3 Extending built-in providers 3.3.1 Inherit SqlMembershipProvider 3.3.2 Configuring a new provider 3.3.3 Check the provider’s configuration 3.3.4 Rewrite ValidateUser 3.4 Build your own member provider 3.5 Build your own role provider 3.6 Setting up the role provider proxy 3.6.1 Implementing the role proxy provider 3.6.2 Modify Web.Config for role agent provider …