Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Readme - Code Samples for Chapter 41, ASP.NET MVC

This chapter contains these samples:

  • MVCSampleApp
  • MenuPlanner

The MVCSampleApp was created with an empty ASP.NET Core Web project template. Many features for ASP.NET MVC have been added.

The MenuPlanner application was created with the ASP.NET MVC Web project template. Sample code shows how to read and write from a database.

To build and run the .NET Core samples, please install

  • Visual Studio 2017 with the .NET Core workload

Please download and install the tools from .NET Core downloads.

For code comments and issues please check Professional C#'s GitHub Repository

Please check my blog csharp.christiannagel.com for additional information for topics covered in the book.

Thank you!