Unlike the traditional ASP.NET which relied on System.Web.dll, ASP.NET Core operates on a set of granular and modular _________ packages.

  • NuGet
  • .NET Framework
  • GAC
  • Windows Registry
ASP.NET Core utilizes NuGet packages for its dependencies, unlike the monolithic System.Web.dll used in traditional ASP.NET. NuGet packages allow for a more modular and granular approach to including libraries, reducing the size of your application and making it more efficient.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *