INTRODUCTION FUNCTIONAL REQUIRMENTS LITERATURE REVIEW ALTERNATIVES FREE WARES TO VSS WHAT IS SMART CLIENT?
ANALYSIS SYSTEM DESIGN IMPLEMENTATION SYSTEM LIMITATIONS FUTURE ENHANCEMENTS |
ASP.NetASP.NET is a set of components that provide developers with a framework with which to implement complex functionality. ASP.NET is scalable in that it provides state services that can be utilized to manage session variables across multiple Web servers in a server farm. Additionally, ASP.NET possesses a high performance process model that can detect application failures and recover from them. I make use of ASP.NET and work on three tiers Architecture along with improved availability and scalability. Layers are 1. Presentation Layer 2. Business Layer 3. Database Layer Asp.Net provides Code behind file which automatically divide the presentation layer form the implementation code. The choice for ASP.NET in this project is extremely trivial as it proves to be extremely flexible and implementable and provides a great access to database. Also because the Smart Client feature is new and is provided in .Net Framework 2.0 released with Visual Studio 2005. [http://www.wrox.com/WileyCDA/Section/id-105061.html?&sort=DATE&sortDirection=DESC]
|