dotnet Better understanding of performance with dotnet and dotnet GC Background research you need to put into your head :) 1. https://devblogs.microsoft.com/dotnet/internals-of-the-poh/ 2. https://devblogs.microsoft.com/dotnet/performance-improvements-in-net-core-3-0/ 3. https://docs.microsoft.com/en-us/visualstudio/profiling/dotnet-alloc-tool?view=vs-2019 4. https://github.com/Maoni0/mem-doc/blob/master/doc/.NETMemoryPerformanceAnalysis.md
iot Windows 1O IOT Core Dashboard not installing - Security issue If you're starting on your journey with IOT and you choose the Windows platfrom for it (it's probably not a bad idea, MS is investing heavily in this plaform), you'll probably start to use the Windows 10 IOT Core Dasbhoard.
Git Git not recognising filename casing changes on Windows! Had a small problem with Git not recognising filename casing changes on Windows filesystems.
ASP.Net Core Custom Docker Containers in your Azure Web App - Part 2 Part 1 of this services, contains the details you need to create a Docker Image and Container locally to verify it's all working as you expect. Then build, tag, push it to a provisioned Docker Registry manually for use elsewhere.
.net standard Sharing code with NuGet and .Net Standard You've written some code and you want to share it around to all your microservices, which makes sense. So how are you going to do that, enter NuGet and .net standard.
ASP.Net Core Featured Service and App Metrics in ASP.Net Core 2 - Part 1 I've been looking at monitoring ASP.Net Core Microservices lately and I'm really feeling the need to get a good application and service monitoring system in place, to detect issues and to improve efficiencies of the systems we have. For this, I'll create a