Dotnetcat » .NET Books » Remoting books

Sort by:

Microsoft .NET Development for Microsoft Office (Office/Progmng/Net)

Author: Andrew Whitechapel
List price: $49.99
Amazon price: $2.14   Book details at Amazon.com
Average rating: 3.5 / 6 (6 reviews)
Publisher: Microsoft Press (10 November 2004)

Learn real-world strategies and coding techniques for creating Microsoft Office–based applications that work seamlessly in the Microsoft .NET environment. This must-have reference delivers unique, essential insights for Office and .NET developers alike. Covering Microsoft Office System 2003 editions and Microsoft Office XP, the author provides practical guidance on which techniques are viable within various technical scenarios, and which techniques make the most sense for a given business requirement. Packed with information that Microsoft’s own Product Support Services team has relied on—and featuring detailed, step-by-step tutorials and full sample code—it’s the vital reference that no Office or .NET developer should be without.

Pro .NET 1.1 Network Programming, Second Edition

Authors: Christian Nagel, Ajit Mungale, Vinod Kumar, Nauman Laghari, Andrew Krowczyk, Tim Parker, Srinivasa Sivakumar, Alexandru Serban
List price: $59.99
Amazon price: $1.50   Book details at Amazon.com
Average rating: 4.0 / 6 (6 reviews)
Publisher: Apress (30 September 2004)

This is an outstanding title, being well-written and covering all the major considerations of .NET network programming. This is easily a 5/5 work.

— Jason Salas, Microsoft MVP, ASP.NET

Networking is one of the core tasks of enterprise-level programming, and this book covers key concepts, like network programming in .NET with C#, and building network-based applications in .NET. You will gain confidence to use the classes shipped with .NET, and eventually implement your own application-level protocols.

The text first overviews important background material, like physical network architecture, network protocols, the OSI model, streams in .NET, and stream access. Also covered in detail: socket programming&emdash;complete with introduction, and descriptions for use in .NET.

Finally, the book explores Internet programming, with a look at HTTP&emdash;the underlying protocol of e-mail and Internet. By the end of the book, you will also have learned to secure network communications in .NET.

Real World ASP.NET Best Practices

Author: Farhan Muhammad
List price: $39.99
Amazon price: $6.99   Book details at Amazon.com
Average rating: 4.5 / 11 (11 reviews)
Publisher: Apress ( 3 June 2003)

ASP.NET is a wonderful new enabling technology that allows developers to create business solutions much more effectively than ever before. However, there is room for improvement. Developers often do not see the potholes and pitfalls related to this technology until they stumble. Real World ASP.NET Best Practices helps readers to avoid just such frustrations. The book's in-depth coverage includes data handling, caching, JavaScript, user and server controls, distributed programming, configuration, and deployment.

Real World ASP.NET Best Practices goes far beyond the documentation to teach ASP.NET development best practices based on the authors' real-world experience. The book's emphasis is on helping developers perform tasks correctly and avoid mistakes, not on teaching ASP.NET in general.

Learning WCF: A Hands-on Guide

Author: Michele Leroux Bustamante
List price: $44.99
Amazon price: $23.55   Book details at Amazon.com
Average rating: 4.0 / 32 (32 reviews)
Publisher: O'Reilly Media (24 May 2007)

This easy-to-use introduction to Microsoft Windows Communication Foundation (WCF) is ideal for developers who want to learn to build services on a company network or as part of an enterprise system. Built into Windows Vista and Longhorn, and available for Windows XP and Windows 2003, WCF provides a platform for service-oriented architecture (SOA) that enables secure and reliable communication among systems within an organization or across the Internet. With WCF, software developers can focus on their business applications and not the plumbing required to connect them. Furthermore, with WCF developers can learn a single programming API to achieve results previously provided by ASMX, Enterprise Services and .NET Remoting. Learning WCF removes the complexity of using this platform by providing detailed answers, explanations and code samples for the most common questions asked by software developers.
Windows Communication Foundation (or WCF, formerly code name "Indigo") provides a set of programming APIs that make it easy to build and consume secure, reliable, and transacted services. This platform removes the need for developers to learn different technologies such as ASMX, Enterprise Services and .NET Remoting, to distribute system functionality on a corporate network or over the Internet. The first truly service-oriented platform, WCF provides innovations that decouple service design and development from deployment and distribution - creating a more flexible and agile environment. WCF also encapsulates all of the latest web service standards for addressing, security, reliability and more.

Visual Basic.NET at Work: Building 10 Enterprise Projects

Authors: Tony Martin, Dominic Selly
List price: $49.99
Amazon price: $24.13   Book details at Amazon.com
Average rating: 4.0 / 7 (7 reviews)
Publisher: Wiley ( 1 March 2002)

