In the evolving landscape of programming languages, type systems continue to be a fundamental differentiator in how we express our code’s intent. One powerful feature that many modern languages offer, but C# has traditionally lacked, is union types (also known as sum types or discriminated unions). Today, we’ll explore what union types are, why they…
Posts Tagged
.net
Building Efficient .NET Docker Images
Learn how to use NMica to automatically create efficient docker images for your .NET apps and greatly reduce size of your images between builds.
The definitive guide to behavior buildpacks
Cloud Foundry buildpacks are not just about making specific languages run in containers. They can also be used to apply behaviors and middleware into your apps. Learn about the many pre-built buildpacks and how to use them.
Hacking .NET – rewriting code you don’t control
Learn how to target and rewrite .NET methods at runtime including those in core and third party libraries.