Buy Used
Used - Good See details
$4.40 & eligible for FREE Super Saver Shipping on orders over $25. Details

or
Sign in to turn on 1-Click ordering.
 
   
24 used & new from $0.41

Have one to sell? Sell yours here
 
 
.NET Enterprise Design with Visual Basic .NET and SQL Server 2000
 
 
Tell the Publisher!
I’d like to read this book on Kindle

Don’t have a Kindle? Get your Kindle here.

.NET Enterprise Design with Visual Basic .NET and SQL Server 2000 (Paperback)

~ Jimmy Nilsson (Author)
4.3 out of 5 stars  See all reviews (15 customer reviews)


Available from these sellers.


11 new from $6.95 13 used from $0.41

Customers Who Bought This Item Also Bought


Editorial Reviews

Product Description

This book discusses factors and opinions developers should consider in order to create higher quality designs and applications. The author uses one large-scale business application throughout the book as the basis for all examples to clearly illustrate concepts being discussed.

Coverage also includes:

  • a variety of aspects about design in the world of .NET;
  • explanations of the business and data access layers of application design;
  • solutions for problems such as code structure, solid error trapping, and how to build in debugging support;
  • discussion of how to design larger projects with more robust systems and reusable components;
  • comparison of component solutions to stored procedure solutions.

From the Back Cover

This book discusses factors and opinions developers should consider in order to create higher quality designs and applications. The author uses one large-scale business application throughout the book as the basis for all examples to clearly illustrate concepts being discussed.

Coverage also includes:


* a variety of aspects about design in the world of .NET;
* explanations of the business and data access layers of application design;
* solutions for problems such as code structure, solid error trapping, and how to build in debugging support;
* discussion of how to design larger projects with more robust systems and reusable components;
* comparison of component solutions to stored procedure solutions.


Product Details

  • Paperback: 384 pages
  • Publisher: Sams (December 22, 2001)
  • Language: English
  • ISBN-10: 0672322331
  • ISBN-13: 978-0672322334
  • Product Dimensions: 9.1 x 7.4 x 0.9 inches
  • Shipping Weight: 1.4 pounds
  • Average Customer Review: 4.3 out of 5 stars  See all reviews (15 customer reviews)
  • Amazon.com Sales Rank: #1,577,988 in Books (See Bestsellers in Books)

More About the Author

Jimmy Nilsson
Discover books, learn about writers, read author blogs, and more.

Visit Amazon's Jimmy Nilsson Page

Look Inside This Book

What Do Customers Ultimately Buy After Viewing This Item?

Applying Domain-Driven Design and Patterns: With Examples in C# and .NET
58% buy
Applying Domain-Driven Design and Patterns: With Examples in C# and .NET 4.0 out of 5 stars (19)
$46.44
.NET Enterprise Design with Visual Basic .NET and SQL Server 2000
42% buy the item featured on this page:
.NET Enterprise Design with Visual Basic .NET and SQL Server 2000 4.3 out of 5 stars (15)

