# asp.net-mvc-plugins **Repository Path**: longdaddy/asp.net-mvc-plugins ## Basic Information - **Project Name**: asp.net-mvc-plugins - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-06-28 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ASP.NET-MVC-Plugins =================== I have been working on this for better part of a year during my free time at work. I finally have a working example of how to do fully on DLL plugins for ASP.NET MVC. It is the gathering of many partial solutions and blog posts to make a functional example. This code can be way better. This is meant as a starting point for anyone that wants to do this. The Virtual Path and File providers are one place that need to be updated. Note: This is a VS2012 project in MVC4 however this code will work in VS2012 and MVC3. Blog Posts Describing Project: ============================== * http://www.geekwithopinions.com/2013/06/12/asp-net-dropin-dll-plugin-part-one/ * http://www.geekwithopinions.com/2013/07/09/asp-net-dropin-dll-plugin-part-two/