Skip to Content
.NET Standard 2.0 Cookbook
book

.NET Standard 2.0 Cookbook

by Fiqri Ismail
May 2018
Intermediate to advanced content levelIntermediate to advanced
394 pages
9h 51m
English
Packt Publishing
Content preview from .NET Standard 2.0 Cookbook

How to do it..

  1. Open the terminal and navigate to the root of your application built in the previous recipe.
  2. The directory structure should look like this:
  1. Now type the following command and press Enter in the terminal to create the new ASP.NET Core MVC application:
      $ dotnet new mvc -o Chapter3.LogFile.LogAppMvc
  1. Let's add this new project to the solution:
      $ dotnet sln add       Chapter3.LogFile.LogAppMvc/Chapter3.LogFile.LogAppMvc.csproj
  1. Now let's perform a build to check that everything is working fine:
      $ dotnet build
  1. Now, navigate to the app we just created:
      $ cd Chapter3.LogFile.LogAppMvc/
  1. Execute the application with the following ...
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

C# 7 and .NET Core 2.0 High Performance

C# 7 and .NET Core 2.0 High Performance

Ovais Mehboob Ahmed Khan
.NET Core 2.0 By Example

.NET Core 2.0 By Example

Neha Shrivastava, Rishabh Verma

Publisher Resources

ISBN: 9781788834667Supplemental Content