Please comment below...
- .NET Core Image Processing by Bertrand Le Roy.
- Creating .NET Bindings for C Libraries with ObjectiveSharpie by Miguel de Icaza.
Package of the week: Adafruit Class Library for Windows IoT Core
Please comment below...
Package of the week: Adafruit Class Library for Windows IoT Core
@joepetrakovich: Joe, unfortunately there is no way to submit a comment on your blog, so I'll do it here. I think the whole premise of the article (and the title) is wrong. You started from dotnet new, but what you ended up with is just a 100% .NET Framework application, that has nothing to do with .NET Core or .NET Standard.
Maybe a better way to frame it would be to add .NET Framework as a target, and change your project from .NET Core to multi-targeting.
Creating an ASP.NET Core Docker application and deploying to Azure
https://damienbod.com/2017/01/21/creating-an-asp-net-core-docker-application-and-deploying-to-azure/
Greetings Damien
How to pass parameters to a view component