Home   FAQs   New Arrivals   Specials   Pricing & Shipping   Location   Corporate Services  
 Search:   
 View Cart   Check Out   
 
Browse by Subject
I.T
 .NET 3.5
 Windows 2000/XP
 Cisco
 Java
 Office XP
 VB
 ASP
 UML
 Web Design
 E-Commerce
 Project Management
 Macintosh
 Linux
 Windows Server 2008
 Sharepoint 2007
Certification
 MCITP
 MCTS
Economics and Business
 Accounting
 Business Information Systems
 Economics
 Finance
 Management
 Marketing
 Human Resources
 OneKey Textbooks

Expert One-on-One Visual Basic .NET Business Objects

by: Rockford Lhotka

On-line Price: $88.00 (includes GST)

Paperback package 720

20%Off Retail Price

You save: $22.00

In Stock - Available for immediate delivery!
_____________________
N.Sydney : In Stock

Retail Price: $110.00

Publisher: ,2003/07/30

Category: VB.NET Level: I/A

ISBN: 1590591453
ISBN13: 9781590591451

Add to Shopping Cart

In the late 1990s, Rockford Lhotka wrote about how to create distributed, object-oriented Windows applications using the limited facilities of Visual Basic 6, COM, and DCOM. The introduction of .NET has motivated him to revisit those themes and revise his strategy. In this book, he explains how .NET changes, what's possible, and demonstrates what he believes to be the best way to use it.


  The book has three parts. In the first, Rockford analyzes logical and physical application architectures, exploring their effect on scalability, fault tolerance, and performance. In the second, he implements and documents a Visual Basic .NET framework for the creation of distributed, object-oriented applications that employ .NET technologies including remoting, serialization, and auto-deployment. This framework encapsulates functionality such as database access, transaction handling, and location transparency, which are inherited automatically by any applications created from it.


  In the last part of the book, Rockford uses the framework to create a sample application, and demonstrates the ease with which it's possible to write Windows, Web, and Web services interfaces for the underlying objects. As well as these, this book contains Rockford's own Component-based, Scalable, Logical Architecture (CSLA .NET), an object-oriented framework that can act as the foundation for a diverse range of enterprise applications, and which you're free to examine, use, and modify for your needs.


          Author Information


  Rockford Lhotka - Rockford Lhotka is the Principal Technology Evangelist for Magenic Technologies, a company focused on delivering business value through applied technology and one of the nation's premiere Microsoft Gold Certified Partners. Rockford is the author of several books on .NET and COM development. He is a columnist for MSDN Online and contributing author for Visual Studio Magazine and he regularly presents at major conferences around the world - including Microsoft PDC, Tech Ed, VS Live! and VS Connections. Rockford has over 17 years experience in software development and has worked on many projects in various roles, including software architecture, design and development, network administration and project management.

Table of Contents

Chapter 1: Distributed Architecture

Chapter 2: Framework Design

Chapter 3: Key Technologies

Chapter 4: Business Framework Implementation

Chapter 5: Data Access and Security

Chapter 6: Object-Oriented Application Design

Chapter 7: Business Object Implementation

Chapter 8: Windows Forms UI

Chapter 9: Web Forms UI

Chapter 10: Web Services Interface

Chapter 11: Reporting and Batch Processing

Appendix A: NetRun