C# Coding from Scratch | Azure Hosted Web API & Client
Channel:
Subscribers:
1,000
Published on ● Video Link: https://www.youtube.com/watch?v=7xSGdYbOuMk
In this video I walk you through how to create an end to end Web API using MS Azure and .NET Core. The Azure backend will consist of an Azure SQL database and an Azure app service onto which a .NET Core Web API will be published. The client will be a .NET Core Console App that uses the API to POST data to the database.
0:27 Create Resource Group in Azure
1:15 Create SQL database and database server in Azure
7:24 Create app service / web app in Azure
8:36 Develop .NET Core Web API and publish to Azure
22:49 Develop .NET Core Console App to POST to database
Other Videos By IndieRevo
Tags:
csharp
c#
coding
development
ms azure
microsoft
azure
microsoft azure
.net core
dotnet core
visual studio
sql
sql server
how to