Tag this product

 (What's this?)
Think of a tag as a keyword or label you consider is strongly related to this product.
Tags will help all customers organize and find favorite items.
Your tags: Add your first tag
 

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

 

Customer Reviews

15 Reviews
5 star:
 (11)
4 star:
 (1)
3 star:
 (1)
2 star:
 (1)
1 star:
 (1)
 
 
 
 
 
Average Customer Review
4.3 out of 5 stars (15 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

 
21 of 23 people found the following review helpful:
5.0 out of 5 stars Recommended for .NET developers and architects, January 29, 2002
By "timm70" (The Netherlands) - See all my reviews
First of all this book is not about learning a new language syntax! The book is also not filled with code listings. Code fragments are just printed if they have added value in the book. The author provides code examples separately (provided with comments). So it is not a book that the fellow below is looking for (a book that teaches him how to contact SQL Server from Visual Basic .NET)

The book is focused on people that want to learn more about building (large scale) enterprise applications using the Microsoft .NET platform. I personally think this book is as well suited for architects as well as more code addicted people.
The author provides guidelines and patterns for developing and designing data centric N-tier enterprise applications using the .NET platform (using ADO.NET, COM+/.NET Component services, VB.NET/C#) and SQL Server (including T-SQL). Some subjects being discussed in this book: where to put business rules, how to implement these business rules, a new data access pattern, concurrency control, transactions etc.
The book also provides guidelines (not just on the end of the book!) for dealing with testing, error handling and preparing for debugging so it has a positive impact on quality as well as productivity.
The author uses VB.NET for coding examples. I personally prefer coding using C#, but I don't find it inconvenient that the code is in VB.NET.
I like the author's way of writing and the structure of the book. I like the way he describes the pros and cons for solutions and the influences on performance, productivity, scalability and extensibility. He also describes his own experiences (not just theory).
The book gives you guidelines (not only how but also why) so you can evaluate for yourself what will be the best solution for your situation (after all, every advantage has a disadvantage).

I found this book very helpful. It is a long time ago I read an ICT related book from beginning to end!

Help other customers find the most helpful reviews  
Was this review helpful to you? Yes No


 
11 of 11 people found the following review helpful:
5.0 out of 5 stars A book worthy of its title!, October 6, 2002
By "macinnesm" (Dublin, Ireland) - See all my reviews
If you are looking for a book that gives you a blueprint for building a scalable enterprise database application using the .NET framework and SQL Server 2000 then this book hands it to you on a plate.

Don't buy this book if you are looking to learn Visual Basic .NET or SQL Server because this one is all about applying those basic skills taught in other books to produce a "real" application.

Most books on this subject fit the 80:20 rule, they take you 80% of the way and then ask you to just finish things off yourself. Anyone who is familiar with the 80:20 rule knows that the remaining 20% needed for completion is as much effort again as the first 80%.

This one introduces, designs and builds a real application to completion, consisting of n-Tier architecture with full transaction control, business rules and data access with concurrency control. It doesn't ignore real world requirements such as performance, debugging and testing.

The author imparts tips and tricks learned over the years and gives you a working example of one of the most important design patterns in database access, "Batch Command" (sometimes referred to as "Unit of Work"). This pattern minimises multiple trips to the database by compiling separate SQL statements into a single script that is send and executed in a single call. All code examples are in VB.NET and are accompanied by UML diagrams where appropriate.

In summary this book fits hand in hand with Microsoft's .NET data access strategy and basically hands you the design, implementation notes and source code of a working, scalable, enterprise class application on a plate.

Well worth it!

Help other customers find the most helpful reviews  
Was this review helpful to you? Yes No


 
6 of 6 people found the following review helpful:
5.0 out of 5 stars JC Oberholzer, February 6, 2002
By "jc@sdt.co.za" (Erasmuskloof, Gauteng South Africa) - See all my reviews
There's enough "learn VB.NET" books out there, most of them not too bad, but nobody dares to stick his neck out at this early stage and suggest an "architecture proposal", which makes these books scaled down product manuals (although easier to read).
Jimmy stuck his neck out and suggests do this and don't do that. Some of his suggestions are not totally OO and so on, but the beauty is that you can see these ideas have been tried and tested in real life scenarios.

If you need to design and maintain enterprise apps, this book should be a very valuable companion.

Help other customers find the most helpful reviews  
Was this review helpful to you? Yes No

Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews

5.0 out of 5 stars Great Book - Wrong Title!
This book should have been entitled "Design of Enterprise Systems with emphasis on Stored Procedures". It really has little to do with VisualBasic or . Read more
Published on June 3, 2003 by D. Morris

2.0 out of 5 stars This is not a .Net book
Some good material in this book that are related to N-tier design, but not a .Net book at all. Less than %20 of the book had anything to do with .Net. Read more
Published on July 25, 2002 by Shahram Hafezipour

3.0 out of 5 stars Good book, explores subjects many books ignore
This is a good book. It is definitely more of a design book than a programming book (as the title says). Read more
Published on May 5, 2002 by Luke

4.0 out of 5 stars Practical architect's/programmer's .NET book
The book is very much a hand's-on architect's/programmer's book. Not much emphasis on an academic viewpoint, but more the practical lessons from someone that has learnt from 10 or... Read more
Published on April 5, 2002

5.0 out of 5 stars A great programming book
This book is perfect for the VB developer who is interested in Enterprise programming, which I define as building apps that scale well and have a maximum amount of fault tolerance... Read more
Published on February 19, 2002 by ben glassman

5.0 out of 5 stars A must buy for distributed COM+ applications
This book is a must for developers of COM+ applications developed using any .NET language and any database. Read more
Published on February 7, 2002 by Chris Derham

5.0 out of 5 stars .NET Enterprise Design with Visual Basic .NET and SQL Server
It's a delight to come across book nowadays that's focusing on a complete solution instead of merely decorating a product manual with better sounding sentences and some miniature... Read more
Published on January 28, 2002 by Skoog Bengt

5.0 out of 5 stars Strongly recommended for .NET architects and developers
First of all this book is not about learning a new language syntax! The book is also not filled with code listings. Read more
Published on January 27, 2002

5.0 out of 5 stars Excellent enterprise application book
I've been working with SQL Server since it was released over a decade ago and building business components for enterprise aps for quite a few years. Read more
Published on January 27, 2002 by Pat O'Farrell

5.0 out of 5 stars Excellent enterprise application book
I've been working with SQL Server since it was released over a decade ago and building business components for enterprise aps for quite a few years. Read more
Published on January 27, 2002 by Pat O'Farrell

Only search this product's reviews



Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 


Active discussions in related forums
Search Customer Discussions
Search all Amazon discussions
   
Related forums



So You'd Like to...


Create a guide


Look for Similar Items by Category


Look for Similar Items by Subject

 

Feedback

If you need help or have a question for Customer Service, contact us.
 Would you like to update product info or give feedback on images?
Is there any other feedback you would like to provide?

Your comments can help make our site better for everyone.



Your Recent History

 (What's this?)

After viewing product detail pages or search results, look here to find an easy way to navigate back to pages you are interested in.