Search   Articles   Dev Forums   Personalize   Favorites   Member Login   ASP.Net Hosting
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Sunday, July 20, 2008

Search Directory
ASP.NET
VB.Net
C-Sharp
SQL Server
 
FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

Home > Search > Sample Chapters > ASP.Net 2.0
Search:
What's New - What's Hot


Essential ASP.NET 2.0, 2nd Edition: Chapter 4: State Management        
Total Hits: 321  |  Today: 0 Author: Addison-Wesley.       Rating:  
Read Reviews | Write Review |   Your Rating: 

Where do you store per-client state in a Web application? This question is at the root of many heated debates over how to best design Web applications. The disconnected nature of HTTP means that there is no "natural" way to keep state on behalf of individual clients, but that certainly hasn't stopped developers from finding ways of doing it. Today there are many choices for keeping client-specific state in an ASP.NET Web application, including Session state, View state, cookies, the HttpContext....

Understanding AJAX        
Total Hits: 347  |  Today: 0 Author: Joshua Eichorn       Rating:  
Read Reviews | Write Review |   Your Rating: 

This chapter introduces you to the XMLHttpRequest object, showing you how to work around its implementation differences between browsers. Create example page requests, both in a synchronous fashion and in an asynchronous fashion. Learn various fallback approaches that you can use if a browser doesn't support XMLHttpRequest, including how to use IFrames and cookies as your communication channel....

ASP.NET "Whidbey" PDC Presentations        
Total Hits: 125  |  Today: 0 Author: Microsoft ASP.Net 2.0       Rating:  
Read Reviews | Write Review |   Your Rating: 

Download sample chapters from a newly released ASP.NET “Whidbey” book! you can download the ASP.NET "Whidbey" presentations / demos presented at the 2003 Microsoft Professional Developer Conference. Find out how to get your own copy for even more technical depth and samples!...

Book Review: Programming Atlas        
Total Hits: 222  |  Today: 0 Author: Anand Narayanaswamy       Rating:  
Read Reviews | Write Review |   Your Rating: 

I was little crazy to test drive Atlas ever since its release by Microsoft. I had found that even though there are many resources on the web such as tutorials, articles, videos, they do not provide clear cut coverage about all the features of Atlas. Moreover, books are very limited in this area and many of the available books contain information which is not required. Programming Atlas by Christian Wenz provides comprehensive coverage on the various aspects of Atlas in an elegant manner....

Fetching Data: The DataAdapter        
Total Hits: 154  |  Today: 0       Rating:  
Read Reviews | Write Review |   Your Rating: 

A DataAdapter not only lets you fill a DataSet or DataTable from the given data source, it also provides you with a convenient mechanism to persist, or save the changes back, into the
database. This is usually achieved by specifying various command objects as properties on the DataAdapter object.
But before you look at updating the data source using a data adapter, first let’s discuss fetching data using a data adapter....

Teach Yourself Ajax in 10 Minutes        
Total Hits: 278  |  Today: 0 Author: Phil Ballard       Rating:  
Read Reviews | Write Review |   Your Rating: 

The book, Sams Teach Yourself AJAX in 10 Minutes, by Phil Ballard, has just been published by Sams Publishing. This book on AJAX, one of the hottest technologies in web development today will:Teach the average web developer to build simple but powerful. AJAX applications immediately.
Provide an accessible, handy reference for the most common features and functions of AJAX.
Immediately begin teaching how to solve realistic user interface problems.
Equip the reader with the platform fr...

Murach's ASP.NET 2.0 Web Programming      Price: $36.75   
Total Hits: 130  |  Today: 0 Author: Anne Boehm and Doug Lowe       Rating:  
Read Reviews | Write Review |   Your Rating: 

With ASP.NET 2.0, Microsoft has made some dramatic improvements to an already-good product. The new product is packed with features that help developers add functionality and quality to their web applications more easily than ever before. And you can download an Express edition of the software that you need for developing ASP.NET 2.0 applications for free! The trick, of course, is learning how to use ASP.NET 2.0 the way the top Visual Basic developers do. And that's where this book comes in....


DevASP.Net - Disclaimer - Privacy
Copyright © 2008 DevASP.net