Skip to content

dotnet-presentations/aspnetcore-app-workshop

Repository files navigation

ASP.NET Core - App Building Workshop

Build Status

BackEnd Web API | FrontEnd Web App

Setup

Download and install the .NET Core SDK and Visual Studio.

Note: When installing Visual Studio you only need to install the ASP.NET and web development workload.

If you have issues downloading the installers we may have USB sticks with offline installers for you to use.

What you'll be building

In this workshop, you'll learn by building a full-featured ASP.NET Core application from scratch. We'll start from File/ New and build up to an API back-end application, a web front-end application, and a common library for shared data transfer objects using .NET Standard.

Application Architecture

Architecture Diagram

Database Schema

Database Schema Diagram

Sessions

Session Topics
Session #1 Build the back-end API with basic EF model
Session #2 Finish the back-end API and EF model, refactor into view models
Session #3 Add front-end, render agenda, set up front-end models
Session #4 Add authentication, add admin policy, allow editing sessions, users can sign-in with Identity, custom auth tag helper
Session #5 Add user association and personal agenda
Session #6 Deployment, Azure and other production environments, configuring environments, diagnostics
Session #7 Challenges
Session #8 SPA front-end