Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Adding ASP.NET Core 3 Presentation #12

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions ASP.NET Core 3/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# What to Expect When You are Expecting ASP.NET Core 3

60 Minute Presentation Deck to showcase new features of ASP.NET Core 3 including:

- Server-Side Blazor
- Worker Service
- gRPC

Includes Demo of Application built using three features above

Github Repo for Demo App

https://github.com/isaac2004/ASPNETCore3OrderApp
Binary file not shown.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ Overview of Security and Identity in ASP.NET Core 2.0, including Authorization P

Migration and modernization strategies and case studies for bring your .NET apps to Azure and .NET Core.

### [What to Expect When You Are Expecting ASP.NET Core 3](https://github.com/dotnet-presentations/home/tree/master/ASP.NET%20Core%203)

Overview of ASP.NET Core 3, showcasing new features of ASP.NET Core 3.

## Workshops

### [ASP.NET Core For Beginners](https://github.com/dotnet-presentations/aspnetcore-for-beginners)
Expand Down