项目作者: sawsid1986

项目描述 :
ASP.Net Core Application
高级语言: C#
项目地址: git://github.com/sawsid1986/AspDotNetCoreRazor.git
创建时间: 2019-03-12T15:34:52Z
项目社区:https://github.com/sawsid1986/AspDotNetCoreRazor

开源协议:

下载


AspDotNetCoreRazor

ASP.Net Core Application with Razor Pages

How to start

Build .Net Core Web Application

  1. Open solution OdeToFood.sln

  2. Build solution

Deploy database

Datacontext class is in OdeToFood.Data project

Open command prompt in this folder and run below command

dotnet ef database update -s ..\OdeToFood\OdeToFood.csproj

Run Application

In Visual Studio, Press Ctrl+F5 to run application

Select Restaurants from Menu Bar

Start exploring application by adding new restaurant