Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 478 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 478 Bytes

MvcMovie-DotNetCore

Asp.net core MVC boiler plate application. It includes CRUD operations using EntityFrameWork first approach.

Below are the important concepts of this application.

  • Model Binding and Model Validation state in ASP.NET Core
  • Dependency Injection
  • DataAnnotations
  • Asp.net Core Tag Helpers
  • ValidateAntiForgeryToken
  • Handle client side and server side validation from one place in the code that is Model class, DRY (do not repeat yourself) concept.