I developed this simple application to show a few of the techniques that I employ in the development of a Rich Internet application (RIA) using existing ASP.NET and browser based tools. Some of the techniques are :
1. ASP.NET custom Membership provider
2. Serializing C# objects to and from the Database and browser
3. ATLAS to "objectize" my javascript and provide AJAX callbacks when server
interaction is required
I will break out articles on all of the above with the first being serialization using DLinq