ASP.NET 2.0 : A Developer's Notebook

  Author:    Wei Meng Lee, Wei-Meng Lee
  ISBN:    0596008120
  Sales Rank:    394213
  Published:    2005-06-07
  Publisher:    O'Reilly
  # Pages:    352
  Binding:    Paperback
  Avg. Rating:    5.0 based on 22 reviews
  Used Offers:    20 from $2.95
  Amazon Price:    $19.77
  (Data above last updated:  2008-11-18 07:57:06 EST)
  
  
Sort customer reviews by:
  
Show All Reviews on Page      Hide All Reviews on Page
   
  
ASP.NET 2.0 : A Developer's Notebook
  
When ASP.NET hit the street a couple of years ago, it was a real eye-opener. Microsoft's tool for creating dynamic, server side web applications introduced Web Forms, a feature with the same rapid drag and drop convenience enjoyed by Visual Basic developers, along with a method for creating XML-based web services. ASP.NET was more than an upgrade of Active Server Pages it was a quantum leap ahead. Now Microsoft has a new version of ASP.NET as part of its upcoming next generation release of the Visual Studio .NET development platform. ASP.NET 2.0 is already available in beta release, and web developers are anxious to get a good look at it. That's exactly what our new Developer's Notebook allows you to do. More than just an introduction to ASP.NET 2.0, this practical guide acquaints you with all of the new features through nearly 50 hands-on projects. Each one places emphasis on changes in the new release that can increase productivity, simplify programming tasks, and help you add functionality to your applications. For example, ASP.NET 2.0 includes master pages, themes, and skins so you can build applications with a consistent page layout and design. Other changes allow for the automatic creation of web pages for use on mobile devices, while wizards and controls allow you to perform frequent tasks (like data access) without having to write a single line of code. ASP.NET 2.0: A Developer's Notebook also includes suggestions for further experimentation, links to on-line documentation, and practical notes and warnings from the author regarding changes to the new version. The new Developer's Notebooks series from O'Reilly offers an in-depth first look at important new tools for software developers. Emphasizing example over explanation and practice over theory, they focus on learning by doing you'll get the goods straight from the masters, in an informal and code-intensive style. If you want to get up to speed on ASP.NET 2.0 before its official release, this all lab, no lecture book will get you there.
                  Reader Reviews 1 - 27 of 27                 
  
  
Review
Date
Review
Rating(5 High)
Review
Helpful
to:
Customer Review Reviewer
Info
Permanent
Link
Reader Reviews Below Sorted by Newest First
10-18-06 5 2\2
(Hide Review...)  Very Useful For Beginners and Mid-level Developers
Reviewer Permalink
This is a well-written, easy-to-use book hitting the main points of ASP.NET 2.0. I've never read it cover-to-cover, but have gotten great use from it as a reference manual when I need to quickly figure out how to do something new in ASP.NET 2.0.



The book's laid out in a clear fashion and has a solid index, so it's easy to find the material you need to solve a problem. Each "lab" in the book is task-oriented, so you'll find things like "Create a Master Page for Your Site" which details the steps necessary to accomplish the task. Sections are nicely done and full of tips and tricks, plus there are plenty of short sidebars noting smaller bits of interest such as content pages being limited to having only one master page.



