What Are The Most Popular Patterns Used When Creating Models? | ASP.NET MVC Interview Question

, ,

There are several patterns that you can use when creating your models in ASP.NET MVC Application. Some of the most popular methods are given below

  • Creating simple classes
  • Creating composite classes
  • Using the Entity Framework