This book is currently being updated for the final release of ASP.NET 1.0. Two new editions will hit the stores soon, one using C#, one VB.NET, and an updated code download will also be available from this site.
What does this book cover?
All major ASP.NET specific namespaces
Caching
Configuration
Security
Useful .NET Framework namespaces
Web Services
Data in ASP.NET
XML in ASP.NET
Book overview
ASP.NET is a totally new way of creating dynamic web applications, giving developers more flexibility and functionality than ever before. Its fresh approach of placing commonly-used code into controls, and separating presentation from business logic, makes developing and maintaining applications far easier. It is part of the Microsoft .NET Framework, and as such allows code to be created in any language that the Framework supports (currently C#, VB.NET, and JScript.NET out of the box).
This reference is divided into four sections. The first covers all the important ASP.NET namespaces for User Interface design, while the second looks at "behind the scenes" topics like caching and configuration. The third section looks at the important new arena of Web Services, and finally, the fourth deals with the remaining hot topics, such as data access and XML, as well as containing a chapter of short, fully-working examples relating to all sections of the book, to help you understand the concepts being presented.
Who is this book for?
This book is for developers working with ASP.NET. It is designed to complement any of the books in Wrox's ASP.NET series, and to present information to you in a compact, illustrative, and easily browsed form.
|