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

 Distributed .NET Programming in C#
  

  Distributed .NET Programming in C# by Barnaby, Tom

  • Published by: APRESS
  • Author: Barnaby, Tom
  • Page Count: 484
  • Group: .NET - GENERAL
  • ISBN: 1590590392/9781590590393
  • Published: Jun 2002

Our Price: 24.14
Discount: 32%
RRP: 35.50 

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:

Distributed .NET Programming in C#
With the release of .NET, Microsoft has once again altered the distributed programming landscape. Almost everything has changed, from data access to remote object calls to the deployment of software components. And, of course, .NET introduces a new technology in XML Web services that may revolutionize Web development.

Distributed .NET Programming in C# describes how to use these new .NET technologies to build fast, scalable, and robust distributed applications. Along the way, it answers common questions, such as, How do I use the .NET Remoting Framework? What role does COM+ play in the .NET universe? How can I interoperate with COM components? What's the difference between .NET Remoting and Web services? How will these changes affect the architecture and design of a distributed application?

Tom Barnaby assumes the reader is already familiar with the fundamentals of .NET. However, a .NET overview is provided to concisely explain several of the core .NET technologies that are essential for distributed programming, including building, versioning, and deploying assemblies; garbage collection; serialization; and attribute-based programming.

Table of Contents:

Chapter 1 The Evolution of Distributed Programming
Chapter 2 This Is .NET
Chapter 3 Introduction to .NET Remoting
Chapter 4 Distributed Programming with .NET Remoting
Chapter 5 Additional Remoting Techniques
Chapter 6 Understanding XML Web Services
Chapter 7 Understanding COM Interop
Chapter 8 Leveraging Component Services
Chapter 9 .NET Message Queuing