Beginning ASP.NET 1.1 Databases: From Novice to Professional

  Author:    Damien Foggon, Dan Maharry
  ISBN:    1590593693
  Sales Rank:    1270984
  Published:    2004-08-09
  Publisher:    Apress
  # Pages:    632
  Binding:    Paperback
  Avg. Rating:    4.0 based on 4 reviews
  Used Offers:    7 from $3.99
  Amazon Price:    $39.99
  (Data above last updated:  2008-11-18 10:04:59 EST)
  
  
Sort customer reviews by:
  
Show All Reviews on Page      Hide All Reviews on Page
   
  
Beginning ASP.NET 1.1 Databases: From Novice to Professional
  

For the novice programmer with some C# experience and little or no database experience, this is a great book? The intermediate level programmer will also find much useful information?and a foundation for the transition to professional level programmer.

— Kurtis Halvorson (Review originally published by the Denver Visual Studio User Group)

This book picks up where Beginning ASP.NET: From Novice to Professional left off, focusing on database programming with ASP.NET. As an ASP.NET developer, you probably need to access your databases quickly and efficiently. This book will provide you with the skills to do so, teaching you best practices and methods that will help achieve professional ASP.NET and database solutions.

Beyond the basics of building a Web form and placing a few controls on a page, the most common task required of ASP.NET developers is building a Web site possessing content that is stored in a database. Because general ASP.NET beginner books usually invest so many chapters going through basics, the books don't cover everything involved.

Beginning ASP.NET 1.1 Databases: From Novice to Professional is a complete, thorough introduction to this particular topic. The authors show how you can connect a Web site to many different data sources not just databases and use the data to dynamically generate page content. They also show how to build a relational database, use SQL to communicate with it, and understand how they differ from each other. Youll learn that you often have several ways to achieve the same task, and youll find out how to decide which option is the most appropriate for the task you face.

Of course, this kind of knowledge is only as good as the solutions it helps build. The authors cover the real-world issues youre likely to face, such as design, transactions, error handling, optimization and scalability. We work with SQL Server, Jet, and MySQL databases throughout the book, and we point out the practical differences among these. Finally, we set you on your way at the end with a handy case study that brings together all the things youve learned.

