Tag: DOTNET
Build MVPs 50% Faster with ASP.NET Zero
In today’s fast-moving tech world, speed really matters. Whether you are a startup trying to launch your idea or a big company testing a… Continue reading [more…]
C# Gets Its Cool Back and It’s Coming for Your Stack
The perception of C# as a “corporate dinosaur” trapped in the grey cubicles of enterprise Windows applications has persisted for decades… Continue reading on Medium » [more…]
Business Validation in C# — An Update
A while back, I wrote about a tiny C# library which I developed to assist in performing business validation in the business layer. I… Continue reading [more…]
Why You Should Use Msb.Redis.Extensions for Distributed Caching in .NET
by Madhusudan Barman Continue reading on Medium » by Madhusudan BarmanContinue reading on Medium » Read More Dotnet on Medium #dotnet
Boost SQL Server Performance in .NET: The Hybrid Index Strategy (Part 3)
Combine Indexed Views and Columnstore to Build Blazing-Fast Dashboards Without Rewriting Your ORM Logic Continue reading on ITNEXT » Combine Indexed Views and Columnstore to [more…]
Span vs Split: Why Span is Faster, and How It Actually Works (Real Benchmark Included)
Parsing CSV or large text files efficiently is a core skill for backend engineers working with .NET. You may have heard “Span<T> is faster… Continue reading on [more…]
Picking the Right Library in .NET: How a Bad Choice Can Haunt Your Codebase
Let’s be honest: NuGet is amazing. With a few keystrokes, you can plug powerful features into your .NET Continue reading on Medium » Let’s be honest: [more…]
15+ .NET Best Practices Every Developer Should Know in 2025 (From Real Projects)
The .NET ecosystem continues to evolve rapidly, with .NET 8 and modern tooling shaping how developers build scalable, maintainable, and… Continue reading on Medium » The .NET ecosystem [more…]
Factory Method Pattern in .NET C#: Evolution and complete guide 2025
Discover the Factory Method Pattern in C# and .NET: evolution, practical examples, and best practices updated for 2025. Continue reading on Level Up Coding » Discover [more…]
Entity Framework Core in Action: From ORM Fundamentals to Enterprise-Ready Data Access
Before we dive into code, let’s build a clear mental model of why developers steadily move from hand-written ADO.NET to an… Continue reading on Medium » [more…]
Entity Framework Core in Action: Building a Production-Ready Library Management System
Welcome to Part 2 of our comprehensive Entity Framework Core series! In Part 1, we established the theoretical foundations of EF Core. Now… Continue reading on [more…]
Nullable Reference Types in C# — A Deep Dive with Real-Life Analogies
🧠 “Wait… a reference type that can’t be null? Didn’t C# always allow that?”Yes — and that’s exactly where the problem begins… Continue reading on .Net Programming » [more…]
I ILLEGALLY Reverse-Engineered a $50M App — Here’s What They’re Hiding
Well freaky friday ends and let me tell you What I learned when I reverse engineered the codebase of a multi-million dollar enterprise… Continue reading on [more…]
30+ .NET Best Practices Every Developer Should Know (From Real Projects)
[[{“value”:” “You don’t rise to the level of your goals. You fall to the level of your systems.” — James Clear I’d add: You fall to the quality [more…]
Stop Wasting Money on Azure: 7 Cloud Cost Traps Microsoft Won’t Warn You About
If your Azure bill is ballooning and you’re not sure why, you’re not alone. These hidden cost traps are silently draining budgets — even… Continue reading on Dev [more…]
System Design Explained: Advanced Patterns-(Part 2 of 2)
Building on the foundational concepts from Part 1, this comprehensive guide explores more advanced system design patterns that enable true… Continue reading on Medium » [more…]
C#’ta Field ve Property Kullanımı
C# ile nesne yönelimli programlama (OOP) dünyasına adım atan herkesin sıkça karşılaştığı kavramlardan ikisi: Field ve Property. Bu yazıda… Continue reading on Medium » C# [more…]
Top 10 .NET Interview Questions for 2–3 Years Experience
Master the top 10 .NET interview questions for mid-level developers. Learn key concepts like encapsulation, abstraction, generics, and… Continue reading on Medium » Master the top [more…]
Async Programming in .NET using C# -A Complete Developer’s Guide-Part I
Asynchronous programming has become essential for building responsive, scalable applications in modern .NET development. After covering… Continue reading on Medium » Asynchronous programming has become essential [more…]
Async Programming in .NET using C# -A Complete Developer’s Guide-Part II
In Part 1, we discussed the reasons, concepts, and mechanisms behind how asynchronous programming works. In this blog, I would like to… Continue reading on Medium [more…]