NetCoreExample
Topic Lists:
Quick .Net Core History (Nodejs parallels/Microservice focus) .NET Standard (What is it + The Compatability chart: https://docs.microsoft.com/en-us/dotnet/standard/net-standard) Command line functionality
- Create console / web / classlib
- Add packages and references
- restore / build / publish
DEMO - Show running application w/ no changes
Web App
- Middleware
- Controllers / Views
- Kestral self hosting Console App
- Discuss benefit of the simplicity
- Allude to docker Shared Lib
- Show csproj for all project VSCode - Debugging and Tasks
DEMO - show demo application (docker file w/ rabbit and mongo only running)
VS - Setup / etc Docker
- Regular / Compose
- .Net Build images vs run images
DEMO - show everything in docker
Time Permitting - CircleCI / Swarm in Azure