mcintyre321 / EmbeddedResourceVirtualPathProvider

A custom VirtualPathProvider for IIS - load views and assets from Embedded Resources in referenced assemblies
http://www.adverseconditionals.com/2011/07/portable-aspnet-code-using.html
MIT License
63 stars 42 forks source link

Is this work for Asp.net 5? (Asp.net vNext, Asp.net MVC 6) #17

Closed alexsandro-xpt closed 9 years ago

alexsandro-xpt commented 9 years ago

I'm looking for module development like this http://www.codeproject.com/Articles/614767/NET-ASP-NET-MVC-plug-in-architecture-with-embedded and wish work with asp.net vnext.

mcintyre321 commented 9 years ago

Nope - at some point I will have to get round to creating a fork for vnext which will use the https://github.com/aspnet/FileSystem instead of a VPP

mcintyre321 commented 9 years ago

Might be worth tryin g https://github.com/aspnet/FileSystem/blob/dev/src/Microsoft.AspNet.FileProviders.Embedded/EmbeddedFileProvider.cs

alexsandro-xpt commented 9 years ago

Nice, but I do not have any idea how it could will work together view engine. I found another ideias, take a look:

http://www.jeffreyfritz.com/2015/05/customize-asp-net-mvc-6-view-location-easily/ http://weblogs.asp.net/imranbaloch/view-location-expander-aspnet5-mvc6 https://weblogs.asp.net/imranbaloch/custom-viewengine-aspnet5-mvc6