Skip to content

A sample code and instructions for ASP.NET Core 3.0 workshop

License

Notifications You must be signed in to change notification settings

yellow-dragon-coder/aspnetcore-workshop

 
 

Repository files navigation

ASP.NET Core 3.0 Workshop

Documentation and samples for ASP.NET Core 3.0 workshop.

NOTE: This is a work in progress, using a preview version of .NET Core 3.0! Some planned features are not implemented because of bugs in EF Core 3.0 Preview and missing third-party library support for .NET Core 3.0

NOTE: Updated to .NET Core 3.0 Preview 8

Cover image

This workshop is intended as a walk-through into .NET Core and ASP.NET Core 3.0 features, creating a new Web API, preparing it for production use and consuming it from client-side Blazor client.

The workshop is partially based on my talk Building production-ready APIs with ASP.NET Core.

It's also inspired by .NET Presentations and workshops created by .NET Core and ASP.NET Core teams. Some content for presentations is borrowed from there, as well as the Power Point presentation templates. Just to be clear - it's not a fork of some existing ASP.NET Core workshop, but a new one, created from scratch. Sample code and instructions for all sessions below are created for this workshop specifically.

Getting started

This repository contains all the instructions and material that you need to follow the workshop by yourself, through a set of sessions / parts. Also, if you are attending the live workshop, but miss a day or two, you should be able to pick it up using the instructions provided.

Alternatively, you can clone this repository to your machine to see the final result.

Make sure you follow the prerequisites document to prepare your environment.

Sessions

Session Topics
Session #0 Prepare your environment by installing and configuring prerequisites
Session #1 An introduction to .NET Core and ASP.NET Core in form of presentations
Session #2 Working with .NET Core CLI tools and Visual Studio 2019, analyzing project templates
Session #3 Choosing a domain to develop and creating user stories for it
Session #4 REST API introduction, creating Web API project, introduction to Postman and configuring git
Session #5 Creating domain models, EF Core context and migrations
Session #6 Creating view models and controllers, validation, error handling, using Postman
Session #7 Securing API with JWT token based auth
Session #8 Creating unit and integration tests, adding Swagger support
Session #9 Versioning APIs, usage limiting, monitoring and creating health checks
Session #10 Introduction to Blazor and creating client-side Blazor client
Session #99 Resources and further reading

License

You are welcome to use this workshop material as you see fit. Either by following it yourself, creating a live workshop for your company or your community, or using it as a base for your own version of workshop. Having said that, it would be great if you gave some attribution and let me know how did you use the material :).

About

A sample code and instructions for ASP.NET Core 3.0 workshop

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 68.6%
  • HTML 29.4%
  • CSS 1.9%
  • JavaScript 0.1%