What Are Views?
What Are Views?

A view in a database is a "virtual" table. It is created using scripts and stored in a structural form, but they are not stored as a data in any part of the database. It can be part or whole of an existing table.

Implementing the Repository and Unit of Work Patterns in an ASP.NET MVC using Entity Framework
Implementing the Repository and Unit of Work Patterns in an ASP.NET MVC using Entity Framework

Repository and unit of work patterns are intended to create an abstraction layer between the data access layer and the business logic layer of an MVC application

ASP.NET MVC5 Razor With jQuery
ASP.NET MVC5 Razor With jQuery

In this article I will take a simplest way to create a simple MVC application for beginners. If you are a beginner and want to be find how to create modal, controller and their views with extra plugins such as jQuery.