Microsoft has published the following articles about their ASP.NET 2.0 provider model: Introduction to the Provider Model (14 printed pages)Membership Providers (24 printed pages)Role Providers (13 printed pages)Site Map Providers (20 printed pages)Session State Providers (21 printed pages)Profile Providers (23 printed pages)Web Event Providers (14 printed pages)Web Parts Personalization Providers (12 printed pages)Custom Provider-Based Services (10 printed pages)Hands-on Custom Providers: The Contoso...
I just read Plip's post about Ajax and usability. Recently, there is a lot of buzz around AJAX technology. To use or not use - that is the question. I think it's OK and even a good practice to mix AJAX with a non-AJAX code for scenarios like datetime picker that depends on the server date and time, querying for something on the server every specified interval of time (for some alert for example), parent/child relationship between lists and/or comboboxes, perform some action on server when user closes...