《Professional ASP.NET Server Control and Component Development》
本文摘录自:
The ASP.NET 2.0 Framework introduced web developers to dozens of new server controls and components, and a greatly expanded and easier structure for writing their own server controls and components. Professional ASP.NET 2.0 Server Control and Component Development covers the breadth of server control functionality as well as the rest of the membership, role management, SchemaImporterExtension, and so on – the functionality referred to as components. Written for the experienced ASP.NET developer, Professional ASP.NET 2.0 Server Control and Component Development will show you how to write your first sever control or custom component.
The step-by-step coverage drills down to the details of the extensible part of the ASP.NET 2.0 Framework that you need to extend to write the specified type of custom control or component. Rather than present the extensible part as a black box, it presents a detailed step-by-step approach to implement functional replica of the extensible part, discusses the replica’s code in detail, and provides an in-depth coverage of the techniques, tools, and technologies used in the code. From there you get a detailed practical recipe for developing the specified type of custom control or component and book then uses the recipe to implement one or more real-world custom controls or components of the specified type that you can use in your own Web applications.
Some of the many types of controls and components you'll learn to build are:
- Ajax-enabled controls and components: four chapters on Ajax discuss and use Ajax patterns, ASP.NET 2.0 client callback mechanism, CSS, DOM, XML, and JavaScript to implement a number of Ajax-enabled controls and components.
- Web Parts: four chapters on Web Parts in ASP.NET 2.0 develop a number of custom WebPart, EditorPart, CatalogPart, WebPartZone, WebPartChrome, WebPartVerb, WebPartManager, and data-bound WebPart controls.
- 5 chapters on ASP.NET 2.0 security, membership, and role management components
- 5 chapters on ASP.NET 2.0 tabular and hierarchical data source controls and custom Parameter components
- 4 chapters on ASP.NET 2.0 tabular data-bound controls and data control fields
- Developing controls and components that can access any type of data store and automate all their data operations such as Delete, Update, Insert, and Sort.
- XML Web service, WSDL, Google XML Web service API, SchemaImporterExtension, ISerializable, and CodeDom
- XmlReader, XmlWriter, XPathNavigator, DOM, and XmlResolver
- Provider-Based Services including how to implement a RSS service provider that can feed RSS from any type of data store such as SQL Server, file system, Web services, and so on
- HTTP modules, HTTP handler factories, HTTP handlers, and control builders including developing an HTTP module and an HTTP handler factory that perform URL rewriting and an HTTP handler that generates RSS feeds
- User controls and composite and templated custom controls
- State management and custom type converters.
- Events, IPostBackEventHandler, IPostBackDataHandler, and Page lifecycle
Index
Chapter 1 The ASPNET 2.0 Framework
Chapter 2 Developing Simple Custom Controls and User ControlsChapter 3 Developing CustomStyled ControlsChapter 4 Developing Custom Controls that Raise EventsChapter 5 Developing Custom Composite ControlsChapter 6 Developing Custom Templated ControlsChapter 7 Developing Custom Controls with Complex PropertiesChapter 8 ASPNET Request Processing ArchitectureChapter 9 Data BindingChapter 10 XML Web ServicesChapter 11 Implementing Schema Importer Extensions and ISerializable InterfaceChapter 12 Understanding the ASPNET 20 Tabular Data Source Control ModelChapter 13 The ASPNET 20 Data Source Control Parameter ModelChapter 14 Developing ASPNET 20 Custom Tabular Data Source ControlsChapter 15 Understanding the ASPNET 20 Hierarchical Data Source Control ModelChapter 16 Developing ASPNET 20 Custom Hierarchical Data Source ControlsChapter 17 Understanding the ASPNET 20 Tabular DataBound Control ModelChapter 18 The ASPNET 20 Data Control Field ModelChapter 19 Developing ASPNET 20 Custom Tabular DataBound ControlsChapter 20 Why You Need the ASPNET 20 MembershipRole ModelChapter 21 Understanding the ASPNET 20 Membership ModelChapter 22 Developing Custom MembershipProvider and MembershipUser ComponentsChapter 23 Understanding the ASPNET Role Management ModelChapter 24 Developing Custom Role Providers Modules and PrincipalsChapter 25 Developing Custom ProviderBased ServicesChapter 26 Developing AjaxEnabled Controls and Components ClientSide FunctionalityChapter 27 Developing AjaxEnabled Controls and Components Asynchronous Client CallbackChapter 28 Developing AjaxEnabled Controls and Components Ajax PatternsChapter 29 Developing AjaxEnabled Controls and Components More Ajax PatternsChapter 30 Understanding the ASPNET 20 Web Parts FrameworkChapter 31 Developing Custom WebPart EditorPart and CatalogPart ControlsChapter 32 Developing Custom WebPartZoneBase ControlsChapter 33 WebPartManager Web Par ts Connections and DataBound WebPart Controls
参考网址:
我将会把所学到的和网上搜集到的相关知识搬进来,不断的完善,希望能整理出一系列的资料供大家参考。
待续....