Tag: .NET

Creating a Custom JsonNamingPolicy
Creating a Custom JsonNamingPolicy
Blog Posts

Probably there’s no need for me to say why .NET Core 3.0 is a big deal. There are enough articles on that. For a great write-up see Announcing .NET Core 3.0. From the inception of the .NET Core project, we’ve added around fifty thousand .NET Framework APIs to the platform. .NET Core 3.0 closes much of the… READ MORE

CoreRT - A .NET Runtime for AOT
CoreRT – A .NET Runtime for AOT
Blog Posts

Firstly, what exactly is CoreRT? From its GitHub repo: .. a .NET Core runtime optimized for AOT (ahead of time compilation) scenarios, with the accompanying .NET native compiler toolchain The rest of this post will look at what that actually means. Contents Existing .NET ‘AOT’ Implementations High-Level Overview The Compiler The Runtime ‘Hello World’ Program Limitations Further… READ MORE