posted on Tuesday, November 29, 2005 1:33 AM
by
Saravana
Virtual Web Application - Sample ASP.NET 2.0 Application
Microsoft India conducted a contest for developers - Microsoft Technology Adaptor Challenge. To participate in this contest, you need to create a application that demonstrates the capability of Visual Studio 2005/.NET Framework 2.0 [Whidbey]. I have created an application "Virtual Web Application" for this contest.
Highlights of this application are,
- This is a virtual web application. There won’t be any web pages for this application in the application folder. Template pages and Generic Page like LoginPage, MasterPage are stored in a database and other pages are dynamically generated.
- This is a dynamic web application. Most of the web pages for this application are created dynamically. Web pages are created from template pages.
- It is fully configurable, i.e. Web pages that are available for this site and the contents for each web page can be configured in an xml file.
To download the source code of this application and to know more about this application, check out this article.
P.S. With this blog entry, I am breaking my long silence. Here afterwards, you can expect frequent blog entries from me.