Abstract
The development of technology has shown significant progress, especially in application architecture design pattern. Model View Presenter (MVP) pattern is one of the most important pattern used for extracting business logic outside of User Interface (UI) elements and by that enabling unit test without the need testing tools, and specifically geared towards for page event model in ASP.NET. Together with MVP, Object Relational Mapping (ORM) NHibernate is implemented to build a web base application. ORM is a technique to map an object to a database. It can be concluded that the implementation MVP and ORM to build a web base application resulting a well-performed and easily maintained application as well as it effectiveness when performing unit test, and also a clear separation layer between model, view, presenter.
Talk to us
Join us for a 30 min session where you can share your feedback and ask us any queries you have
Disclaimer: All third-party content on this website/platform is and will remain the property of their respective owners and is provided on "as is" basis without any warranties, express or implied. Use of third-party content does not indicate any affiliation, sponsorship with or endorsement by them. Any references to third-party content is to identify the corresponding services and shall be considered fair use under The CopyrightLaw.