Getting ready

When we build a .NET project, a DLL file, or an exe file is generated. Every compiled .NET EXE or .NET DLL is a reusable component as well.

A more modern and universal way to create and use reusable components is to create NuGet packages from our code. Thus, we will create these components for personal use in our private organization and share them with the community (thereby making them public) by publishing it in the public NuGet repository.

Get ASP.NET Core MVC 2.0 Cookbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.