Updates

Latest Tweet



What's New?

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


Like this Page

ASP.NET by Example Review by Toocha Rodriguez

ASP.NET ABCs

This book seems to be geared towards classic ASP developer who wants to learn about ASP.NET. There are chapters explaining the difference between ASP.NET and classic ASP and migrating Web applications from classic ASP to ASP.NET. Some code examples use HTML with embedded VB, some use HTML with code-behind files coded in C#, and some use HTML with embedded C# code. The book discusses .NET architecture/framework in some detail and explains complicated topics such as: MSIL, CLR, and JIT quite well. The book covers a lot of territory, including ADO.NET, working with XML data, HTML and Server Controls, Validation Controls, Debugging, User Controls, and Web Services. There are several appendixes which cover ASP.NET syntax, ADO.NET object model, VB.NET language reference, and C# language reference.

This book is a concise and incomplete reference of ASP.NET, but that appears to have been author's intent. It's well written, well organized and easy to understand. I think the intended audience, which is a beginner-to-intermediate Web developer, will find it useful. The author makes an assumption that the reader is familiar with HTML, XML, VB or C#, and knows how to use Visual Studio.NET. DO NOT buy this book if you studying for Microsoft Certification exam/s, it's not intended for that purpose.