Search
 Advanced SearchView Cart   Checkout   
 Location:  Home » Books » Professional Windows DNA: Building Distributed Web Applications with VB, COM+, MSMQ, SOAP, and ASPDecember 3, 2008  
Navigation
Free Link Directory
Categories
Books
DVD
Software
Office Products
Computers
Subcategories
Professional & Technical
Accounting & Finance
American National Standards Institute (ANSI) Publications
Architecture
Business Management
Civil Service
Education
Engineering
General AAS
Law
Medical
Professional Science
New Releases
Hot, Flat, and Crowded: Why We Need a Green Revolution--and How It Can Renew America
The Ascent of Money: A Financial History of the World
Alex & Me: How a Scientist and a Parrot Discovered a Hidden World of Animal Intelligence--and Formed a Deep Bond in the Process
Panic: The Story of Modern Financial Insanity
The Return of Depression Economics and the Crisis of 2008
Musicophilia: Tales of Music and the Brain, Revised and Expanded Edition
The Nine: Inside the Secret World of the Supreme Court
The Weather of the Pacific Northwest
Magnificent Mind at Any Age: Natural Ways to Unleash Your Brain's Maximum Potential
The Superorganism: The Beauty, Elegance, and Strangeness of Insect Societies
Bestsellers
Hot, Flat, and Crowded: Why We Need a Green Revolution--and How It Can Renew America
The Ascent of Money: A Financial History of the World
Alex & Me: How a Scientist and a Parrot Discovered a Hidden World of Animal Intelligence--and Formed a Deep Bond in the Process
Fleeced: How Barack Obama, Media Mockery of Terrorist Threats, Liberals Who Want to Kill Talk Radio, the Do-Nothing Congress, Companies That Help Iran, and Washington Lobbyists for Foreign Governments Are Scamming Us ... and What to Do About It
The Omnivore's Dilemma: A Natural History of Four Meals
The Tipping Point: How Little Things Can Make a Big Difference
Panic: The Story of Modern Financial Insanity
Blink: The Power of Thinking Without Thinking
The Return of Depression Economics and the Crisis of 2008
The Black Swan: The Impact of the Highly Improbable
Professional Windows DNA: Building Distributed Web Applications with VB, COM+, MSMQ, SOAP, and ASP
Professional Windows DNA: Building Distributed Web Applications with VB, COM+, MSMQ, SOAP, and ASP
enlarge
Authors: Matthew Bortniker, Jonathan Crossland, Dino Esposito, Jason Hales, Whitney Hankison, Vishwanath Honnaya, Tim Huckaby, Slava Kristich, Edward Lee, Rockford Lhotka, Brian Loesgen, Stephen Mohr, Simon Robinson, Ash Rofail, Brad Sherrell, Scott Short, Dan Wahlin
Creator: Christopher Blexrud
Publisher: Wrox Press
Category: Book

List Price: $59.99
Buy New: $0.71
You Save: $59.28 (99%)
Buy New/Used from $0.71

Avg. Customer Rating: 4.0 out of 5 stars(6 reviews)
Sales Rank: 1386425

Media: Paperback
Edition: 1st
Number Of Items: 1
Pages: 1000
Shipping Weight (lbs): 3.8
Dimensions (in): 9.2 x 7.3 x 2.1

ISBN: 1861004451
Dewey Decimal Number: 005.44769
EAN: 9781861004451
ASIN: 1861004451

Publication Date: September 2000
Availability: Usually ships in 1-2 business days

Editorial Reviews:

Amazon.com Review
Weighing in at nearly 1,000 pages, Professional Windows DNA is a comprehensive guide to creating state-of-the-art Windows enterprise applications. Written for the more experienced VB or C++ programmer, this guide shows you best practices for creating scalable, multitiered Web applications that make use of the latest and greatest in Microsoft tools and standards, including SOAP and XML.

The tools-based focus of this tutorial is what sets it apart. While the authors provide background on important standards like COM+ for building middle-tier components, the book is anchored by real hands-on examples (and plenty of screen shots, where appropriate) on using tools like Visual Basic and SQL Server 2000.