This book carries on where `Beginning ASP.NET with VB' finished, and focuses on the all-important area of database programming with ASP.NET. The vast majority of ASP.NET developers and ASP.NET applications need to access a database quickly and efficiently - it's a huge skill to have as an ASP.NET developer, and this book focuses on this area and shows the expert's voice on the best way to achieve professional ASP.NET and database solutions. All web sites with any depth of content need a database behind them to store, edit and retrieve that information to be displayed on a website. ASP.NET can interact with databases to create websites like this. ASP.NET is a great web development technology for putting small-to-medium businesses onto the web. Its object-oriented architecture and solid database layer (ADO.NET) make it more robust and suited to e-commerce than simple scripting and tag-based solutions like PHP and ColdFusion, but its ease of use and tools support make it much faster to develop with than Java. Using ASP.NET you can easily build scalable, well-structured, extensible websites that you can support a business on. By introducing database programming in depth to ASP.NET programmers, we are introducing a core skill set tutorial that is involved in almost every ASP.NET application of any size.
                  Reader Reviews 1 - 4 of 4                 
  
  
Review
Date
Review
Rating(5 High)
Review
Helpful
to:
Customer Review Reviewer
Info
Permanent
Link
Reader Reviews Below Sorted by Newest First
11-07-04 4 2\2
(Hide Review...)  Good introductory C# web book, bad title
Reviewer Permalink
This is good book, but I don't think you will get what you want if you go from just the title alone. The is book is about database drive web applications using C#. There are two whole chapters on the front end ASP.NET layer using web controls and C#. Not that this is bad, mind you. The text is well written, the organization is fine, the graphics and illustrations are well done.

The book starts with an analysis of the architecture of an ASP.NET data-driven web application. It then goes into hooking up your pages to a database server, running commands on the server, and getting data from the server onto pages and editing it. Stored procedures are also covered.

Part three of the book was the best part for me. It starts with some practical advice about web application design that will save you a lot of time and frustration. It concludes with a case study that illustrates the real world use of what you have learned in all of the preceding chapters.

This is an excellent walkthrough of the basics of ASP.NET. If you are looking for an introductory material then you should definitely consider this book.
(Review Data Last Updated: 2008-11-19 05:01:30 EST)
10-27-04 4 3\4
(Hide Review...)  Great DB help for beginners
Reviewer Permalink
I have traditionally called myself a Web Designer, meaning that I developed websites in html and some occasional dhmtl. The sites were static in that the pages are not database driven. Except for size, the sites could forever remain in this fashion. They are mostly informational sites, where the basic information does not change, such as a church site or a religious ministry / teaching site.

Size, of course, becomes a major factor. As minor changes or design changes are made, how does one integrate these changes across several hundred pages? This is not a unique issue, just an issue related to these type of sites.

The answer, of course, is to move to a limited number of design pages while moving the content to the database. Most of those who view themselves as web developers (that is those with a programming background) would find this conclusion fairly obvious.

In my situation, the matter was more complicated because one site would ultimately be a PHP / mySQL site while others would be ASP.NET / MS SQL powered. While some might argue for moving all of the sites to one or the other, I had no choice on the PHP site and my personal preference (at least on the front end) was to use ASP.NET. So, off I went in search of instructional materials.

In the midst of this search, I was blessed by Beginning ASP.NET 1.1 Databases. I have found this book to be of major assistance and help because its sole focus in life is to teach the basics of the database side of the problem. While the work focuses on ASP.NET as the programming language, the focus is on the use of the databases.

There is no sole focus on MS SQL, so the information becomes very portable to all programming languages. Most of the other works I encountered desire to teach the programming language first, then, or side-by-side, teach the database usage. In Beginning ASP.NET 1.1 Databases has the benefit of learning about database usage without attempting to focus on both programming and databases at the same time.

The chapters are well organized and easy to read, while the examples are portable to other situations and make actual application easier to undertake. The real world case study (an HTML Reference system) is a pleasant change of pace from the other works, most of which want to delve into content management or yahoo portals.

This is a well written, well thought out work that makes a great addition to one's reference and learning library, especially if one closer to the novice side of the scale.
(Review Data Last Updated: 2006-05-18 13:15:19 EST)
08-29-04 3 3\6
(Hide Review...)  Good enough - but leaves out some critical areas
Reviewer Permalink
One of the first books I bought as a classic ASP developer was the former Wrox's "Beginning ASP Databases", which greatly helped me understand the role, relationship and relevance of database systems in modern web applications. I attacked that title with reckless abandon and limited foundation, acquiring a ton of knowledge. It was with this same fervor that I launched into APress' "Beginning ASP.NET 1.1 Databases" - perhaps my over-exuberance, coupled with the fact that I know a lot more now than I did then, led to slight disappointment with this title.

Don't get me wrong, overall this is a great piece of work, and what it does cover it covers very well. But it did leave out some critical areas that one should know as an ASP.NET developer.

I give high marks for the book's breadth of examples with a variety of data stores, such as MSDE, Access, and MySQL, as well as Excel spreadsheets and CSV files. Curiously though, Microsoft SQL Server, Oracle and XML data sources were left out - I assume because MSDE so closely resembles SQL Server such would be redundant; and arguably describing XML is too tough to succinctly crunch into three paragraphs and then provide a working example.

The scaled choice of database platforms, highlighted by the fact that ASP.NET Web Matrix is featured exclusively as the IDE of choice, leads me to believe that the book's intended audience would be the migratory developer or the first-time ASP.NET coder without access to enterprise-level resources. This is cool, and necessary in today's market, as too many books these days assume a Visual Studio .NET/SQL Server/Windows 2000 Server setup, which obfuscates the hobbyist. The only caveat is that the book's code samples are so married to Web Matrix that the newbie programmer will be lost without it.

The book's case studies are greatly appreciated, and best practices in single-page coding and application design are enforced throughout. The authors make great use of Five Normal Forms (FNF) in the sample projects. The chapter on stored procedures is likewise great, as is the discussion on error handling, and introductory devs will also much from the samples dealing with transactions.

Unfortunately, the phrase "...will not be covered further in this book..." is uttered on too many occasions for topics this I feel are critical knowledge for an ASP.NET developer of any level. Examples of these are largely skipping many of the important members within the System.Data.SqlCommand class (notably the ExecuteXmlReader() method), and only mentioning the SQL GROUP BY and HAVING clauses, without an exhibition of their use in a query. These clauses are critical learning for database programming, and certainly warrant at least a brief example. Tragically, they were mentioned only and then discarded without exhibiting what they do. This was disappointing.

I also didn't see anything about using the SqlCommandBuilder within the text, which is a great topic for beginners, since it's one of the "ignorance is bliss" features of ADO.NET, doing all the work for you behind the scenes, and is a great way to learn SQL syntax. It's therefore the perfect candidate for this book's target audience. I felt this to be an odd omission, given the fact that the DataSet.Update() method was mentioned. For the same reasons, I was offset by the fact that concurrency was left out (in the .NET world, a topic of debatable complexity - some see it as critical learning, others think it's too far advanced for a beginning book).

Nonetheless, the authors both speak clear and concise about the subject matter, all samples feature code that's simple, consistent and non-intimidating, and the use of graphics and illustrations effectively reinforces the concepts. This book makes a great learning tool for a classroom environment, if not a helpful guide for a professional web shop. This book gives you a look at the options available to you and will get you started and give you the tools to get far enough - but doesn't get you all the way there.
(Review Data Last Updated: 2006-05-18 13:15:19 EST)
08-14-04 4 8\8
(Hide Review...)  A full solution
Reviewer Permalink
The book is the functional equivalent of the many out there discussing using J2EE to build a dynamical website that is hooked to SQL databases. Foggon and Maharry show how if you are in the Microsoft .NET world, you can do likewise. They give a quick summary of earlier Microsoft efforts, like COM, Data Access Objects and Remote Data Objects. And how ADO 2.0 replaced the latter 2, and in turn is superceded by ADO.NET. The entire book is a not too subtle encouragement to migrate to ASP.NET and C#.

There are solid technical explanations of why it is advantageous to do so. Like the relative ease of hooking to a back end SQL Server database, using high level classes like DataSet to pull stuff from the database, with a minimal knowledge of SQL needed. Then they show how the latest ASP can use this data to make dynamic HTML pages. Much like JSP and Java servlets.

There is even a section on designing a database. Raising issues like normalisation and first and second normal forms. Though if this is new to you, then consider consulting a dedicated book on the subject.
(Review Data Last Updated: 2006-05-18 13:15:19 EST)
  
                  Reader Reviews 1 - 4 of 4                 
  
  
  
  
  
  

Because the data used to generate this site come from outside sources, VeryWellSaid.com cannot guarantee the completeness or accuracy of the data.
Search VeryWellSaid™
Google
Web VeryWellSaid™
New subjects are added every week.
View Subjects Below by:
* Top Selling
 (click category name, left)
* Top-Rated Top Sellers
 (click 'Top Rated', right)
In the news...  
Dubai\UAE Top Rated
Influenza\Bird Flu Top Rated
Iraq Top Rated
Supreme Court Top Rated
All Books Top Rated
Arts Top Rated
Photography Top Rated
Digital Photography Top Rated
Digital Cameras Top Rated
Biography Top Rated
Business Top Rated
Management Top Rated
Marketing Top Rated
Sales Top Rated
Stocks Top Rated
Bonds Top Rated
Real Estate Top Rated
Trading Top Rated
Commodities Trading Top Rated
Time Management Top Rated
Starting A Business Top Rated
Children's Top Rated
Comics Top Rated
Computers Top Rated
PC Top Rated
Mac Top Rated
Programming Top Rated
Design Patterns Top Rated
.Net Top Rated
C# Top Rated
Vb.Net Top Rated
Asp.Net Top Rated
Java Top Rated
Python Top Rated
PHP Top Rated
Perl Top Rated
Javascript Top Rated
Ajax Top Rated
CSS Top Rated
Open Source Top Rated
SQL Top Rated
Databases Top Rated
Oracle Top Rated
MySql Top Rated
Sql Server Top Rated
IIS Top Rated
Apache Top Rated
Linux Top Rated
Windows Server Top Rated
Project Management Top Rated
HTML Top Rated
UML Top Rated
IT Certifications Top Rated
Cisco Certifications Top Rated
MCSE Top Rated
MCSD Top Rated
Cooking Top Rated
Italian Cooking Top Rated
Vegetarian Cooking Top Rated
Wine Top Rated
Engineering Top Rated
Entertainment Top Rated
Health Top Rated
Nutrition Top Rated
Dieting Top Rated
Sex Top Rated
History Top Rated
Military History Top Rated
British History Top Rated
Middle East History Top Rated
Land Battles Top Rated
Naval Warfare Top Rated
Air Warfare Top Rated
9/11 Top Rated
Terrorism Top Rated
Home Top Rated
Mortgage\Home Equity Loan Top Rated
Cars Top Rated
Car Buying Top Rated
Sports Cars Top Rated
Cat Top Rated
Humor Top Rated
Horror Top Rated
Law Top Rated
IP Law Top Rated
Legal History Top Rated
Fiction Top Rated
Oprah's Book Club Top Rated
Medicine Top Rated
Cancer Top Rated
Stroke Top Rated
Heart Disease Top Rated
Fertility Top Rated
Diabetes Top Rated
Pharmacology Top Rated
Back Problems Top Rated
Menopause Top Rated
Thyroid Top Rated
Pain Top Rated
Organic Chemistry Top Rated
Immune System Top Rated
Mystery Top Rated
Nonfiction Top Rated
Outdoors Top Rated
Running Top Rated
Radio Control Models Top Rated
Guns Top Rated
Parenting Top Rated
Divorce Top Rated
Professional Top Rated
Reference Top Rated
Religion Top Rated
Romance Top Rated
Science Top Rated
Physics Top Rated
Chemistry Top Rated
Astronomy Top Rated
Psychology Top Rated
Science Fiction Top Rated
Sports Top Rated
Teens Top Rated
Travel Top Rated
USA Top Rated
Europe Top Rated
France Top Rated
Italy Top Rated
England Top Rated
China Top Rated
All Books Arts Biography Click Here For An A-Z Index Of All 213 Best-Seller Subjects Business Children's Comics
Computers Cooking Engineering Entertainment Health History Home Horror Humor Law Fiction Medicine Mystery
Nonfiction Outdoors Parenting Professional Reference Religion Romance Science Sci-Fi Sports Teens Travel
In Association with Amazon.com

Cache miss
(not cached)