Programming .NET Components, 2nd Edition

less than 1 minute read

This book is a must for those that want to go beyond the “Hello World” applications. It covers many of the “advanced” topics in building .NET applications. The chapter on Generics is well worth the price of the book. This is a ** must-have**. Topics Covered:

  • Introducing Component-Oriented Programming
  • .NET Component-Oriented Programming Essentials
  • Interface-Based Programming
  • Lifecycle Management
  • Versioning
  • Events
  • Asynchronous Calls
  • Multithreading and Concurrency Management
  • Serialization and Persistence
  • Remoting
  • Context and Interception
  • Security
  • Interface-Based Web Services
  • Unifying Windows Forms and ASP.NET Security
  • Reflection and Attributes
  • Generics
  • C# Coding Standards