a few people from my talk at @AtlCodeCamp asked about my Dapper and SQLJson data projects alongside EF Core. I added the two data projects. Great that it took very few code changes to use these other data access technologies. https://github.com/cwoodruff/Chinook5WebAPI #aspnet5...
started a repo to hold my findings for http://ASP.NET 5. Thinking this could be a good training resource. Anyone want to help me? Lots of sections to work on and could add more! https://github.com/cwoodruff/asp-net-5-training #aspnet5
The GitHub pages site is here...
trying to dig into .NET 5 and http://ASP.NET 5 through the preview releases. Not much docs covering things and that is the hard part. Anyone want to collab and dig into the framework? #dotnet5 #aspnet5
Announcing #aspnet5 #rc1 http://dehop.re/1PAkOtz
Deploying #aspnet5 #Application to #Docker containers http://dehop.re/1H5VTva
Hosting #aspnet5 in #Docker http://dehop.re/1L4b726
When deploying an #aspnet5 app to Azure, make sure to override app settings with "AppSettings:settingname" format. Doesn't work otherwise.