Library of Math
New and Used Math Books at Great Low Prices
Subscribe to the Library of Math Feed

Murach's ASP.NET 2.0 Web Programming with C# 2005

Murach's ASP.NET 2.0 Web Programming with C# 2005

enlarge enlarge 
Authors: Joel Murach, Anne Boehm
Publisher: Mike Murach & Associates
Category: Book

List Price: $52.50
Buy Used: $14.00
You Save: $38.50 (73%)



New (35) Used (23) from $14.00

Rating: 4.5 out of 5 stars 18 reviews
Sales Rank: 179668

Media: Paperback
Pages: 841
Number Of Items: 1
Shipping Weight (lbs): 3.7
Dimensions (in): 10 x 8 x 1.9

ISBN: 1890774316
Dewey Decimal Number: 005.2762
EAN: 9781890774318

Publication Date: March 21, 2006
Availability: Usually ships in 1-2 business days

Similar Items:

  • Murach's C# 2005
  • Murach's SQL Server 2005 for Developers
  • ASP.NET 2.0 Website Programming: Problem - Design - Solution (Programmer to Programmer)
  • Murach's ASP.NET 2.0 Web Programming with VB 2005
  • Murach's C# 2008

Editorial Reviews:

Product Description
Are you trying to decide which ASP.NET 2.0 book to buy?

As its title implies, this book teaches you how to develop web applications using ASP.NET 2.0. That means it teaches all the features that are new in ASP.NET 2.0, including master pages, database access using both SQL and object data sources, the new code-behind model, site navigation features, authentication using the Web Site Administration tool and login controls, profiles, themes, and web parts.
But that s just the beginning! Here are just a few of the features that set this book apart from other ASP.NET 2.0 books:

#1: It gives you a 5-chapter section on database programming
This is an area that s changed dramatically from ASP.NET 1.x. So this section teaches you how to use SQL data sources and the GridView, DetailsView, and FormView controls all new in ASP.NET 2.0 to develop database applications with little or no C# code. Then, it teaches how to use object data sources, also new in ASP.NET 2.0, to create 3-layer applications that let you separate the presentation code from the data access code in an application.

#2: It teaches you ASP.NET 2.0 development the way it should be done, using Visual Studio 2005
Today, no developer should miss out on the productivity features of Visual Studio 2005 by using limited tools like Notepad. So section 1 in this book teaches you how to use Visual Studio 2005 to design, code, and test multi-page web applications that get database data and manage session state. Then, later chapters cover time-saving VS tools like the Query Builder and the Web Site Administration Tool.

#3: Complete applications show you how all the pieces interact
The key to mastering ASP.NET 2.0 is to have plenty of real-world applications that guide you in using the new features you re learning and that help you avoid the problems that you can run into as you build complex web sites. That s why this book gives you complete applications, including the web forms, the aspx code, and the C# code.

So if you need to learn ASP.NET 2.0, we hope you'll try this book first. We're convinced that it will deliver the training you need in record time.


Customer Reviews:   Read 13 more reviews...

5 out of 5 stars Dynamic Web Pages the Microsoft Way   April 8, 2006
John Matlock (Winnemucca, NV)
12 out of 13 found this review helpful

If you're even thinking about this book, you have an interest in or a project to do regarding connecting a database to a web site. This could be something simple like putting in a guest book, or more complex like a full fledged store. ASP.NET is Microsoft's vision of how this should be done (using purely Microsoft products of course).

The Microsoft products used in the ASP.NET approach include the operating system (Windows - possibly XP Professional, more likely Windows Server), Internet Information Service (the web server), Visual Studio (the integrated development environment that includes C# - pronounced 'C Sharp'), and the database (probably SQL Server).

The book covers these software products. It uses the Murach two-page presentation where the left hand page gives a text description of an issue, and the right hand side a more visual description of the same issue. I happen to like this format a great deal. One page tends to say the same thing in a different way. Sometimes one way is preferred (preferred means that I understand it better), sometimes the other.

If you're serious about this subject, I think you also will need a book on the SQL language for the particular database you will be using. SQL is a programming language all by itself. If you just use ASP, you will be tempted to do things in ASP that would be better done in a more complex SQL statement.

A great book, not for the total computer novice, but if you're planning a web site and want dynamic pages that have data coming out of a web site ....



5 out of 5 stars Very thorough; a great guide to ASP.NET 2.0!   April 26, 2006
S. Waletzko (Connecticut, USA)
7 out of 7 found this review helpful

This book is a comprehensive tutorial that walks the reader through the basics of virtually every aspect of Web site programming in ASP.NET 2.0. The first half of the book is dedicated in part to programmers new to Web programming in general, or new to Web programming ASP.NET. The second half of the book delves deeper into more professional Web development techniques such as database access, SSL, user authentication and profiles, and even touching on Web services and reusable Web component design. Throughout, the authors do a good job of pointing out features that are new or specific to .NET 2.0, which makes this a valuable reference even for programmers with extensive ASP.NET development experience.

For every two pages in the book (it weighs in at nearly 900 pages) the content is repeated once in classic Murach style; the left-hand page is a detailed description of the concept being covered written in a conversational tone, and the right-hand page contains a recap of this discussion in bulleted-form, with screenshots and / or code samples. This layout is ideal for both novice and expert readers alike; beginners learn faster when a concept is restated / repeated, and experts can skim through the right-hand pages looking for content that is new to them.

The authors assume that the reader has a working knowledge of C# syntax (there is a VB version as well), but pretty much everything else involved in Web site development using ASP .NET 2.0 is explained in detail.



5 out of 5 stars Excellent Training and Reference Book!   April 10, 2006
K. Starnes (Battle Ground, WA USA)
7 out of 8 found this review helpful

There is a lot of information in this 841 page book. It is broken into five sections starting with basic ASP concepts and finishing with web services and reuseable code. Easy to read, using the "paired pages" format: How-to on the left page and examples on the right.

This book continues the Murach tradition of good publications for the computer professional.



5 out of 5 stars The best book for beginners in ASP   September 30, 2006
Greatful reader
7 out of 8 found this review helpful

Have you seen the movie "Matrix"? Remember, when Neo says "I know Kung-Fu!" in 1 min after they plugged his head to the computer? I had the same feeling about ASP.NET after reading this book :-)
The book is so easy to read, even though English is my second language.



5 out of 5 stars Another Great Resource from Murach...   May 25, 2006
Stephen Rosenbach (Arnold, MD USA)
6 out of 7 found this review helpful

Murach is quickly becoming my favorite publisher of books for learning new software development skills. This books continues in their tradition of books that do a very good job of selecting the most important topics and then treating those topics clearly and thoroughly enough to get you started with some real development.

This book gets you up and running very quickly with ASP.Net 2.0 and C#. It covers the most important new features of ASP.Net, (such as enhanced security that at the same time is easier to implement) as well as classically important topics such as database access.

The book is laid out in typical Murach style - a discussion of a byte-sized slice of a topic on the left-hand page with the corresponding example on the facing right-hand page. It's a logical and effective style that I appreciate.

There are some things left out in this book - such as a discussion of classes in C# - but you have to make choices as to what to leave in and what to exclude, and I have no argument with the way these choices were made by the authors. Meanwhile, for more in-depth teachings on C#, Murach has just released a new book on this very topic, and I expect it will be their usual high quality.



 
about us contact us privacy policy terms of use mision statement lom help
The Library of Math - Online Math Organized by Subject Into Topics. © 2005 - 2008 www.LibraryOfMath.com All rights reserved. math rss