/UnboxingNetCore3

Unboxing ASP.NET Core 3

Primary LanguageC#

UnboxingNetCore3

I'm playing a few commonly used of .NET Core project types and see how they interact.

  • BlazorApp
  • WebAppRazor
  • WebAppMvc
  • RazorClassLibRazorComponent
  • RazorClassLibRazorPage
  • ClassLib
  • XUnitTest

Notes:

  • How to enable auto recompile a Razor Class Library during development (blog post)