In this blog, we will cover how easy it is to create a sample web application User interface using .NET MVC, using NHibernate, SQLite, Model AutoMapper and Razor pages. What is MVC? MVC, which stands for Model-View-Controller, is a software development architecture pattern used to structure and organize code in web applications. …