Gain the tools to create 10 reusable enterprise projects utilizing the new features of VB.NET
Going beyond the standard reference books, Tony Martin takes readers step-by-step through the process of creating ten reusable enterprise applications with the next version of Microsoft's leading programming language-Visual Basic.NET. Readers will start by building a standard application template, which will form the basis of all the projects. Martin explains how to combine VB.NET with other key technologies, such as Web Services, ASP.NET, XML, WebForms, and the Microsoft Mobile Framework, to solve the important issues corporate Visual Basic programmers face today.
Microsoft Technologies
CD-ROM includes complete source code for the projects in the book and the third-party tools required to build the projects.
.NET Platform: The next big overhaul to Microsoft's technologies that will bring enterprise distributed computing to the next level by fully integrating the Internet into the development platform. This will allow interaction between any machine, on any platform, and on any device.
Visual Basic.NET: The update to this popular visual programming language will offer greater Web functionality, more sophisticated object-oriented language features, links to Microsoft's new common runtime, and a new interface.
ASP.NET: A programming framework (formerly known as Active Server Pages) for building powerful Web-based enterprise applications; can be programmed using VB.NET or C#.
C#: Microsoft's new truly object-oriented programming language that builds on the strengths of C++ and the ease of Visual Basic; promises to give Sun's Java a run for its money.

.NET 2.0 for Delphi Programmers

Author: Jon Shemitz
List price: $79.99
Amazon price: $3.50   Book details at Amazon.com
Average rating: 5.0 / 2 (2 reviews)
Publisher: Apress ( 2 June 2006)

.NET for Delphi Programmers explores .NET from a Delphi programmer's viewpoint, and it is ideal for Delphi programmers moving to .NET. It presents the core concepts of the .NET world in terms you are familiar with. This book will help you with Delphi for .NET as well as C#.

Apress publishes migration books for both VB 6 and C++ programmers moving to .NET. Consider this the Delphi installment of Apress migration books! There is ample coverage of C# as well as Delphi for .NET inside this newest addition.

Distributed .NET Programming in C#

Author: Tom Barnaby
List price: $49.95
Amazon price: $1.99   Book details at Amazon.com
Average rating: 4.5 / 7 (7 reviews)
Publisher: Apress (29 May 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.

Building Client/Server Applications Under VB .NET: An Example-Driven Approach

Author: Jeff Levinson
List price: $54.99
Amazon price: $6.99   Book details at Amazon.com
Average rating: 3.5 / 3 (3 reviews)
Publisher: Apress ( 1 March 2003)

Building Client/Server Applications with VB .NET: An Example-Driven Approach is based on Release 1.0 of the .NET Framework / Release 1.0 of Visual Studio .NET + .NET Framework Service Pack 1. Jeff Levinson walks readers through how to write a complete application&emdash; no "snippets" of code&emdash; and will show readers examples of how, when, and why to perform a task. Building Client/Server Applications with VB .NET: An Example-Driven Approach will be the manual on software development for Enterprise application development.

Beginning XML with C# 2008: From Novice to Professional (Expert's Voice in .NET)

Author: Bipin Joshi
List price: $44.99
Amazon price: $29.62   Book details at Amazon.com
Average rating: 4.5 / 6 (6 reviews)
Publisher: Apress (11 July 2008)

Beginning XML with C# 2008 focuses on XML and how it is used within .NET 3.5. As you’d expect of a modern application framework, .NET 3.5 has extensive support for XML in everything from data access to configuration, from raw parsing to code documentation. This book demystifies all of this. It explains the basics of XML as well as the namespaces and objects you need to know in order to work efficiently with XML. You will see clear, practical examples that illustrate best practices in action. With this book, you’ll learn everything you need to know from the basics of reading and writing XML data to using the DOM, from LINQ and SQL Server integration to SOAP and web services.


What you’ll learn
  • The basics of XML in .NET 3.5
  • Validating and transforming XML
  • Using XML with LINQ
  • Integrating with ADO.NET, SQL Server, and WCF
  • Configuring the .NET Framework with XML

Who is this book for?

Developers wanting to use XML in the .NET Framework

About the Apress Beginning Series

The Beginning series from Apress is the right choice to get the information you need to land that crucial entry–level job. These books will teach you a standard and important technology from the ground up because they are explicitly designed to take you from “novice to professional.” You’ll start your journey by seeing what you need to know—but without needless theory and filler. You’ll build your skill set by learning how to put together real–world projects step by step. So whether your goal is your next career challenge or a new learning opportunity, the Beginning series from Apress will take you there—it is your trusted guide through unfamiliar territory!

Peer-to-Peer with VB .NET

Author: Matthew MacDonald
List price: $59.99
Amazon price: $3.19   Book details at Amazon.com
Average rating: 3.5 / 2 (2 reviews)
Publisher: Apress (24 July 2003)

"Overall, an easy-to-follow book with mundo examples."

— Robert Gelb, vbRAD.

Peer-to-peer proponents claim that their technology holds the keys to building virtual supercomputers, sharing vast pools of knowledge, and creating self-sufficient communities on the Internet. Peer-to-Peer with VB .NET explores how these design ideas can be integrated into existing .NET applications.

This book is an honest assessment of P2P and .NET. It doesn't just explain how to create P2P applications&emdash;it examines the tradeoffs that professional developers will encounter with .NET and P2P. It also considers several different approaches (Remoting, .NET networking, etc.) rather than adopting one fixed technology, and includes detailed examples of several popular P2P application types (messenger, file sharer, and distributed task manager).