As the .NET ecosystem continues to evolve, so should our approach to architecture, tooling, and...
🦥 “Go” Away Already: Why Big Tech Is Slowly Ghosting Golang Ah, Go — the language that promised to...
Microservices: A Strategic Balance of Agility, Complexity, and Engineering Discipline_ Microservices...
I ran a full BenchmarkDotNet suite comparing: EF Core (Tracked ✅ / NoTracking ❌) Dapper (Raw SQL,...
🧠 Meet VS Code Agent Mode — Your AI Coding Sidekick Microsoft just brought AI into the editor with...
How Small Teams Are Changing the World: The Power of Efficiency and Talent In today’s fast-paced...
Blazor, Microsoft's Single Page Application (SPA) framework, continues to gain attention in the web...
With .NET 10, Microsoft has introduced significant Just-In-Time (JIT) compiler optimizations that...
For years, businesses have approached AI with a singular mindset—how can it make us faster,...
In the world of software development, designing scalable and maintainable applications is paramount....
Microservices architecture has been celebrated for its scalability, agility, and ability to allow...
Blazor, an integral part of Microsoft's ASP.NET Core framework, seamlessly integrates with back-end...
This is not an article. I am going to teach to how to create a .NET 8 WEB API from scratch. All the...
Visual Studio 17.7 Preview 3 and .NET 8 Preview 6 continue the evolution of C# 12. I am personally...
It is time to write the third part as I promised. Parallel.Foreach and Parallel.ForeachAsync...
In the first part, I have talked about the Parallel class in .NET and then Parallel.For has been...
CPU manufacturers are trying to add more cores to their processors to enable parallel computing....
.NET 6 is fast. Very fast!. Since I ❤️ .NET, I am going to show you how fast the .NET 6 is !. In...
First of all, create a Simple Console Application and call it "TableStorageSamples". Then add...
This is not an article. Everything is quite clear so I have just shared the source code for you guys....
A few weeks back I had the chance to read this book and now, I would like to share my feelings with...
There are so many ways to copy all the blobs from one AZURE Storage Container to a new one, but since...
My name is Ali.I am a .NET evangelist and an AZURE Architect. Most of applications in the world...