Distributed .NET Programming in VB .NET

Tom Barnaby

  • 出版商: Apress
  • 出版日期: 2002-09-24
  • 售價: $1,870
  • 貴賓價: 9.5$1,777
  • 語言: 英文
  • 頁數: 552
  • 裝訂: Paperback
  • ISBN: 1590590686
  • ISBN-13: 9781590590683
  • 相關分類: .NET
  • 海外代購書籍(需單獨結帳)

買這商品的人也買了...

商品描述

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 VB .NET 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.

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
Appendix Data Access with ADO.NET