diff --git a/ASP.NET Core 3/README.md b/ASP.NET Core 3/README.md new file mode 100644 index 0000000..817182f --- /dev/null +++ b/ASP.NET Core 3/README.md @@ -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 diff --git a/ASP.NET Core 3/What to Expect When You Are Expecting ASP.NET Core 3.0.pptx b/ASP.NET Core 3/What to Expect When You Are Expecting ASP.NET Core 3.0.pptx new file mode 100644 index 0000000..95b8044 Binary files /dev/null and b/ASP.NET Core 3/What to Expect When You Are Expecting ASP.NET Core 3.0.pptx differ diff --git a/README.md b/README.md index 1cf2967..36c343d 100644 --- a/README.md +++ b/README.md @@ -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)