Skip to Main Content
ASP.NET Core MVC 2.0 Cookbook
book

ASP.NET Core MVC 2.0 Cookbook

by Jason De Oliveira, Engin Polat, Stephane Belkheraz
February 2018
Intermediate to advanced content levelIntermediate to advanced
668 pages
15h 18m
English
Packt Publishing
Content preview from ASP.NET Core MVC 2.0 Cookbook

How to do it...

  1. First, we will create three folders: Controllers, Models, and Views.
  2. Next, we add the following NuGet packages to the dependencies in the project:
"Microsoft.AspNetCore.Server.IISIntegration", 
"Microsoft.AspNetCore.Server.Kestrel", 
"Microsoft.AspNetCore.Mvc", 
"Microsoft.AspNetCore.Razor.Tools", 
"Microsoft.Extensions.Configuration.EnvironmentVariables","Microsoft.Extensions.Configuration.Json", 
"System.Data.Common", 
"System.Data.SqlClient", 
"ServiceStack.OrmLite.SqlServer" 
  1. Next, let's create an appsettings.config file to add our database connection string and add the following code:
{ 
  "ConnectionStrings":   { 
    "CookBookConnection":  
    "Data Source=PC-HOME\SQLEXPRESS;Initial     Catalog=CookBook;Integrated  Security=True;MultipleActiveResultSets=true;" ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

ASP.NET Core and Vue.js

ASP.NET Core and Vue.js

Devlin Basilan Duldulao
Mastering ASP.NET Web API

Mastering ASP.NET Web API

Mithun Pattankar, Malendra Hurbuns

Publisher Resources

ISBN: 9781785886751Other