#353 – March 07, 2021
Pixel-Perfect Multi-Platform Applications with C# and XAML
Open Source Uno Platform lets you build single-codebase applications for Windows, WebAssembly, Linux, macOS, iOS and Android. Support for Fluent and Material design included in-the-box. Try now via 3 min step-by-step tutorial.
Internals of the Pinned Object Heap
As folks are aware we added a new kind of heap in .NET 5 called the POH (Pinned Object Heap). Since this is a user facing feature (and there aren't that many of those in GC) I've been meaning to write about it but didn't get around till now. In this blog entry I'll explain the internals of it.
How to use ML.NET Model Builder for Image Classification
In todays post we will see how to use the ML.NET Model Builder to solve a simple image classification problem.
How to implement Q Learning algorithm in C#
Reinforcement Learning is a process by which organisms acquire information about stimuli, actions, and context that predict positive outcomes. It can also modify behavior when a novel reward occurs, or the outcome is better than what we were expecting.
A common task when calling web apis or resources from code is building a URL and adding the necessary query string and parameters.
How to Debug ASP.NET Core Source Code
This is something that took me a long time to get working, and there is not much help out there on the internet. So I’m writing this article to give you the help I wish I had when I was trying to work this out.
Free O’Reilly eBook: Infrastructure as Code
Development teams for companies worldwide are attempting to build large infrastructure codebases. Download this eBook and learn how to effectively use principles, practices, and patterns pioneered by DevOps teams to manage cloud-age infrastructure.