Understanding Garbage Collector and Finalizers in C#
When we write code in C#, we create objects all the time. Continue reading on Medium » When we write code in C#, we create objects all the time.Continue reading…
IT, Techno, Auto, Bike, Money
When we write code in C#, we create objects all the time. Continue reading on Medium » When we write code in C#, we create objects all the time.Continue reading…
Think you’ve mastered switch expressions? These five patterns will help you write cleaner, safer, and more maintainable C# code. Continue reading on C# Snaps: Sharp Bites for Better Code »…
Multi-tenancy is one of the first architectural decisions that becomes expensive to change later. Continue reading on Medium » Multi-tenancy is one of the first architectural decisions that becomes expensive…
Do you know the difference between .NET, .NET Standard, .NET Framework, .NET Core, ASP.NET, and ASP.NET Core? Do you know why each exists… Continue reading on Medium » Do you…
You reviewed your payment API code. Your unit tests passed, your vulnerability scans are clean, and your API gateway security policies are… Continue reading on Medium » You reviewed your…
A module declares its name and its dependencies. The framework discovers every module, sorts them with Kahn’s algorithm, and registers… Continue reading on Medium » A module declares its name…
NGB Platform v1.3.1 is released. Continue reading on Medium » NGB Platform v1.3.1 is released.Continue reading on Medium » Read More Dotnet on Medium #dotnet
Modern web uygulamalarında “kullanıcıya anlık veri göstermek” artık bir lüks değil, beklenti. Bildirimler, canlı dashboard’lar, chat… Continue reading on Medium » Modern web uygulamalarında “kullanıcıya anlık veri göstermek” artık bir…
From to Fine-Grained, Resource-Aware, Database-Driven Permissions Continue reading on Medium » From to Fine-Grained, Resource-Aware, Database-Driven PermissionsContinue reading on Medium » Read More Dotnet on Medium #dotnet
Choosing the right domain extension is one of the most important decisions you’ll make when building your online presence. Your extension… Continue reading on Medium » Choosing the right domain…
Introduction Continue reading on Medium » IntroductionContinue reading on Medium » Read More Dotnet on Medium #dotnet
Her yazılımcının çok iyi bildiği cuma öğleden sonrasını hayal edin. Ekranda çözülmesi gereken son bir iki bug var, kahvenizi almışsınız ve… Continue reading on Medium » Her yazılımcının çok iyi…
A practical guide to building long-running background processes in .NET — covering IHostedService, BackgroundService, queue processing… Continue reading on Medium » A practical guide to building long-running background processes in…
Imagine that notorious Friday afternoon every developer knows all too well. There are just a couple of minor bugs left on the screen… Continue reading on Medium » Imagine that…
We’ve all been there. It’s Friday, 4:45 PM. A junior developer gets a rush of adrenaline, types git commit -m “fixing some minor stuff”… Continue reading on Medium » We’ve…
1. Giriş Continue reading on Medium » 1. GirişContinue reading on Medium » Read More Dotnet on Medium #dotnet
Every C# developer knows List<T> and Dictionary<TKey, TValue>. Continue reading on Medium » Every C# developer knows List<T> and Dictionary<TKey, TValue>.Continue reading on Medium » Read More Dotnet on Medium…
] ] Read More Dotnet on
If you’ve been developing with C# and XAML for a while, you know the drill. Implementing the Model-View-ViewModel (MVVM) pattern… Continue reading on Medium » If you’ve been developing with…
My CLAUDE.md used to say “prefer Result over exceptions in domain code.” I even bolded part of it, which is how you know I was desperate… Continue reading on Medium…