Rise and shine, code warriors! This Monday, we’re shifting into high gear, like a trusty classic car, polished and ready to tackle the road ahead. As you sip your coffee and get ready to navigate the bustling lanes of .NET development, remember that each article in today’s lineup is a turbo-charged engine waiting to speed up your coding prowess. So, fasten your seatbelt and let’s breeze through some top-tier insights to kick off a productive week!
Today’s Articles
Return Streams Better in .NET: A Senior Engineer’s Perspective
|
https://medium.com/c-sharp-programming/return-streams-better-in-net-a-senior-engineers-perspective-e99ada7a5932
The Early History of Dealing with Data in .NET Continue reading on .Net Programming »
|
|
 |
|
|
Design Patterns in C#: Advanced Examples and Real-World Use Cases
|
https://medium.com/@orbens/design-patterns-in-c-advanced-examples-and-real-world-use-cases-6073a0d3fd61?source=rss——csharp-5
Introduction:
|
|
 |
|
|
Blockchain-Based Logging
|
https://ahmadminoo.medium.com/blockchain-based-logging-6f29d89f8976
Creating a blockchain for application logs is a clever way to ensure tamper-proof audit trails, immutability, and integrity of logs. This…
|
|
 |
|
|
Announcing Hybrid Search with Semantic Kernel for .NET
|
Announcing Hybrid Search with Semantic Kernel for .NET
Today we’re thrilled to announce support for Hybrid search with Semantic Kernel Vector Stores for .NET. What is Hybrid Search? Hybrid search performs two parallel searches on a vector database. The u…
|
|
 |
|
|
If you’ve spent enough time in .NET
|
https://medium.com/@riturajpokhriyal/if-youve-spent-enough-time-in-net-5218ed1ae707
Understanding Value Types and Reference Types
|
|
 |
|
|
Understanding the Dependency Inversion Principle (DIP) in SOLID Design
|
https://www.c-sharpcorner.com/article/understanding-the-dependency-inversion-principle-dip-in-solid-design/
The Dependency Inversion Principle (DIP) promotes decoupling by ensuring high-level modules depend on abstractions, not concrete implementations, enhancing flexibility, testability, and maintainabilit…
|
|
 |
|
|
.NET 8 – System.Linq.Dynamic.Core – using SQL LIKE
|
https://www.c-sharpcorner.com/article/net-8-system-linq-dynamic-core-using-sql-like/
System.Linq.Dynamic.Core library does not support SQL LIKE, and I added support for it. Added SQL LIKE support to the System.Linq.Dynamic.Core in .NET 8 using a custom patch. Enables dynamic SQL patte…
|
|
 |
|
|
Configuring ASP.NET Core Forwarded Headers Middleware
|
Configuring ASP.NET Core Forwarded Headers Middleware
In my previous blog post, I explained what the Forwarded Headers Middleware does and why it matters. In this post, I will show you how to add it to your application, configure it, and point out a few …
|
|
 |
|
|
Stop Overwriting Your Services: The Case for Keyed DI in .NET 8
|
https://www.c-sharpcorner.com/article/stop-overwriting-your-services-the-case-for-keyed-di-in-net-8/
Avoid service conflicts and boost flexibility with .NET 8’s Keyed Dependency Injection—supporting multiple implementations of the same interface.
|
|
 |
|
|
Still Using Async Like This? 5 Mistakes That Hurt Performance
|
https://itnext.io/still-using-async-like-this-5-mistakes-that-hurt-performance-0cc1778a8a02
Stop crashing your threads — optimize async the right way. Continue reading on ITNEXT »
|
|
 |
|
|
Software Architect’s Vision on .NET 9
|
https://medium.com/@Adem_Korkmaz/software-architects-vision-on-net-9-20ee4c53e570
The future is fast, modular, and cloud-optimized. And we’re building it
|
|
 |
|
|
Linear Search
|
https://medium.com/@johnson732j/linear-search-4845f5a94365
Starting with the simple search Algorithm
|
|
 |
|
|
The Dark Side of C#: Common Pitfalls Even Senior Developers Fall Into
|
https://medium.com/@nagarajvela/the-dark-side-of-c-common-pitfalls-even-senior-developers-fall-into-2a2cebff1e40
Uncover subtle C# bugs with fixes for async void, collections, dates, and leaks — plus a real-world lesson. Continue reading on Towards Dev »
|
|
 |
|
|
Real-Time Video Chat with .NET & Blazor: A Full-Stack Developer’s Guide
|
https://medium.com/asp-dotnet/real-time-video-chat-with-net-blazor-a-full-stack-developers-guide-4c2d69c5b66d
We Try to find how to build a high-performance, real-time video chat application using .NET and Blazor — leveraging WebRTC for… Continue reading on ASP DOTNET »
|
|
 |
|
|
Unlock C# Performance: Deep Dive into Ref Structs with Detailed Examples
|
https://medium.com/@shamuddin/unlock-c-performance-deep-dive-into-ref-structs-with-detailed-examples-da8c267a6bd4
In today’s performance-critical applications, managing memory efficiently is a top priority. C# provides an advanced feature known as ref…
|
|
 |
|
|
Leave a Reply