ASP.NET Core (.csproj) Embedded Resources
I’ve previously blogged about how to have embedded resources in ASP.NET Core, however that was with the older project.json. I figured I would show how the project.json translates to the new csproj format. If you are using Visual Studio 2017, the process via UI should feel pretty standard. If you have any questions with this post, please let me know in the comments or on Twitter. https://www.youtube.com/watch?v=B_DYC_w6DFMVideo can’t be loaded because JavaScript is disabled: Embedded Resources in .NET Core (2 STEPS) (https://www.youtube.com/watch?v=B_DYC_w6DFM) Visual Studio 2017 For my example, I’ve included a json file called fake.json I pulled from Mockaroo. Here’s a… Read More »ASP.NET Core (.csproj) Embedded Resources