Member-only story

Choose the Best Approach to Add External Libraries to Your Web Project

Enhancing Your ASP.NET Core MVC Project: CDN vs. Libman for Client-side Library Integration

Edwin Klesman
5 min readSep 28, 2023
Enhancing Your ASP.NET Core MVC Project: CDN vs. Libman for Library Integration. Discover the Best Approach to Add External Libraries to Your Web Project . An article by Edwin Klesman from EEKAY ONLINE. check out www.linqmeup.com to boost your productivity as a .net developer with the AI-powered LINQ converter and generator

Web development offers a plethora of libraries and resources to improve the functionality and aesthetics of your ASP.NET Core MVC project. When it comes to integrating external libraries, choosing between a Content Delivery Network (CDN) and Microsoft’s Libman can be a pivotal decision. In this blog post, we’ll explore these two approaches to library integration, examine their advantages and disadvantages, and later, we’ll illustrate both methods using the popular Font Awesome icon library.

CDN vs. Libman: Adding External Libraries to Your ASP.NET Core MVC Project

In the realm of web development, the inclusion of external libraries can significantly enhance your project. To better understand the choices available, let’s first explore the general principles of using a CDN and Microsoft’s Libman for library integration.

Where is NuGet?

“Why isn’t NuGet package installer mentioned”, you might ask. That’s basically because in this article, I’m focussed on client-side dependency management. Although NuGet can be used to…

--

--

Edwin Klesman
Edwin Klesman

Written by Edwin Klesman

Senior dev @Detacom | cross-platform mobile & web dev | Product Maker | SaaS | from app ideas to implementation | Owner eekayonline.com | Music: edsonkailes.com

No responses yet