Skip to content

Latest commit

 

History

History
88 lines (84 loc) · 3.68 KB

File metadata and controls

88 lines (84 loc) · 3.68 KB
title subtitle layout posts
Teddy's Developer Blog
Monthly posts about C# and .NET
home
image image-alt link title description footer-text
Resources/25.09/csharp-logo.png
To logo of the C# programming language.
Posts/25.09/niche-csharp-features
Niche C# Features
A list of niche C# features divided in 4 levels, from Bootcamp Graduate up to Senior Dev.
September 2025
image image-alt link title description footer-text
Resources/24.07/TypeUnionProposal.png
Type Union proposal screen shot
Posts/24.07/unions-are-coming-to-csharp
Unions ARE Coming To C#
It has long been a meme in the .NET community that unions will never come to C#. But finally we will get the feature!!
July 2024
image image-alt link title description footer-text
Resources/24.06/QuantinuumH2Chip.jpg
Quantinuum H2 Chip
Posts/24.06/quantum-computing-with-qsharp
Quantum Computing With Q#
Lots of math but also how to run your own code on a quantum computer for FREE, and how i did IRL teleportation!
June 2024
image image-alt link title description footer-text
Resources/24.05/Mono/ArchitectureDiagramMaui.png
architecture diagram for Maui
Posts/24.05/the-state-of-cross-platform-dotnet-and-how-mono-is-still-relevant
The State Of Cross-platform .NET And How Mono Is Still Relevant
Have you ever wondered what happened to Mono? Me too, in this post i will go over the past, present and future of Mono.
May 2024
image image-alt link title description footer-text
Resources/24.04/ParallelProgrammingDocs/tpl-architecture.png
TPL architecture diagram
Posts/24.04/parallel-programming-in-dotnet
Parallel Programming In .NET
A tour on parallel programming in .NET and some benchmarks on how well the .NET's TPL (Task Parallel Library) scales to 192 threads.
April 2024
image image-alt link title description footer-text
Resources/24.04/SLNXExample.png
slnx example
Posts/24.04/new-solution-file-format
New Solution File Format
Our suffering with solution file will finally come to an end. (∩˃o˂∩)
April 2024
image image-alt link title description footer-text
Resources/24.03/dotnet_memory.png
.NET memory diagram
Posts/24.03/memory-management-in-csharp-and-dotnet
Memory Management In C# and .NET
A tour of the .NET memory landscape, including how the garbage collector works and the difference between the stack and the heap.
March 2024
image image-alt link title description footer-text
Resources/24.02/hourglass.jpg
hourglass
Posts/24.02/jit-compilation
JIT Compilation
The incredible power of just-in-time compilation and how .NET was built around it.
February 2024
image image-alt link title description footer-text
Resources/24.01/technology.png
technology
Posts/24.01/dotnet-aot-compilation
.NET AOT Compilation
What is ahead-of-time compilation and why is it becoming more and more popular in .NET?
January 2024

This is my developer blog where i write about different topics depending on what i am hyper focusing on that month. It usually follows a monthly cycle, but sometimes there are smaller extra posts.

The posts mostly cover topics related to .NET and C#.

Currently most of the content for these posts comes from my monthly apprenticeship journals.