๐”– Bobbio Scriptorium
โœฆ   LIBER   โœฆ

Developing. NET Custom Controls & Designers using C

โœ Scribed by James Henry


Book ID
127458452
Publisher
BlueVision Publishing
Year
2005
Tongue
English
Weight
2 MB
Category
Library
City
New York
ISBN
0972317902

No coin nor oath required. For personal study only.

โœฆ Synopsis


Chapter 1 introduced the reader to the book by describing what the book will cover, identifying the audience and what the reader should already know, and the recapping the history of control reusability. Chapter 2 introduces the reader to events and event handlers. It also discusses delegates and their comparison to function pointers. Chapter 3 talks about type conversion techniques. It starts with an introduction to the TypeConverterAttribute and then goes into a detailed explanation for implementing a custom TypeConverter derived class. Chapter 4 explains the role and usage of UITypeEditors. It also provides detailed explanations for implementing custom editors. Chapters 5, 6, and 7 dig into Windows Forms control development by describing control layout, data binding, and GDI+. Chapters 8, 9, 10, and 11 discuss Web Forms control development, with topics such as rendering and state management. Chapters 12 and 13 provide the necessary information to implement custom designers. The entire designer architecture is discussed. Chapter 14 discusses control licensing and gives examples of implementing new licensing schemes. Chapters 15 and 16 issue a recap of the entire book by walking through the implementation of a Wizard and Tab control. All aspects of control development, including designer support, are discussed.


๐Ÿ“œ SIMILAR VOLUMES


Application Development Using C# and .NE
โœ Michael Stiefel, Robert J. Oberg ๐Ÿ“‚ Library ๐Ÿ“… 2001 ๐Ÿ› Prentice Hall ๐ŸŒ English โš– 5 MB

This book gives experienced developers insight needed to build enterprise applications for Microsoft's .NET platform using C#. Extensive code examples and a running case study illustrate .NET concepts and technologies. After an outline of the programming model of the .NET framework, coverage include