One practical .net tip for .net 10 which saves time. It could be code or debuggi…

One Practical .NET 10 Tip That Saves You Real Time: Faster Inner-Loop Debugging with Hot Reload on Everything If you’ve spent any meaningful time in a .NET codebase, you know that the biggest drain on your day isn’t writing code—it’s the endless cycle of stop, rebuild, restart, click through the app to reproduce the state, […]

.NET 11 for Devs, Part 2: Runtime Async and Smarter C# 15 Collections

This post digs into two features from the .NET 11 and C# 15 previews that change how you write and debug everyday code: runtime async, which moves async state machine handling out of the compiler and into the runtime, and collection expression arguments in C# 15, which finally give you a clean way to pass […]

.NET 11 for Devs, Part 3: Endpoint Short-Circuiting and the Move to CoreCLR on Android

.NET 11 for Devs, Part 3: Endpoint Short-Circuiting and CoreCLR on Android This is the third instalment in our “.NET 11 for devs” series. So far we’ve dug into Runtime Async, C# 15’s extension indexers and union types, and collection expression arguments. This time we’re looking at two features from the current Preview 6 build […]

.NET 11 Preview: The Two Features Devs Should Be Excited About

Heads up: .NET 11 is still in preview, and everything below is based on Preview 6. Details could shift before the final release, so treat this as a sneak peek rather than a spec sheet. The .NET 11 previews have been quietly stacking up some genuinely exciting improvements, and two of them stand out for […]

Migrating from .Net Framework to .Net 5.0

As we developers know, the legacy .Net Framework (<=4.8) has reached end of life. We now need to turn our attention towards migrating our codebase towards .Net Core 3.1 (LTS) or .Net 5 (Current). The steps in this article will also hold true for .Net 6, which is slated for release in November. Check whether […]

Welcome to 2021

2020 was a difficult year in a lot of respects. Due to the global pandemic, millions of people lost their jobs or were placed on furlough. In our industry, it meant long hours working at home, with online conferencing and a good playlist for company. While working from home, many of us chose to use […]