Updates

Latest Tweet



What's New?

Check out for latest innovation, a computer based training video collection


Like this Page

ASP.NET Website Programming: Problem - Design - Solution, Visual Basic .NET Edition Review by Huy Tuan Nguyen

Great book... but definitely not for beginners

This book is supposed to be used by intermediate-to-experienced .NET programmers. If you have known almost everything about .NET and had some experience developing real-life web application, you see this book worth reading.
It covers a lot of matters in developing a typical ASP.NET web site. The book goes from module to module, and in each module the approach is problem-design-solution. I dont think I saw much use of design patterns, which is something I desparately want to know how to apply, but the design is generally good and specific to ASP.NET. In other words, it takes advantage of ASP.NET in terms of event models, code behind, custom controls, configuration settings, and ADO.NET of course... About using ADO.NET, it is not just simply and directly binding database to DataGrid, DataList. Instead, the authors did a good job in deciding where to use ADO.NET features and where to use object-oriented features.
The book also covers data modeling to the level of stored procedure, triggers, relationships, transactions... This makes the development process look more professional and integrated.
Though there existed some bugs in the code and the book itself takes time and hard to read, i strongly recommend this book to any one who pursues a real good career in .NET.