pranavkm / aspnetcore-app-workshop

This workshop will teach you ASP.NET Core by building a complete conference management website from scratch.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ASP.NET Core - App Building Workshop

Build status

BackEnd Web API
Release Status

FrontEnd Web App
Release Status

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

About

This workshop will teach you ASP.NET Core by building a complete conference management website from scratch.

License:MIT License


Languages

Language:C# 84.4%Language:HTML 12.2%Language:TypeScript 1.6%Language:CSS 0.8%Language:Dockerfile 0.8%Language:JavaScript 0.3%Language:Smarty 0.1%