The .NET framework is a development platform proposed by Microsoft to adapt to the development of the Internet and the market situation. C# is Microsoft's preferred language tailored for the .NET framework. This book briefly introduces the basic concepts of the .NET framework and common language runtime to readers, and further explains the interoperability method between the new .NET framework and the existing COM+ (Component Object Model Extension) technology, that is, how to use COM+ in COM+. Using .NET components and how to use existing COM+ components in the .NET framework; how to use C# language to create new COM+ components that comply with the .NET specification. These components can be used for transaction processing, security, events, object sharing, event queuing, and Remote processing.
In order for readers to better read this book, the author also introduces the key points of the C# language in the appendix. All the source code in this book is included on the CD that accompanies this book.
This book is suitable for developers who are interested in learning Microsoft's new .NET framework platform.
Expand