When developers move projects quickly they don't face with the quality and maintainabilty issues of their code, and they stuck at a level without improving.
The most comprehensive video from #build2026 on .NET: www.youtube.com/watch?v=-zAY...
.NET 11 in depth: Runtime, libraries, and SDK for the AI era
YouTube video by dotnet
youtube.com
Creating lazy properties with .NET10 #dotnet #csharp blog.ladeak.net/posts/lazy-p...
Laszlo - .NET Developer, Personal Blog
In this post, I explore a couple of ways to create *lazy properties* in C# and .NET 10. What does a *lazy property* mean in the context of this post? It is an object instance property that gets initia...
blog.ladeak.net
New article: Which of these languages are best for AI? blog.ploeh.dk/2026/03/09/w...
Which of these languages are best for AI?
A rhetorical poll.
blog.ploeh.dk
And last but not least, I have promoted Markdig to 1.0 🎉 This project has been around for 10 years and to celebrate this, the project has now a proper website with its documentation https://xoofx.github.io/markdig/ 🤩
Markdig
Markdig A fast, powerful, CommonMark compliant, extensible Markdown processor for .NET. Get started Documentation GitHub dotnet add package Markdig Available on NuGet — .NET Standard 2.0+ Playground Try Markdig live with the public API. Edit Markdown, pick extensions, and click Run (or press Ctrl+Enter). Markdown inputThe public API truncates input to the first 1000 characters. Extensionsadvanced common common+pipetables+tasklists+footnotes advanced+nohtml common+autoidentifiers+mathematics This uses...
xoofx.github.io
@anthonychu.ca I am exploring container apps, and I'd like to setup a self-signed cert between the ingress and application (for HTTP/2). I have provided the certs for the app, and set insecure on the ingress. But I get this error: "upstream connect error or disconnect/reset before headers..."
Blogged: Creating and consuming metrics with System.Diagnostics.Metrics APIs andrewlock.net/creating-and... In this post I provide an introduction to the System.Diagnostics.Metrics API, show how to create a custom metric, and show how to read it with dotnet-counters #dotnet
Creating and consuming metrics with System.Diagnostics.Metrics APIs
In this post I provide an introduction to the System.Diagnostics.Metrics API, and show how to create a custom metric and read it with dotnet-coutners
andrewlock.net
I installed today python. I was surprised by its performance (compared to .net) and then deleted it. Repeated this once more.
Merry Christmas! 🎄 If you’re visiting family today, remember to turn off motion smoothing on their TV 👍
@erikej.bsky.social not sure if you have come across this one already: github.com/dotnet/efcor...
EF and EFCore in one transaction regression · Issue #37388 · dotnet/efcore
Bug description I use Entiry Framework and EntityFramework Core at the same time in my project with Azure SQL and SQL Server 2025. Queries implemented using EF6 and using EFCore participate in a si...
github.com
@captainsafia.com and @damianedwards.com - this year it was said that controller actions will no longer be the main way to structure endpoints; minimal apis are in focus. I didn't hear this message on .NET Conf. What is current suggestion? For an app with hundreds of endpoints? Start migration?
#dotnetconf how do Aspire commands work when the app is deployed? Would it still allow to execute any executable?
@anthonychu.ca What is the downside of hosting a simple aspnet core app in an Azure Functions (with the customHandler in the host.json) instead of container apps or app service? Is it any cheaper?