Programming Microsoft Visual C# 2005 - The Base Class Library
Francesco Balena(Author)
Microsoft Press
Published on 12. April 2006
Book
Paperback/Softback
640 pages
978-0-7356-2308-8 (ISBN)
Description
Get the guidance you need to master the intricacies of the .NET Framework base class library using Visual C#-and learn best practices for developing robust code efficiently. With hands-on programming instruction, expert insights, and practical examples, professional developers learn how to customize classes and solve sophisticated development problems for any kind of application.
Discover how to:
Use generic types defined in the .NET Framework-or author your own-to solve recurring programming problems
Master regular expressions to perform complex text searches and sophisticated input validation
Use iterators, anonymous methods, and asynchronous delegates
Take code reuse to the next level with reflection
Use custom attribute to implement plug-in architectures and n-tier applications
Serialize complex objects to file or database fields
Address versioning issues with large programs and multiple executables
Apply multithreading techniques to help avoid resource-sharing issues
Work with unmanaged code and COM components by using Pinvoke and COM Interop
PLUS-Get code samples on the Web
Discover how to:
Use generic types defined in the .NET Framework-or author your own-to solve recurring programming problems
Master regular expressions to perform complex text searches and sophisticated input validation
Use iterators, anonymous methods, and asynchronous delegates
Take code reuse to the next level with reflection
Use custom attribute to implement plug-in architectures and n-tier applications
Serialize complex objects to file or database fields
Address versioning issues with large programs and multiple executables
Apply multithreading techniques to help avoid resource-sharing issues
Work with unmanaged code and COM components by using Pinvoke and COM Interop
PLUS-Get code samples on the Web
More details
Language
English
Place of publication
Redmond
United States
Dimensions
Height: 229 mm
Width: 187 mm
ISBN-13
978-0-7356-2308-8 (9780735623088)
Copyright in bibliographic data is held by Nielsen Book Services Limited or its licensors: all rights reserved.
Schweitzer Classification
Person
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.
Content
.NET Framework Basic types Object lifetime Interfaces Generics Arrays Regular expressions Files Assemblies Reflection Custom attributes Threads COM interop