vgmda / MVCApp

ASP.NET Core MVC web development with controllers and views. MVC is a design pattern used to decouple user interface (view), data (model) and application logic (controller). Create an HTML form based on the data model.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MVCApp

ASP.NET Core MVC web development with controllers and views. MVC is a design pattern used to decouple user interface (view), data (model) and application logic (controller). Create an HTML form based on the data model. 

The project consists of:

  • Create a web app.
  • Create a controller which points to the data model
  • Add the data model
  • Pass the data model to the view
  • Use data binding (POST/GET)
  • Create dynamic web content using HTML and C#

About

ASP.NET Core MVC web development with controllers and views. MVC is a design pattern used to decouple user interface (view), data (model) and application logic (controller). Create an HTML form based on the data model.


Languages

Language:HTML 57.4%Language:C# 29.0%Language:CSS 11.1%Language:JavaScript 2.4%