this is good, cause these guys didnt skimp or skim. Better still, the examples are just as comprehensive.
— Jeff Tolle, Steal This Code
ASP.NET 2.0 is the latest version of Microsofts revolutionary ASP.NET technology. It is the principal standard for creating dynamic web pages on the Windows platform. ASP.NET 2.0 boasts a range of important new features that make it superior to any Windows web-presentation technology that has come before it. A few of these are:
- Masterpages let you define your sites look and feel once and apply it across all your web forms.
- Themes and skins make for easy customization of your sites look and feel. Generics these much vaunted new additions to the .NET Framework allow you to create a data structure without committing to a specific data type &emdash; theyll revolutionize the way you code
- Personalization &emdash; ASP.NET 2.0 makes it easier than ever before to create customized experiences tailored for individual users.
These, combined with improvements in everything from speed (ASP.NET 2.0 pages are faster to both write and serve), administration , data access, security and scalability make ASP.NET 2.0 the leading force in .NET web development.
Seasoned .NET professionals Matthew MacDonald and Mario Szpuszta explain how you can get the most from this ground-breaking new technology. They cover ASP.NET 2.0 as a whole, illustrating both the brand-new features and the functionality carried over from previous versions of ASP. This book will give you the knowledge you need to code real ASP.NET 2.0 application in the best possible style.
The book will teach you ASP.NET 2.0 in five clear steps. You will learn:
- Core concepts of ASP.NET 2.0. Why its special. What its fundamental principals are. The basics of Visual Studio. How ASP.NET 2.0 controls are created, and how they fit into ASP.NET 2.0 pages, ultimately creating full applications
- Data access details. The intricacies of ADO.NET 2.0 and how to perform data binding to many sourcesfrom databases, to file-streams, to XML
- Security. Once considered the Achilles heel of all Windows web applications, security has been completely revamped in ASP.NET 2.0. This section explains the various forms of available security, and how to best apply them
- Taking things further using Advanced User Interface Techniques. This includes User Controls, Customer Server Controls, client-side JavaScript and GDI+. This is where the real strength of ASP.NET 2.0 lies
- Web Services. In an increasingly connected world, working with web services grows in importance. This book will show you how to work with them
About The Author
Matthew MacDonald is an author, educator, and MCSD developer who has a passion for emerging technologies. He is a regular writer for developer journals such as
Inside Visual Basic,
ASPToday, and
Hardcore Visual Studio .NET, and he's the author of several books about programming with .NET, including
User Interfaces in VB .NET: Windows Forms and Custom Controls,
The Book of VB .NET, and
.NET Distributed Applications. In a dimly remembered past life, he studied English literature and theoretical physics. Send e-mail to him with praise, condemnation, and everything in between, to p2p@prosetech.com.
Mario Szpuszta is working in the Developer and Platform Group of
Microsoft Austria. Before he started working for
Microsoft, Mario was involved in several projects based on COM+ and DCOM with Visual Basic and Visual C++ as well as projects based on Java and J2SE. With Beta 2 of the .NET Framework, he started developing Web applications with ASP.NET. Right now, as developer evangelist for
Microsoft Austria, he is doing workshops, trainings, and proof-of-concept projects together with independent
software vendors in Austria based on .NET, Web Services, and Office 2003 technologies.
Reader ReviewsThis is problably the first 2.0-specific book to hit store shelves. I'm currently building with Visual Studio 2005 Beta 2. AFAIK this build has the final major changes. The book seems to be written for the final VS release. In ohter words, I have not found any outdated examples yet in my reading. I got this book last week and I'm very pleased with it. I jumped ahead straight to the Membership and Profile sections. There are *several* chapters on this! I'm very impressed so far with their teaching abilities and I appreciate the fact that they give full examples. First the authors cover how to use ASP.NET 2.0's shrinkwrapped solution. Then they give detailed information on how to implement your own custom providers for Memebership and Roles. This is fantastic because at the time of this review, I had not found any complete examples on how to do this. So far this book hs a great reference and help to me. It's over 1,000 pages but nothing of what I've seen appears to be "fluff". Nice job! I would definitely recommend this ASP.NET/C# programmers. I think beginners can follow it and advanced users will like the solid 2.0 coverage.