Laszlo
banner
ladeak.net
Laszlo
@ladeak.net
Opinions are my own.
https://blog.ladeak.net
#dotnetconf how do Aspire commands work when the app is deployed? Would it still allow to execute any executable?
November 12, 2025 at 7:27 PM
@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?
November 12, 2025 at 6:55 PM
How does vectorized code's performance compare on x64 vs arm64 CPU?
#dotnetconf
November 11, 2025 at 6:52 PM
#dotnetconf Does code inlining help with escape analysis for object stack allocation? Should I proactively add AggressiveInlining or NoInlining to achieve better object stack allocation?
November 11, 2025 at 6:39 PM
#dotnetconf and #dotnetconf2025 in ASP.NET Core the focus seems to be on minimal APIs, what is the future of controller based APIs? Shall I start migrating existing applications to use minimal APIs? Are there any agents that could help with the task?
November 11, 2025 at 5:44 PM
#dotnetconf in ASP.NET Core passkeys only work with Identity, or it works with 3rd party auth providers? (e.g. an internal identity provider).
November 11, 2025 at 5:37 PM
Turning off System.HexConverter.ToString allocations in ASP.NET Core #dotnet

blog.ladeak.net/posts/aspnet...
Laszlo - .NET Developer, Personal Blog
ASP.NET Core's Kestrel is optimized for high performance and scale. To achieve high performance, it reduces heap allocations by either pooling large objects or by allocating structs on the stack. ...
blog.ladeak.net
October 12, 2025 at 12:16 PM
1/2 Many interview dev candidates when asking about the projcts's tech stack suggest/ask about refactoring the app to cqrs, clean architecture etc. without knowing anything about the codebase or the features. It is not even an architecture role. Be humble to the existing code.
October 8, 2025 at 4:58 PM
Describe enterprise codebase with a single word: IMyEnterpriseEntityResolverFactoryProvider
September 16, 2025 at 6:37 PM
Reposted by Laszlo
Tomorrow is 3²/4²/5²
September 16, 2025 at 3:14 AM
Reposted by Laszlo
Visual Studio 2026 Insiders is now available for download. Check out the announcement and try it out for yourself!

devblogs.microsoft.com/visualstudio...
Visual Studio 2026 Insiders is here! - Visual Studio Blog
Visual Studio 2026 Insiders is here – and it marks one of the most ambitious steps forward we’ve taken with the IDE. This release brings AI woven directly into the developer workflow, performance impr...
devblogs.microsoft.com
September 9, 2025 at 5:11 PM
FinBizDevSecOps
September 9, 2025 at 4:31 PM
@scott.hanselman.com you don't blog that much recently. Do you know if it is because your interests changed and what you discover today fits better in shorts/yt/etc. or because these platofrms offer a better way to present topics than a blog?
August 21, 2025 at 6:33 AM
@terrajobst.net you are not recently hosting participating in the .NET API reviews? Are there any publicly available reasons we have not seen you for a while?
August 10, 2025 at 5:14 PM
Reposted by Laszlo
More Performance Measurement and Profiling of Roslyn Source-Generators upcoming in Part 2 of Benchmarking Compiler Extensions.

We moved the live-stream by one day,
to: Thursday, 2025-08-07
at the same time: 17:00 UTC

#dotnet #CSharp #Roslyn
#2codeOrNot2code

www.youtube.com/watch?v=pRLR...
2code ^ !2code [S2025E09] Benchmarking Compiler Extensions - Part 2
YouTube video by FlashOWare
www.youtube.com
August 6, 2025 at 5:05 PM
@tannergooding.bsky.social in today's .NET community standup there was a question if tensors support custom T. The answer suggests yes, but I assume that SIMD operations would 'kick-in' only if a IBinaryOperator is defined for T. And vectorizing custom struct is difficult. Is this correct?
July 3, 2025 at 7:37 PM
@madskristensen.net do you know if VS update installations (for simpler work loads like .NET9) could ever go without admin permissions? It is extremely painful in a corporate environment to keep VS updated, which requires 3-4 teams and 2 months to package up a new version.
June 17, 2025 at 8:20 AM
@terrajobst.net when may we expect you on the next .NET API review stream?
June 17, 2025 at 5:43 AM
Why would you need live translate with your mother? #apple #wwdc2025
June 10, 2025 at 8:56 PM
Reposted by Laszlo
"C# is cool again and you can't avoid it anymore..."

youtu.be/zHNxbJeEaVM

#dotnet #csharp
C# is cool again and you can't avoid it anymore...
YouTube video by Awesome
youtu.be
June 10, 2025 at 6:30 AM
@davidfowl.com what is your thinking about stream prioritization in HTTP/2 for Kestrel?
June 9, 2025 at 3:16 PM
Reposted by Laszlo
Blogged: Creating your first sample game with MonoGame

andrewlock.net/creating-you...

In this post I provide an introduction to MonoGame, looking at it's history, the requirements for building with MonoGame, and finally a first sample app

#dotnet #monogame
Creating your first sample game with MonoGame
In this post I provide an introduction to MonoGame, looking at it's history, the requirements for building with MonoGame, and finally a first sample app.
andrewlock.net
June 3, 2025 at 5:57 PM
@scott.hanselman.com I see more&more content on Ollama/LLMs being slower on Windows to Linux on the same HW. Do you know what is behind this? Is it MS Defender, is it memory virtualization or some driver issue? (or something else)
June 3, 2025 at 6:26 AM