Question: In C# , I am doing a project in Visual Studio Code, using ASP.NET core MVC . Doing a web app using a database, controllers

In C#, I am doing a project in Visual Studio Code, using ASP.NET core MVC. Doing a web app using a database, controllers which access out of the database, and render them in views using models. The basic requirements that are being asked of me are: Models - do you have enough? Do they accurately reflect the data model using code? Did you bind your models to the page as required? Controllers - Do the controller names map to the View Folder name? Does the controller retrieve the correct View, and does it display the correct Data. Views: Did you use a proper Layout, bootstrap, and well formatted html? Was a model correctly bound to a page? Other Items - Routing (for display correct urls) Program.cs configured correctly with the correct middlewares? Admin and other Areas segmented off in the application?

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!