Hi,
We are heavily testing and actually developing one prototype using ASP.Net vNext and we need to be able to include resources to the assemblies.
We want to embed a file (txt, html, image, whatever) in the assembly (like we can do in .Net by changing the type of the file to "embedded resource" and then loading it from the assembly at run time
How do we achieve that with ASP.Net 5?
Thanks