Practical ASP.NET Core
My adventure into the world of web development really began with ASP.NET Core, and thus I believe it’s the perfect topic for my first series of posts. In this series, I will outline some of the primary features of ASP.NET Core, differences between versions, and some tips and tricks I’ve picked up along the way.
-
Introduction to View Components and Partial Views in ASP.NET Core
By Ben SochorModularize all the things! New to ASP.NET Core, View Components are a great tool for modularizing your MVC or Razor Pages site and empowering your Partial Views.