First, the book leads you through a discussion of the latest developments and tools from Microsoft (like COM+, SQL Server 2000, and SOAP for communicating on distributed systems). There's a thorough tour of COM+, which gives DNA its middle-tier prowess. You'll learn COM+ configuration, security, and deployment, as well as how to use COM+ transactions and asynchronous message processing with built-in MS Message Queue (MSMQ) services. Later, there's a concise introduction to ADO database programming, as well as the new support for XML in SQL Server 2000. Useful debugging advice will help you out with server-side components, which can be notoriously hard to troubleshoot.

Final sections present a fairly substantial case study for an airline reservation system that's built with middle-tier components and ASPs for a Web interface. (There's also an e-commerce application for renting construction equipment.) The book also walks you through implementation of a back-end database, middle-tier COM+ components, and a browser-based front end that's built with ASP.

At least until the new Microsoft .NET Framework arrives, any system architect or developer can rely on this title to get a sense of how to build effective software for the enterprise. Professional Windows DNA is a thorough and up-to-date guidebook on the constantly shifting terrain of Microsoft tools and technologies. It's filled with nearly everything you need to know to develop scalable Web applications by using Visual Basic and Windows 2000. --Richard Dragan

Topics covered:

  • Introduction to the Windows Distributed interNet Architecture (DNA) for enterprise development
  • History of monolithic, client/server, and n-tiered architectures
  • Overview of Microsoft DNA tools and components (including clustering support and server-side tools)
  • DNA vs. .NET Frameworks
  • Advantages of DNA for the enterprise
  • Introduction to COM for component development (including IDL, IUnknown, and GUIDs)
  • Distributed processing overview (socket basics, RPC, and components)
  • COM+ and DCOM basics
  • Designing middle-tier business objects with COM (UI vs. business logic)
  • COM+ transactions and contexts
  • COM+ security
  • COM+ catalogs
  • VB COM+ component programming
  • Distributed transactions
  • DTC and compensating resource managers (CRMs)
  • Microsoft Message Queue (MSMQ) and asynchronous processing

  • COM+ queued components
  • Events and callbacks
  • COM+ events (publishers, subscribers, and filtering)
  • Objects vs. Web services
  • Primer on SOAP and XML
  • Universal Data Access (UDA) (including ODBC, OLE DB, ADO, and RDS)
  • SQL Server 2000 (including new XML support)
  • Active Directory (and ADSI programming)
  • Thin and rich clients (including terminal-based, HTML, and thick clients)
  • Introduction to Active Server Pages (ASPs) for Web front ends
  • ActiveX controls
  • Scripting Office 2000 applications
  • Performance and scalability hints
  • DNA and Windows 2000 security
  • Introduction to cryptography and certificates
  • Debugging tips
  • Case studies for sample enterprise DNA applications


  • Product Description
    Building distributed web applications is a wide-ranging topic, covering a variety of technologies and techniques. Windows DNA is the name given to the combination of traditional n-tier architecture with the intrinsic Windows 2000 services, including COM+, MSMQ, and Active Directory. Using this architecture, you can design and build scalable enterprise-level distributed applications on the Windows 2000 platform.

    This book takes an in-depth look at the DNA architecture, focusing on fitting the pieces of the puzzle together. Each of the logical tiers is examined, with particular emphasis placed on the features COM+ contains to make component building simpler and more powerful.

    Who Is This Book For?

    This book is for anyone involved with building distributed web applications that want to see the bigger picture. As such the book assumes a working knowledge of VB and ASP in places, but the emphasis is not so much on the code as on where each of the pieces fit into the puzzle. It's designed to give you an idea of how each area or technology affects you, enabling you to make informed decisions about whether to pursue a subject further, or confidently assert that you can do without it.

    What Does This Book Cover?

    DNA architectural overview

    COM+ including Transactions, Events, and Queued Components
    Variable client richness and building rich clients
    MSMQ
    Business Objects
    SOAP
    Universal Data Access
    Directory Services
    Scalability and Availability
    Security and Debugging
    Case Studies showing actual implementation



    Customer Reviews:   Read 1 more reviews...

    5 out of 5 stars Great Reference   May 20, 2001
      8 out of 8 found this review helpful

    This book comes in handy as a great reference for utilizing these technologies in the real world. If you're looking for a book that you can sit down and read cover to cover to understand the basics, this is not it. If you're an experienced developer who wants to dive into the guts of the technologies, then this is for you.

    I recommend this book a chapter at a time (after reading the first 2 review chapters), in order to learn how to implement a technology (like MTS, MSMQ, etc) in the real world.


    5 out of 5 stars The ends and outs of modern Microsoft development   April 8, 2001
      9 out of 9 found this review helpful

    Windows DNA is an platform and methodology for Enterprise development. It is taking all of what Microsoft offers for industry : server software (SQL Server, Biztalk), development software (Visual Studio) and productivity software (Office, Viso) and making them tightly inter operatable to produce scaleable solutions that can be development very rapidly.

    This book covers Microsoft DNA and does so very well. If you have been following the evolution of Microsoft's Enterprise development methodology and related technologies (MTS, COM, etc..) then you should flip though this one before buying to make sure it offers enough new information for your investment. Do this especially if you already have the Wrox title: Professional MTS/MSMQ and you have a good book on ASP or Visual Basic.

    If however you are a beginner/intermediate level Visual Basic, ASP or VC++ developer and you want to expand you knowledge from how to build small-to mid-sized client-server or desktop applications to building scalable Enterprise solutions then this book is for you.


    4 out of 5 stars Good DNA (almost .Net) overview in one book   October 24, 2000
      25 out of 26 found this review helpful

    I have to admit, this book contains an impressive overview of all the Windows DNA technologies. As a reminder, DNA has been there for years and was working under NT4. It has been revamped with trumpets with a new name, .Net, with all those new services. The authors do have this in mind and they will tell you where .Net will be improving features.

    I would recommend this book to anybody that wants to know what is Windows DNA/.Net (beside thinking it's everything that Microsoft is providing for developers!). Of course, you cannot have all those technologies into one book and expect the best coverage on all of them. Having that in mind, the authors create an incredible reference for developers that wants to upgrade to a more scalable & distributed environment as well as to take leverage of the new technologies that came with Windows 2000 (for developers that is).

    The only thing that I have to mention (and I did to Wrox) was that I personnaly believe that this book, though the readers needs to have professional knowledge of development, would be better inside the Beginning series since this book serves as an overview reference of all those technologies. Wrox will undoubtfully then release multiple Professional books that will go further in those new technologies (such as doing COM+ events or asynchronous components, having XML Business Objects, etc.).

    As a bottom line, most of the authors wrote in a confident programming style and it is a very interesting book to go through. ... But I can't wait for the .Net one!


    4 out of 5 stars Great Overview   October 24, 2000
      1 out of 4 found this review helpful

    This book covers the general topics extremely well, and offers great insight into DNA. At first glance it gives a good read and is great as a reference. well done. i would recommend anyone who is the slightest familiar with distributed programming, but needs greater insight.


    5 out of 5 stars A Practical Windows DNA Workshop in a Book   October 18, 2000
      18 out of 18 found this review helpful

    I have read, reviewed or skimmed through every book written about Windows DNA/COM from WROX, MSPRESS, AW and others. If you ever wanted to master the DNA architecture then definitely this is the book for you. In a well written book the authors explain the why, when and how of distributed application development with Windows DNA architecture. The subject matter begins with the obvious COM and n-tier architecture, which will ease the beginners in. Afterwards the plot thickens as more advanced areas are covered, like COM+ services, universal data access, XML and SOAP. The book is also great on the practical side as the theory is put to practice in a series of sample applications exploring the architectural ideas and techniques of implementation. This book builds and enhances the ideas first explored in the book "Professional MTS and MSMQ Programming with VB and ASP", and in contrast to that book you will find here a more robust, detailed and mature coverage of the subject matter.

    A must book for visual basic developers working on distributed or web based applications. If you are a C++ guy then although the book is VB oriented, you still will find important insight into the architecture, services and methodology that comprise the DNA archetiture.


    Powered by Associate-O-Matic