In this post, you will learn how to secure third-party scripts and resources loaded from CDNs in ASP.NET Core applications using Subresource Integrity (SRI). Understanding SRI is crucial for safeguarding your application against malicious modifications to external scripts, which can lead to security vulnerabilities. Before diving in, familiarity with ASP.NET Core, CDN usage, and basic security principles is beneficial.
Tag
cdn
All blogs tagged with cdn
2
Articles
175
Total Views
Showing 2 of 2 articles
06
Jun
2026
CWE-829: Securing Third-Party Scripts and CDN Resources in ASP.NET Core with SRI
02
May
2026
Cloudinary Image Upload and Transformation in ASP.NET Core
In this tutorial, readers will learn how to integrate Cloudinary for image upload and transformation in an ASP.NET Core application. Understanding this integration is essential for developers looking to manage media efficiently and enhance user experience. Prior knowledge of ASP.NET Core and RESTful services is beneficial for following along.