Skip to content

gathogojr/msdocs-dotnetcore-sqldb

Repository files navigation

languages page_type description products
csharp
aspx-csharp
sample
A sample application you can use to follow along with Tutorial: Deploy an ASP.NET Core and Azure SQL Database app to Azure App Service.
azure
aspnet-core
azure-app-service

.NET Core MVC sample for Azure App Service

This is a sample application that you can use to follow along with the tutorial at Tutorial: Deploy an ASP.NET Core and Azure SQL Database app to Azure App Service.

Getting started

Run from Visual Studio

  1. git clone https://github.com/gathogojr/msdocs-dotnetcore-sqldb.git
  2. cd msdocs-dotnetcore-sqldb
  3. Open DotNetCoreSqlDb.sln in Visual Studio.
  4. Start debugging.

Run from command line

Run the following commands in a terminal:

git clone https://github.com/gathogojr/msdocs-dotnetcore-sqldb.git
cd msdocs-dotnetcore-sqldb
dotnet ef database update
dotnet run

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published