Click here to Skip to main content
15,891,431 members
Articles / Web Development / ASP.NET

ASP.NET Core 3.x Dynamically Loadable Plugins with Full Static File (JS, CSS) Support

Rate me:
Please Sign up or sign in to vote.
5.00/5 (3 votes)
3 Mar 2021CPOL4 min read 13.6K   12  
How to create an ASP.NET Core 3.x MVC application with dynamically loadable plugin libraries (Razor Class Libraries) with full support for static files too (js, css, etc.).
In this article, we'll examine an RCL statically referenced by the main application, an RCL that is loaded dynamically by the main application. We will use an ASP.NET Core MVC Web application and two RCLs.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer AntyxSoft
Greece Greece
I’m a (former) musician, programmer, wanna-be system administrator and grandpa, living in Thessaloniki, Greece.

Comments and Discussions