The Microsoft .NET Framework provides powerful technologies such as ASP.NET Web Forms, XML Web services, and Windows Forms to simplify developing applications and components that work seamlessly on the Internet. This book shows how to make the most of the .NET Framework's common language runtime (CLR). Written by two highly respected developer/writers and intended for anyone who understands OOP concepts such as data abstraction, inheritance, and polymorphism, this book clearly explains the extensible type system of the CLR, examines how the CLR manages the behavior of types, and explores how an application manipulates types. While focusing on Visual Basic .NET, its in-depth explanations and concepts apply equally to all programming languages that target the .NET Framework.
Topics covered include:
The .NET Framework architecture
Building, packaging, deploying, and administering applications and their types
Building and deploying shared assemblies
Type fundamentals
Primitive, reference, and value types
Operations common to all objects
Type members and accessibility
Constants, fields, methods, properties, and events
Working with text
Enumerated types and bit flags
Array types
Interfaces
Custom attributes
Delegates
Error handling with exceptions
Automatic memory management
AppDomains and reflection
Sprache
Verlagsort
Zielgruppe
Maße
Höhe: 229 mm
Breite: 187 mm
Gewicht
ISBN-13
978-0-7356-1787-2 (9780735617872)
Copyright in bibliographic data is held by Nielsen Book Services Limited or its licensors: all rights reserved.
Schweitzer Klassifikation
Francesco Balena is a well-known and highly regarded developer and author. He has written numerous Microsoft Press books, including the widely acclaimed Programming Microsoft Visual Basic titles, and edits a popular Web site on .NET programming. Francesco is a cofounder of Code Architects srl, an Italian software company that specializes in using Microsoft technologies to create enterprise-level solutions and programming tools. In addition, he is a regional director for MSDN Italy, and a frequent speaker at developer conferences.
Basics of the .NET framework Working with types & the common language runtime Designing types Essential types Managing types