Font Size: a A A

Research On MVC Based On UserControl And Interface Oriented In ASP.NET

Posted on:2007-11-10Degree:MasterType:Thesis
Country:ChinaCandidate:W J WuFull Text:PDF
GTID:2178360185486585Subject:Computer software and theory
Abstract/Summary:PDF Full Text Request
With the rapid development of Internet technology and the fast evolvement of programming platform, the enterprise application more and more use the structure based on B/S (Browse and Server), the B/S structure not only have a well hierarchy which contribute to team work of programmers, but also, if the system is designed well, it's good for system maintenance and upgrade in the future. The B/S structure has the advantage of zero deployment. Because of the property of zero deployment, it' make the performance of it's presentation layer is much dissatisfied compared to the C/S (Client and Server) structure. The MVC (Model-View-Controller) pattern has long history, in the .NET programming platform provided by Microsoft Company, ASP.Net provides us a default way to implement MVC. And ASP.NET has a large number of web controls, its data binding, customized UserControl and so on, all the above features in ASP.NET make the work of programmers much more simple and easy.Firstly, the theory of MVC pattern is introduced, also including the main design patterns referred and various implements of MVC in different Programming languages. Secondly by analyzing the default MVC mechanism in ASP.NET, we can see that in the complex case with several Pages interaction, it can't work well. Then a MVC framework based on the UserControl and interface Oriented is proposed. My thesis describes the architecture and the relation of the classes in my MVC framework in detail. Finally I will give a sample using the above MVC framework.
Keywords/Search Tags:MVC, Interface Oriented Programming, ASP.NET, UserControl, Framework
PDF Full Text Request
Related items