Welcome to the middle lane of the week, where .NET development takes a quirky turn! This Wednesday, shake up your coding routine and discover an array of compelling articles crafted to spark your curiosity and challenge your skills. You’ll find nuggets of wisdom and practical insights to keep your developer journey on the fast track, without missing a beat. Whether you’re looking to optimize your code or explore cutting-edge features, we’ve got something to invigorate your routine.
Delegates and events are core concepts in C# that enable code to respond dynamically to actions, user input, or system changes. Delegates… Continue reading on Nerd For Tech »
As Visual Studio extension authors, our goal is to create tools that empower developers across diverse environments. A key part of this mission involves ensuring that your extension commands remain ac…
Programming is not just a game of writing code — it is a thoughtful art, where behind every line of code there is a logic, a purpose. The… Continue reading on Write A Catalyst »
Discover how source generators transform development by analyzing code at compile time. Learn their structure, compiler integration, and how to use syntax trees and semantic models to auto-generate ef…
Explore the differences between GUID, UUID, and ULID in C#. Learn their use cases, performance impact, and when to choose each for efficient and unique identifier generation in your projects.
In software development, handling the absence of a value, often represented as null, is a frequent necessity. In C#, an attempt to use a… Continue reading on Cubed »
Download full source code. Just for fun, I thought I would try out Oracle with Entity Framework Core. It’s not something I would recommend, in the short time I played with it I found it had difficult…
Recently I was trying out Aeron on .NET while using Linux. One of the steps required me to extract the contents of the Aeron.Driver NuGet package. But there is no nuget executable for Linux. To get i…
🚨 Xamarin Is Dead! Here’s What You MUST Know Before Migrating from Xamarin to MAUI
https://doumer.me/migrating-from-xamarin-to-maui/
Our beloved Xamarin was sunset a while ago, and MAUI is now stable enough to start building production apps with it. As you may know from my blog’s history, I’ve been a long-time mobile developer, who…
SQL Server Transaction Locks: Identification & Resolution
Learn how SQL Server transaction locks ensure data integrity, identify locking issues using DMVs and Activity Monitor, and explore strategies like query optimization, isolation levels, and deadlock re…
Enums on Steroids! — Building Strongly Typed Enums in C# for Rich Behavior and Clean Code
The AssemblyHelper class from the DotNetTips.Spargine.Core assembly is an essential tool for .NET developers, offering numerous high-performance methods to manage assemblies efficiently. It simplifies…
Circuit Breaker Policy Fine-tuning Best Practice – .NET Blog
Leave a Reply