Cantitate/Preț
Produs

Distributed .NET Programming in C#

Autor Tom Barnaby
en Limba Engleză Paperback – 31 mai 2002
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?
Author 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.
Citește tot Restrânge

Preț: 25398 lei

Preț vechi: 31748 lei
-20% Nou

Puncte Express: 381

Preț estimativ în valută:
4860 5113$ 4024£

Carte disponibilă

Livrare economică 24 decembrie 24 - 07 ianuarie 25
Livrare express 10-14 decembrie pentru 10144 lei

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9781590590393
ISBN-10: 1590590392
Pagini: 528
Ilustrații: XXV, 528 p. 222 illus.
Dimensiuni: 191 x 235 x 28 mm
Greutate: 0.97 kg
Ediția:Softcover reprint of the original 1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States

Public țintă

Professional/practitioner

Cuprins

1 The Evolution of Distributed Programming.- 2 This Is .NET.- 3 Introduction to .NET Remoting.- 4 Distributed Programming with .NET Remoting.- 5 Additional Remoting Techniques.- 6 Understanding XML Web Services.- 7 Understanding COM Interop.- 8 Leveraging Component Services.- 9 .NET Message Queuing.- Appendix Data Access with ADO.NET.- The Need for ADO.NET.- ADO.NET: The Big Picture.- Understanding ADO.NET Namespaces.- The Types of System.Data.- Examining the DataColumn Type.- Building a DataColumn.- Adding a DataColumn to a DataTable.- Configuring a DataColumn to Function as a Primary Key.- Enabling Autoincrementing Fields.- Configuring a Column’s XML Representation.- Examining the DataRow Type.- Understanding the DataRow.RowState Property.- The ItemArray Property.- Details of the DataTable.- Building a Complete DataTable.- Manipulating a DataTable: Deleting Rows.- Manipulating a DataTable: Applying Filters and Sort Orders.- Manipulating a DataTable: Updating Rows.- Understanding the DataView Type.- Understanding the Role of the DataSet.- Members of the DataSet.- Building an In-Memory DataSet.- Expressing Relations Using the DataRelation Type.- Navigating Between Related Tables.- Reading and Writing XML-Based DataSets.- Building a Simple Test Database.- ADO.NET Managed Providers.- Working with the OleDb Managed Provider.- Establishing a Connection Using the OleDbConnection Type.- Building a SQL Command.- Working with the OleDbDataReader.- Connecting to an Access Database.- Executing a Stored Procedure.- The Role of the OleDbDataAdapter Type.- Filling a DataSet Using the OleDbDataAdapter Type.- Working with the SQL Managed Provider.- The System.Data.SqlTypes Namespace.- Inserting New Records Using the SglDataAdapter.- Updating Existing Records Using theSglDataAdapter.- Autogenerated SQL Commands.- Filling a Multitabled DataSet (and Adding DataRelations).- Summary.

Notă biografică

Tom Barnaby is a Microsoft consultant, C# "Most Valuable Professional," national speaker, and author of several .NET books including Distributed .NET Programming in C#, and Applied .NET Attributes. In his spare time, Tom enjoys playing with his two sons, watching movies in the family home theater room, and banging out power chords on his electric guitar with the volume turned to 11.

Caracteristici

Written in clear language by an experienced trainer at Intertech-Inc. Presents information using a style that has been tested in teaching professional developers Covers how distributed computing has changed with the advent of .NET Includes supplementary material: sn.pub/extras