aspnet5-workshop
aspnet5-workshop copied to clipboard
ASP.NET 5 workshop
Hi, I have followed the instructions in the lab, but I get an exception from the host = WebHostBuilder()....Build() call in Main. {"Method 'Log' in type 'Microsoft.AspNet.Server.Kestrel.KestrelTrace' from assembly 'Microsoft.AspNet.Server.Kestrel,...
Would be a nice lab addition I think
Would absolutely love to know more about how one would go about taking a `project.json` project and building and publishing it as a nuget package. Lots of little in-between things...
Added numbers to filenames to follow the labs in order. Numbers are derived from schedule in outline.md
## From a C# client https://stackoverflow.com/questions/34547398/when-uploading-files-to-asp-net-5-web-api-the-collection-of-iformfile-is-empty ## From a web browser https://stackoverflow.com/questions/34466141/how-to-upload-file-with-jquery-to-mvc-vnext-webserver
Working in an enterprise scenario (multiple apps, single source of authZ), it'd be useful to see examples of how you'd plug in an external authorization provider to work with the...
We have several scenarios where we want to extend MVC applications from a plugin, which seems easier to do in ASP.Net Core MVC but still has bits to figure out...