Žiga Zupan (2013) Comparison of web application development in Visual Studio Web Forms and MVC. EngD thesis.
Abstract
The thesis represents the Microsoft MVC arhitecture and explains its structure Model – View – Controller. I will show how the different elements interact with each other and eventually form a complete model of the web application. I will take a closer look at individual structures, which form the MVC model and show how the history of development changed over time and what the key milestones of new versions of MVC were. I will also describe the differences between using MVC model and Web Forms application. At the same time I am going to build a basic website using C #, HTML 5, JavaScript, jQuery technologies and a SQL database, and how the CSS styles relate to the final appearance of the web applications. For comparison I will make a similar website using Web Forms, and explain the key differences that occur while using MVC model and Web Forms web application. At the end I will introduce some features, which are visible while using both applications.
Actions (login required)