Filter
Exclude
Time range
-
Near
Exposing arrays via properties is fastβ€”but breaks encapsulation and violates CA1819. Collections are safer and future-proof. I keep CA1819 as a warning in my .editorconfig. More details πŸ‘‡ #dotnet10 #MVPBuzz dotnettips.wordpress.com/202…
38
Structures don’t come with == or != out of the boxβ€”so if you’re using value types, you’ve gotta wire them up yourself. πŸ’ͺ A quick operator overload a refactoring tool like CodeRush = done in seconds. #MVPBuzz #dotnet10 dotnettips.wordpress.com/202…
38
The best developers don’t rely on instinct alone. They use tools to expose hidden inefficiencies, then focus on what actually matters. That’s how you go from good… to headliner-level performance. 🀘 #dotnet #dotnet10 #MVPBuzz dotnettips.wordpress.com/202…
31
⚑️ Just dropped the 5th edition of Rock Your Code: Code & App Performance for Microsoft .NET β€” the ultimate performance riff for modern .NET devs. Real benchmarks, real speed, real power. Ready to make your code scream? πŸ€˜πŸ“ˆ πŸ”— #dotnet10 #MVPBuzz dotnettips.wordpress.com/202…
30
πŸš€ Boost your .NET 10 projects with faster, allocation-free byte array conversions! Learn how to write cleaner, high-performance code for real-time data and binary processing. #dotnet #dotnet10 #CodePerformance #RockYourCode dotnettips.wordpress.com/202…
33
Crank up your .NET concurrency! 🎸 DistinctBlockingCollection<T> in Spargine gives you thread-safe performance and guaranteed uniqueness β€” no more duplicate work in your queues. #dotnet10 #MVPBuzz #Multithreading dotnettips.wordpress.com/202…
24
Exciting news for .NET developers! Learn how to simulate extension properties with state in .NET using ConditionalWeakTable. Get the details on how you can track exceptions and more in this latest article! #dotnet #CSharp #dotnet10 #MVPBuzz dotnettips.wordpress.com/202…
45
With .NET 10 now in LTS, organizations want to understand 🧠 the business impact of upgrading before they commit. To help teams cut through the noise, we’ve created a complete .NET 10 migration guide that explains: πŸ”Ή How .NET 10 trends impact your business πŸ”ΉWhen migration is needed now (and when it can wait) πŸ”ΉHow to modernize large systems safely πŸ›‘οΈ If your organization operates in regulated industries like FinTech, healthcare, and cybersecurity, this guide will help you make informed, low‑risk decisions about migrating to .NET πŸ‘‰ cutt.ly/ftB2vZhS #dotnet #dotnet10 #LTS #TechStrategy #MigrationGuide #aprioritblog
2
30
🎸 Don’t let List<T> leaks turn your API into a dumpster fire! Exposing generic lists publicly invites mutation bugs and performance pain. Learn the rock-solid patterns to keep your .NET interfaces tight and safe. πŸ‘‡ #dotnet #dotnet10 #MVPBuzz dotnettips.wordpress.com/202…
1
116
Announcing the availability of new build 2026.4.21 for the TeeChart for .NET Chart Controls. steema.com/entry/653/ #dotnet #programmers #developers #dotnet10 #programming #charts #charting #visualstudio #csharp #wpf #winforms #blazor #core #visualstudio

1
2
110
Boost .NET performance with Span<T> & Memory<T>! πŸš€ See how switching from range indexers to AsSpan() & AsMemory() boosts speed by up to 8x. Benchmark results code analysis tips are included! dotnettips.wordpress.com/202… #dotnet10 #CodingTips #Performance #MVPBuzz
2
122
.NET 10 vs. .NET 11: What’s Different and Should You Adopt .NET 11? hubs.li/Q045ZRVH0 #dotnet #dotnet10 #dotnet11 #mspartner
2
14
500
Nothing beats the sight of a room full of devs in the "flow state"! πŸ’»βœ¨ Seeing 68 attendees at @Microsoft Mumbai so focused on building with #DotNet10, #GitHubModels & #Codespaces is exactly why I love doing this. That energy made me incredibly happy. πŸš€ #Mumtechup #Feb26MTP
Replying to @hackmum
Our very own Augustine Correa (@indcoder) took us on a high-velocity tour of the .NET 10 ecosystem! πŸš€ We covered the latest in C# 14, ASP.NET Core, and major Blazor updates, showing exactly why .NET remains the powerhouse for modern dev. #dotnetConf
1
2
305
New Blog Drop: Maui.MaterialDesignControls: Ready for .NET 10 and Built for Real Apps πŸ‘‰ Read it here: horus.com.uy/blog/maui-mater… #dotnet #dotnetmaui #maui #dotnet10 #maui10 #mobiledevelopment #materialdesign
2
3
109
After nearly 8 years with .NET, here are the tips I wish someone had ranked by actual impact. I updated this article for 2026 and .NET 10. Not all advice is equal. These 5 changed how I build production systems: 1. Dependency Injection - shapes your entire architecture from day one. Get lifetimes wrong, and you get data bleeding between requests. 2. Async/Await - but only for I/O. I benchmarked wrapping CPU-bound code in async. It was slower. 3. EF Core optimization - AsNoTracking() alone gave me 2x speed on a 10K row table. Most teams never turn it on for read queries. 4. Cancellation Tokens - the most underrated tip. Easy to add. Prevents APIs from wasting resources on cancelled requests. 5. Caching - HybridCache in .NET 10 is now the default. It handles the MemoryCache vs Redis debate for you. The full article has 20 tips, each with bad vs better code examples, my honest judgment on when to use what (EF Core vs Dapper, BackgroundService vs Hangfire, when Polly is overkill), and a troubleshooting section for the 5 most common .NET bugs. All 20 tips with code: codewithmukesh.com/blog/20-t… #dotnet #dotnet10 #aspnetcore #webapi #programming
1
11
51
2,520
πŸ’‘ π–πšπ§π­ 𝐜π₯𝐞𝐚𝐧𝐞𝐫, 𝐦𝐨𝐫𝐞 𝐬𝐜𝐚π₯πšπ›π₯𝐞 .𝐍𝐄𝐓 𝐚𝐩𝐩𝐬? 𝐂𝐐𝐑𝐒 πŒπžππ’πšπ­π‘ is the combo you should know. This article by @SatyaKarki walks you through it with real code and explanations. πŸ‘‰ c-sharpcorner.com/article/ma… #DotNet #DotNet10 #CQRS #MediatR #CleanCode #CSharp #DotNetDev #SoftwareArchitecture #DevTips #TechTips
3
7
2,019
πŸ’‘ π–πšπ§π­ 𝐜π₯𝐞𝐚𝐧𝐞𝐫, 𝐦𝐨𝐫𝐞 𝐬𝐜𝐚π₯πšπ›π₯𝐞 .𝐍𝐄𝐓 𝐚𝐩𝐩𝐬? 𝐂𝐐𝐑𝐒 πŒπžππ’πšπ­π‘ is the combo you should know. This article by @SatyaKarki walks you through it with real code and explanations. πŸ‘‡ c-sharpcorner.com/article/ma… #DotNet #DotNet10 #CQRS #MediatR #CleanCode #CSharp #DotNetDev #SoftwareArchitecture #DevTips #TechTips
4
8
6,370
Boost your .NET apps with blazing-fast JSON! πŸš€ Spargine’s JsonSerialization wraps System.Text.Json with smart validation, source-generated support, & rock-solid performance. Clean. Fast. Reliable. #dotnet10 #Spargine #MVPBuzz #Serialization #JSON dotnettips.wordpress.com/202…
1
2
56