I've found the breadth of coverage quite nice. The author hits everything from Master Pages/Site Navigation to Security to Profiles. There's also a nice section on Performance which talks about site precompilation and caching. (I even nabbed one of the author's labs for one of my talks on .NET -- with attribution, of course.)



The book's very nicely done. It's concise and clear, and I like its style, both content and visual. Some folks might complain about the examples all being in Visual Basic 2005, but as Dr. Phil might say, "Build a bridge and get over it." The labs give you more than enough detail to understand how you need to use the Framework to accomplish tasks, so the particular language used shouldn't be such an issue.



Advanced ASP.NET developers probably won't get a lot out of this unless they're completely new to 2.0, but beginning and intermediate developers should find the book very helpful.



So far this book's been very useful.
(Review Data Last Updated: 2007-09-07 20:05:20 EST)
10-18-06 5 1\1
(Hide Review...)  Very Useful For Beginners and Mid-level Developers
Reviewer Permalink
This is a well-written, easy-to-use book hitting the main points of ASP.NET 2.0. I've never read it cover-to-cover, but have gotten great use from it as a reference manual when I need to quickly figure out how to do something new in ASP.NET 2.0.

The book's laid out in a clear fashion and has a solid index, so it's easy to find the material you need to solve a problem. Each "lab" in the book is task-oriented, so you'll find things like "Create a Master Page for Your Site" which details the steps necessary to accomplish the task. Sections are nicely done and full of tips and tricks, plus there are plenty of short sidebars noting smaller bits of interest such as content pages being limited to having only one master page.

I've found the breadth of coverage quite nice. The author hits everything from Master Pages/Site Navigation to Security to Profiles. There's also a nice section on Performance which talks about site precompilation and caching. (I even nabbed one of the author's labs for one of my talks on .NET -- with attribution, of course.)

The book's very nicely done. It's concise and clear, and I like its style, both content and visual. Some folks might complain about the examples all being in Visual Basic 2005, but as Dr. Phil might say, "Build a bridge and get over it." The labs give you more than enough detail to understand how you need to use the Framework to accomplish tasks, so the particular language used shouldn't be such an issue.

Advanced ASP.NET developers probably won't get a lot out of this unless they're completely new to 2.0, but beginning and intermediate developers should find the book very helpful.

So far this book's been very useful.
(Review Data Last Updated: 2008-11-19 04:57:26 EST)
09-03-06 3 1\1
(Hide Review...)  good introduction to ASP.NET 2.0
Reviewer Permalink
This is a pretty good introduction to ASP.NET 2.0 for folks who are already familiar with ASP.NET 1.1. All of the examples are in VB.NET, so if that bothers you, you might want to look elsewhere. I prefer C# myself, so I just rewrote the examples in C# as I went along. That gave me something mildly interesting to do as I worked my way through the book.

The examples in the book are pretty simple and generally just serve to illustrate basic concepts. There's no really interesting code in the book. It's really just a quick way to get through some of the new stuff in ASP.NET 2.0.

One problem with this book is that it was written during the beta phase, and doesn't reflect a few things that changed in the final version of ASP.NET 2.0. There is an update document on O'Reilly's site, and there may be a new printing with those corrections, but I'm not sure about that.
(Review Data Last Updated: 2007-07-10 18:10:02 EST)
06-19-06 5 1\1
(Hide Review...)  Go Beyond the Basics
Reviewer Permalink
This is a great book for taking your ASP.NET 2.0 skills beyond the basics. Learn valuable skills for improving your web sites such as data caching, partial page caching and lowering the cost of server callbacks. Learn to let your site save user profiles and let users save site themes as a personalized profile; plus lots more.

Where other books just gloss the surface of controls and topics Wei-Meng Lee using a lab notebook approach drills down multiple layers on each topic and in just over 300 pages manages to cover more information than books with 3 times the number of pages; and on almost every page is a URL for additional information. IMHO, this book should be on the bookshelf of every serious ASP.NET developer.
(Review Data Last Updated: 2007-06-24 13:03:50 EST)
06-18-06 5 1\1
(Hide Review...)  Go Beyond the Basics
Reviewer Permalink
This is a great book for taking your ASP.NET 2.0 skills beyond the basics. Learn valuable skills for improving your web sites such as data caching, partial page caching and lowering the cost of server callbacks. Learn to let your site save user profiles and let users save site themes as a personalized profile; plus lots more.

Where other books just gloss the surface of controls and topics Wei-Meng Lee using a lab notebook approach drills down multiple layers on each topic and in just over 300 pages manages to cover more information than books with 3 times the number of pages; and on almost every page is a URL for additional information. IMHO, this book should be on the bookshelf of every serious ASP.NET developer.
(Review Data Last Updated: 2006-09-04 13:02:45 EST)
06-09-06 2 2\5
(Hide Review...)  An expensive paperweight
Reviewer Permalink
I really have not gained anything from this book. I bought the book having extensive 1.1 experience with a bit of 2.0 experience.

The examples are way to simplistic. I can see this book being okay for an absolute beginner, but advanced developers aren't going to gain much.

And all of the examples are in vb.net... *sigh*
(Review Data Last Updated: 2007-07-10 18:10:02 EST)
06-08-06 2 0\1
(Hide Review...)  An expensive paperweight
Reviewer Permalink
I really have not gained anything from this book. I bought the book having extensive 1.1 experience with a bit of 2.0 experience.

The examples are way to simplistic. I can see this book being okay for an absolute beginner, but advanced developers aren't going to gain much.

And all of the examples are in vb.net... *sigh*
(Review Data Last Updated: 2006-07-11 03:48:45 EST)
04-25-06 4 2\2
(Hide Review...)  Get your hands dirty with 2.0
Reviewer Permalink
I bought this book after reading a couple of chapters at a local bookstore. It's very hands on, totally gets the job done. I was trying to implement a web application using the new asp.net framework, and it helped me out in all but details which I did not need till later on in the project.
What it will not do: Explain you the intricate differences, eg. at the level of the asp.net worker process in the difference in the way it compiles pages at runtime.
What it will do: Get you completely up and running with the new framework, esp. with a very good chapter about the GridView control.
(Review Data Last Updated: 2007-07-10 18:10:02 EST)
03-29-06 5 3\3
(Hide Review...)  All Lab, No Lecture
Reviewer Permalink
This is definitely a book written by a developer for developers. The author assumes that you are familiar with ASP.NET 1.0 or 1.1 and Visual Studio.NET. So there are no chapters on how to use the development environment. Also, thankfully, there are no wasted chapters on the history of HTML. Instead, this book goes over the changes that you as a developer need to be aware of to get the most out of the latest version of ASP.NET.

The Developer's Notebook series is a new series of books by O'Reilly that is focused on presenting examples rather than theory - All Lab, No Lecture. As President of the Dallas ASP.NET user group I have recommended this book to my members. This is my favorite book on ASP.NET 2.0.

Things I like about the book:
* The lab format makes for a no-nonsense way to cover the material.
* It highlights the new features that are important to ASP.NET developers such as Master Pages and changes in Security and Data Access.
* It tells you when to use which controls and why.
* It has a very comprehensive section on web parts.
* The performance chapter includes information on how to send data to the server without a postback.

Things you should know:
* All of the examples are written in Visual Basic 2005, so if you are a C# programmer you will need to convert them.
* If you have never developed an ASP.NET application before this book is not for you.

Overall, if you are an experienced developer who wants to take advantage of the new features in ASP.NET 2.0, you should buy this book.
(Review Data Last Updated: 2007-07-10 18:10:02 EST)
03-28-06 5 3\3
(Hide Review...)  All Lab, No Lecture
Reviewer Permalink
This is definitely a book written by a developer for developers. The author assumes that you are familiar with ASP.NET 1.0 or 1.1 and Visual Studio.NET. So there are no chapters on how to use the development environment. Also, thankfully, there are no wasted chapters on the history of HTML. Instead, this book goes over the changes that you as a developer need to be aware of to get the most out of the latest version of ASP.NET.

The Developer's Notebook series is a new series of books by O'Reilly that is focused on presenting examples rather than theory - All Lab, No Lecture. As President of the Dallas ASP.NET user group I have recommended this book to my members. This is my favorite book on ASP.NET 2.0.

Things I like about the book:
* The lab format makes for a no-nonsense way to cover the material.
* It highlights the new features that are important to ASP.NET developers such as Master Pages and changes in Security and Data Access.
* It tells you when to use which controls and why.
* It has a very comprehensive section on web parts.
* The performance chapter includes information on how to send data to the server without a postback.

Things you should know:
* All of the examples are written in Visual Basic 2005, so if you are a C# programmer you will need to convert them.
* If you have never developed an ASP.NET application before this book is not for you.

Overall, if you are an experienced developer who wants to take advantage of the new features in ASP.NET 2.0, you should buy this book.
(Review Data Last Updated: 2006-07-07 11:50:31 EST)
03-22-06 5 2\2
(Hide Review...)  Excellent quick overview of ASP.NET 2.0
Reviewer Permalink
First: Thanks O'Reilly for the new Notebook series books; I hope you keep making more. I like the format of these books!

If you're like most Sr. Web Developers, we have very little time on our hands. The .NET language itself is so vast, we often feel overwhelmed with all the great things it can do and don't really have time to find everything we need quickly when huge project deadlines are at hand. We are constantly looking to improve our code and find ways to take the load off our job. This book does an excellent job of informing you of the new version of ASP.NET and also great explanations and examples of why you'd want to use these new features..rather than just a "what the features can do". The author gives great real-life common examples of use of these new features, uses you think to yourself man, I think that would work great in our environment for this and that later on. Without trying to sound too geeky, this book definitely got me excited about ASP.NET 2.0.

I again rate this as a must-have on your shelf at home or in the office.
(Review Data Last Updated: 2006-07-07 11:50:31 EST)
02-07-06 5 2\2
(Hide Review...)  Just the perfect Start to ASP.Net 2.0
Reviewer Permalink
I had working knowledge of ASP.Net 1.1 and this was the perfect book to move to ASP 2.0.
After going through this book I bought some thick ones from Wrox and to my surprise those 1000 pages were still giving me the same knowledge/concepts that Mr. Lee effectively transferred in 352 pages.
I like books that get straight to the point/concepts. Developer's Notebooks are just perfect for me.
I would recommend this book to any one with some knowledge on .Net 1.1 and to those who like to understand concepts via examples.
(Review Data Last Updated: 2006-07-07 11:50:31 EST)
12-31-05 2 2\3
(Hide Review...)  Examples don't work
Reviewer Permalink
This is supposed to be a developer note book with lots of code examples.
I am now stopping at chapter 2 as the examples don't work without changes.
It's really frustating, I will be looking at some other book, this lacks in theory and practical both.
I feel buying this book was a big mistake.
Avoid this.
(Review Data Last Updated: 2006-01-16 00:20:59 EST)
12-28-05 5 8\8
(Hide Review...)  For Developres - By Developers... Finally
Reviewer Permalink
ASP.NET 2.0: A Developer's Notebook, part of a new series by O'Reilly Media, takes a radically different approach to code-oriented textbooks, and it's about time. O'Reilly has done something wonderful in realizing that most developers simply don't have the time to read through 1200-page books trying to learn every little detail about a subject.

Instead, we usually only have a matter of days (hours if we're really unlucky) to learn enough about the language we're using to make the project work. That's what this book is about... getting the job done. This books aims to be the brain of a great developer poured onto paper. You won't find useless chapters on theory or elaborate references of class hierarchies and object properties. What you will find is page after page of hands-on code examples that you can actually use.

Topics covered include:
* Master pages, themes, and skins for easily creating a consistent look throughout your site
* The Web Parts Framework (WPF) for building portal applications
* Security and membership controls for managing user authentication
* Data access via new data source controls and the GridView component
* Performance tuning your site by pre-compiling and fragment caching.

ASP.NET 2.0: A Developer's Notebook is a book for developer's who would rather learn by coding instead of just reading. This is the perfect book for developers familiar with ASP.NET 1.x who're looking to make the jump to ASP.NET 2.0 and Visual Studio 2005 without wasting every second of their free time. It throws you into the code immediately, allowing you to learn by example. The code samples are all easy to follow and you can re-use them in your own applications. This is a must-have for anyone trying to learn ASP.NET 2.0.

From http://www.codescene.com/2005/12/book_review_aspnet_20_a_develo.php
(Review Data Last Updated: 2006-07-07 11:50:31 EST)
10-16-05 3 13\20
(Hide Review...)  Good tutorials and content, but it's all in VB.Net only
Reviewer Permalink
I was excited to get my hands on this book and check out the tutorials until I realized that they are all in VB.Net. No C# examples are to be found anywhere in the book. Although C# developers can typically translate code from VB into C#, it's easier and less time consuming to see the code in C# from the outset of the project. I'm really surprised that this author would aim this title at VB developers given that so much of professional development is done in C#.

Lee does, however, offer some quite useful sample projects in this book. I like how she emphasizes what's new in 2.0 instead of rehashing what .Net 1.1 developers will already know from their work. Most of the examples are short and contain just enough code to get the key concepts across to the reader. In some chapters I felt that more explanatory text would have been helpful, but with all the help documentation for .Net I was able to fill in any knowledge gaps.
(Review Data Last Updated: 2006-07-07 11:50:31 EST)
09-24-05 2 5\11
(Hide Review...)  Shotgun writing style didn't work for me
Reviewer Permalink
If I had to sum this book up in one word, it would be 'scatterbrained' ...

I have referenced it a few times; most of those times I have found the topic I was looking for but the examples/steps presented in the book didn't actually work or at least didn't work the way I needed them to.

I couldn't really find any logical flow to the book, either. It jumps from one topic to the next (maybe that is what they were striving for with the 'notebook' approach). To me, it made it difficult to use/follow. The index isn't bad, and since that was where I always went first I guess it doesn't matter too much that I was bouncing all over from chapter to chapter.

I'd say this book was of below-average usefulness. Course, there are not a lot of 'beta' books out there, so you have limited choices prior to launch.
(Review Data Last Updated: 2006-07-07 11:50:31 EST)
09-09-05 5 7\7
(Hide Review...)  just what the doctor ordered
Reviewer Permalink
just bought this book today and motoring thru it.
It is so orentated to a developer, I have been using VB since version3 and have bitten the bullet so I can do more, faster and better with net2.0
Things I liked about the book is that it is thin and its core stuff to 'just make it work'.
I can quickly be productive, build on my confidence and know where to learn more 'as and when I need it' and not get saturated with needless feature details. The book does seem to be all lab and is very suitable for those practical/kinesethic types that learn by getting their hands dirty and playing with something - it might not suit people who need to know everything before they start. Also the print style is very easy on the eyes, looks like someone has made margine notes in it and ample space for your own notes to. Wish this was the first book on ASP.NET2 I had bought.
(Review Data Last Updated: 2006-07-07 11:50:31 EST)
09-05-05 2 2\12
(Hide Review...)  Samples dont work without changes
Reviewer Permalink
In my daily buisness I appreciate those books that don't need much work for installing the samples. Either you open always a new project for each mini sample or the better way would be to provide a solution file for ALL samples. Moreover the samples lake of files which the compiler claims. Did the author check his samples? I'm very happy to be a safari-online subscriber because I'll drop this book from my bookshelf soon.
(Review Data Last Updated: 2006-06-18 12:24:05 EST)
08-31-05 4 8\10
(Hide Review...)  Listed Instructions
Reviewer Permalink
I don't mean to rain on the parade of excellent reviews for this book but there is one thing you should know; this book heavily uses listed instructions, much like the Microsoft "Step by Step" books. I happen to be one of those people whose eyes glaze over when I see a list of instructions! (I tend to do much better with books that discuss technical features within the context of their usage.) If you are like me you should know that before you buy it.

Having said that, many people find that this type of book suits their learning style (as we have seen in the other reviews), and I have no doubt that the content is excellent.

Bill
(Review Data Last Updated: 2006-06-08 13:32:31 EST)
08-21-05 5 5\6
(Hide Review...)  ASP.NET 2.0 Developer's Notebook
Reviewer Permalink
I would highly recommend this book to any professionals or developers who wanted to learn the most out of ASP.NET 2.0 in the shortest amount of time. I spent about 2 hours after work to go through each chapter and took me slightly more than a week to complete it. The practical approach for the exercises in this book is simply fabulous! Not only I got to learn about the the concepts but i get a lot of chances to try out these concepts on my home computer!

I personally like the chapters on Web Parts and Data Access!! Great demos and exercises covered in these 2 modules.

Thanks Wei Meng !!!
(Review Data Last Updated: 2006-05-31 10:05:44 EST)
08-11-05 5 25\26
(Hide Review...)  Nice Overview of What ASP.NET 2.0 Offers
Reviewer Permalink
ASP.NET 2.0: A Developer's Notebook for any programmer that wants to jump right in and discover what v2.0 has to offer. For anyone that is looking for an ASP.NET 2.0 reference book, this isn't what you are looking for. If you want a guide that will give you and overview of all the neat new features of what MSFT's newest set of toys gives you, this is a great guide.

The Author breaks the book into the major new parts of what ASP.NET brings to the table, highlighting the following topics:

- Improved posting to self pages and other pages
- Improved validation routines in 2.0
- Creating image maps with ADO.NET
- Creating master pages for a web site (very cool)
- Using TreeView controls on your page
- Adding drop-down menus to your site
- Using Web Parts to separate content on your pages
- Learning how GridView replaces DataGrid for viewing data
- Improved data caching with 2.0
- XML communication all throughout ASP.NET (how-to)
- Improved security in 2.0

These are just the major points that I have gotten out of this book, and it's quite a bit. Again, if you are looking at this book as a reference, this isn't what you are looking for. There are examples of all these topics, but the Author expects that you have some ASP and/or ASP.NET experience if you are using this book. This book is meant to be a "notebook" where it quickly gets to the heart of the matter, instead of dragging on and on and that's exactly what the user does.

For existing ASP.NET developers or any web developer who wants to learn why .NET is the present and future of web development, this is a great guide to learning all the new tricks that the wizards at Microsoft have come up with. I recommend this book to all web developers and I think you will find it extremely useful in your web careers.

***** RECOMMENDED
(Review Data Last Updated: 2006-05-31 10:05:44 EST)
08-05-05 5 6\8
(Hide Review...)  This book has the right stuff
Reviewer Permalink

ASP.NET 2.0: A DEVELOPER'S NOTEBOOK
By Wei-Meng Lee
Published by O'Reilly
ISBN 0596008120
Reviewed by Steven Mullins-HuNTUG member

Well let me say this was so chocked full of stuff I am still trying some of the tips and examples even after a month of reading it all the way through.

This has been the first book on .NET that has really shown the web page building that can be done. This has been a great read for the point of building a web space there are so many examples that is hard to keep up with all of them. This book really surprised me with the chapter 5 (Security), the last three of four books I have read or looked over have had very little to say about security and this was broken down from simple log-on to using the WAT (Website Administration Tool) to add users and even how to hash passwords.

One last thought was how well this book flowed; there are a lot of books that make it so that you have to do all the exercises in sequence to get the examples to work but with the O'Reilly books you can go straight to the chapter you want to work on and go right to it, that one point has made my last few book selections rather easy.

O'Reilly has the right stuff when it comes to real life work to get done.



(Review Data Last Updated: 2006-05-31 10:05:44 EST)
07-31-05 5 7\9
(Hide Review...)  A complete survey of ASP.NET 2.0
Reviewer Permalink
ASP.Net 2.0 - A Developer's Notebook wades through feature after feature of the ASP.NET 2.0 web application framework. This is another excellent .NET related title in the Developer's Notebook series. The reader is offered a very complete survey of each functional area. Topics such as master pages, personalization provider, web parts, security, and data access are expertly presented.

True to the "Developer's Notebook" format, you are immersed into the content with very thoughtful examples and hands-on labs. There are a little more than 50 of them. The source language used is Visual Basic.NET. C# developers should not have too much trouble understanding and making the necessary conversions.

Wei-Meng Lee has put together a very compelling Developer's Notebook. The coverage is very complete, and the examples are interesting as well. I really enjoyed sitting down in front of my computer with this book and working through each of the exercises. This is a very good text and is extremely valuable in reviewing the features available in ASP.NET 2.0.
(Review Data Last Updated: 2006-05-31 10:05:44 EST)
07-09-05 5 6\8
(Hide Review...)  Just what I needed!
Reviewer Permalink
I'm an ASP.NET developer and I wanted a book that presented the changes for 2.0 clearly and completely. I am very happy with this Developer's Notebook.

It covers the key topics well without rehashing the stuff I already knew. In particular, I needed to know about:

* Web parts
* Master pages
* Themes/skins
* New controls

One of the advantages O'Reilly has over Microsoft titles is they can say stuff like "ASP.NET Web Parts are not compatible with SharePoint" clearly rather than glossing over the incompatibility. I also like the author's recommendation *not* to mix languages in a single project (a new "feature") unless it's really necessary. That would be a nightmare to maintain!

Finally, I like the format of these Developer Notebooks. I have the Mono and Excel ones as well and the lab-based format is great.
(Review Data Last Updated: 2006-05-31 10:05:44 EST)
07-02-05 5 4\6
(Hide Review...)  Excellent introduction to ASP.NET 2.0
Reviewer Permalink
This is the second of O'Reilly's new "Developer's Notebook" series that I have read, and I am quite impressed with this series. This series aims to provide hands-on tutorials for some of the latest technology. The author does an excellent job covering some of the new features and changes in the upcoming ASP.NET 2.0.

This book works best when you read it sitting in front of the Visual Studio 2005 IDE. The author intends the reader to follow along, doing their own coding, to learn the concepts discussed.

One thing I really enjoyed about this book is the organization. I'm a professional ASP.NET developer, there are things I like about ASP.NET and things I dislike about it. Lee did an excellent job covering a lot of the new and exciting features of ASP.NET right up front, which builds the readers enthusiasm for the rest of the book. Finally I can set focus on a control! Finally I can cross-post forms! Finally I can control visual inheritance! Sure these issues may not be all that important, but they're things current ASP.NET developers have been clamoring for, and they keep the reader engaged through the material.

I think my favorite section of the book is Chapter 3: Web Parts. This chapter is not for the faint of heart-there are lots of juicy coding details, which developers will absolutely eat up. This chapter also covers one of the most interesting aspects of the revamped ASP.NET-the ability to easily create portal applications. The reader is stepped through some excellent examples, from building to personalization.

I found this to be an excellent introduction to the ASP.NET 2.0 framework. As some other reviewers have noted, this book isn't designed as an introduction to programming ASP.NET-you're expected to have written pages in it before. I personally would have preferred to see the examples provided in the book in C# (rather than VB.NET), but that's a minor issue, and any experienced ASP.NET developer already has some practice translating between the two. This book is a must read if you're planning on migrating to the new version of the .NET framework.
(Review Data Last Updated: 2006-05-31 10:05:44 EST)
07-01-05 5 2\4
(Hide Review...)  ASP.NET 2.0 fast and essential
Reviewer Permalink
Not a primer for the ASP.NET neophyte, this book is meant for programmers who are already equipped with ASP.NET 1.x knowledge. It is written in a straight forward manner. Taking readers first of all, straight into the new features that you will find in ASP.NET 2.0.

Compared to other titles on the market, this seems a very clearly targeted book. It's directed towards professionals and students who need to pick up ASP.NET 2.0 development easily minus all the small prints and with lots of hands-on exercises.

The book starts off with a summary of everything that is new. I was pleased to see that in each of the chapter, I was able to learn new features and controls that ASP.NET 2.0 offers. For example in Chapter 3, how to create a portal website using the Web Parts Framework. That reminds me so much of IBM Websphere ie building a portal page with individual functional units lumped together. Uploading a file to the server was also another useful feature covered in Chapter 1. Using the FileUpload control, it allows web users to upload files for archival or file-submission purposes. It also talks about the new security model: Membership Provider Model in Chapter 5. In ASP.NET 2.0, you can manage security with membership providers, built-in security server controls and cookieless forms authentication.


Wei-meng Lee's new book manages to cover a lot of ground in a concise, readable manner. If you're already developing with ASP.NET 1.x and preparing to migrate to version 2.0, ASP.NET 2.0: A developer's Notebook gives you complete information forassessing ASP.NET 2.0 and making the most of it.
(Review Data Last Updated: 2006-05-31 10:05:44 EST)
06-17-05 4 7\9
(Hide Review...)  no shortage of XML
Reviewer Permalink
A strong theme pervading the book is the heavy usage of XML to encode and manipulate configuration data. Microsoft has gone to some lengths to use the expressive power of XML to make quite complex configurations. Luckily, the book shows that serious work has also gone into providing you with UI tools to tweak the XML.

If you are still new to XML, the book may be useful as a motivator by showing non-trivial examples of how to use it. Certainly, it also reveals the characteristic verbosity of XML, which might be offputting to some.

Experienced ASP developers may want to check out the new security Provider Model. It is claimed to be very flexible and extensible in how you can use it to add security features. Of all the new items in ASP 2, this is perhaps the most important.
(Review Data Last Updated: 2006-05-31 10:05:44 EST)
  
                  Reader Reviews 1 - 27 of 27                 
  
  
  
  
  
  

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)