Happy Hump Day, Code Warriors! As the universe aligns mid-week, it’s the perfect time to engage your synapses with a dose of .NET magic—think of it as your programming espresso shot. Today, we’ve curated a lineup that’ll make your inner geek smile bigger than Doc Brown with a DeLorean. Buckle up for insights that are more practical than a Swiss Army knife, ensuring your code is always ahead of the curve.
Microsoft’s release of .NET 9 continues its mission to enhance the developer experience, optimize performance, and expand its feature set for modern application development, whether you’re a seasoned …
Advanced Implementations of the Producer-Consumer Pattern with Channel in .NET
When using Entity Framework Core, I prefer to view the generated schema as SQL. This allows me to easily validate what EF is doing behind the scenes and ensures that no attributes are missed, such as …
C# Dev Kit Updates: .NET Aspire, Hot Reload, and More!
C# Expression Trees: The Secret Sauce for Dynamic Code
Boost the efficiency of your C# applications by reducing redundant lookups and enhancing dictionary operations with advanced optimization… Continue reading on Towards Dev »
The Unwritten Rules to Becoming a .NET Senior Developer: 7 Steps to Level Up
Arrays in C# are collections of homogeneous elements stored in contiguous memory. They have a fixed size, start from index 0, and allow easy access, modification, and iteration. C# supports multidimen…
Introduction Azure Cosmos DB for MongoDB provides robust support through its Request Units (RU) model and vCore-based architecture, enabling flexible and scalable options for various workloads. We are…
ASP.NET Core 9.0 introduces several utilities for enhancing web applications, one of which is the MapStaticAssets method, part of the TypedResults class. This feature streamlines serving static assets…
Microsoft.Testing.Platform: Now Supported by All Major .NET Test Frameworks
All major .NET testing frameworks are now supporting Microsoft.Testing.Platform. Whether you are using Expecto, MSTest, NUnit, TUnit, or xUnit.net, you can now leverage the new testing platform to run…
I still remember the day our team got the mandate to migrate our legacy .NET Framework applications to modern .NET (formerly .NET Core)… Continue reading on Write A Catalyst »
Visual Studio 2022 v17.13 is Now Available! – Visual Studio Blog
Explore the latest updates in Visual Studio 2022 v17.13! From enhanced debugging tools to AI-powered GitHub Copilot improvements, discover how this release boosts productivity, streamlines development…
System.Text.Json vs. Newtonsoft.Json: A Comprehensive Comparison
System.Text.Json and Newtonsoft.Json are popular libraries for JSON serialization in .NET. System.Text.Json offers better performance and lower memory usage, while Newtonsoft.Json provides more advanc…
Semi Auto implemented Properties is currently Preview feature of C#13. This feature really helps Enhanced readability and reduced boilerplate code while declaring properties in class files.
We are pleased to announce the release of Visual Studio 2022 v17.14 Preview 1, marking the initial preview of our next update to Visual Studio. This update prioritizes delivering exceptional developer…
This guide explains how to retrieve both local and public IP addresses in C#. It covers using the DNS.GetHostEntry method for local IPs, querying an external API like api.ipquery.io for public IPs, an…
Integrating Stripe Payment Gateway in ASP.NET Core MVC
Learn how to integrate Stripe Payment Gateway into an ASP.NET Core MVC application, enabling secure online payments with Stripe Checkout. The solution covers API setup, payment session creation, and h…
Subscribe to the .NET Newsletter and never miss another awesome article.
Leave a Reply