Skip to content
/ MVCApp Public

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.

Notifications You must be signed in to change notification settings

vgmda/MVCApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks