The online computer book shop for UK & Europe                                   

   Books Home | About Us | Index | Next Record | Browse

 
  

Tel: 0121 706 6000 

Static Book Details Page - Computer Manuals Website

 Programming Visual C# 2005: The Base Class Library
  

  Programming Visual C# 2005: The Base Class Library by Francesco Balena

  • Published by: MICROSOFT PRESS
  • Author: Francesco Balena
  • Page Count: 600
  • Group: C# - VISUAL C# 2005
  • ISBN: 0735623082/9780735623088
  • Published: Apr 2006

Our Price: 21.69
Discount: 30%
RRP: 30.99 

For Latest Pricing and Availability Click Here
 

The online computer book shop for UK & Europe

Book store with some thing for everyone

Book Information and Description:

Programming Visual C# 2005: The Base Class Library
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

CONTENTS:

.NET Framework Basic types
Object lifetime
Interfaces
Generics
Arrays
Regular expressions
Files
Assemblies
Reflection
Custom attributes
Threads
COM interop