Homepage
Open in app
Sign in
Get started
.
Write for Us
About
Series
30 Day .Net Challenge
Success
Design Patterns
Old Stories
Follow
Write for Us
Looking for Writers
Click Here to Join
Rohan Rao
Oct 12
Interface vs Abstraction in C#: Key Differences Explained with Examples
Learn the essential…
Read more…
11
Meme Monday
Join me for a good laugh with the best programming memes!
Click here
Exploring the New Lock Object in C#:
Exploring the New Lock Object in C#:
With the release of .NET 9, one of the most anticipated features is the new Lock object. This addition introduces a more flexible and…
sharmila subbiah
Sep 10
Expert-Level C#: Advanced Tricks with Reflection and Generics
Expert-Level C#: Advanced Tricks with Reflection and Generics
An advanced software developer uses generics and reflection to save themselves the work of writing hundreds of lines of code. There are a…
Ricardo Serrato (Programming Headache)
Sep 1
Write for “.Net Programming” on Medium! 🚀
Write for “.Net Programming” on Medium! 🚀
A publication with 3.4k Followers and 50k Monthly Reads
Sukhpinder Singh | C# .Net
Sep 17
10 Must-Have Skills Every Software Engineer Should Master
10 Must-Have Skills Every Software Engineer Should Master
Stay Ahead of the Curve with These Essential Technical and Soft Skills
Faisal Iqbal
Sep 18
Dependency Injection with AutoFac in .NET 6
Dependency Injection with AutoFac in .NET 6
In my previous article, I discussed the importance of Dependency Injection (DI) in building maintainable and testable projects.
Surabhi Gupta
Sep 22
Mastering Data Consistency in ASP.NET Core Microservices
Mastering Data Consistency in ASP.NET Core Microservices
Strategies for Managing Distributed Data and Cross-Service Queries Without Compromising Service Independence
Faisal Iqbal
Oct 1
Don’t follow up on Microsoft's latest technologies.
Don’t follow up on Microsoft's latest technologies.
I used to be a big fan of MSFT. I just followed up on MSFT's latest technology for many years. However, I figured out that it may be a…
Tony Qu
Sep 16
Latest
Tuple type Comparison between Python and C#
NOTE: In this post, Tuple in C# refers to ValueTuple struct. I’m not going to discuss Tuple class because it’s not recommended to use for…
Tony Qu
Oct 11
💡C# Tip: Prefer AsSpan over Substring for Performance
💡C# Tip: Prefer AsSpan over Substring for Performance
In C#, the Substring method is commonly used to extract portions of a string. However, it can lead to performance bottlenecks, especially…
Anish Joshi
Oct 10
Optimizing Database Queries in .NET Core with AsNoTracking
Optimizing Database Queries in .NET Core with AsNoTracking
A Critical Factor for High Performance by Entity Framework Core (EF Core) for. NET is somewhere, optimization of database calls. The…
Deewakar Kumar
Oct 9
.NET 9 LINQ Performance Improvements
.NET 9 LINQ Performance Improvements
.NET 9 introduces significant performance enhancements to LINQ, making everyday operations faster and more efficient. These improvements…
sharmila subbiah
Oct 8
Quickly improve your code quality with Indexers in C#
Quickly improve your code quality with Indexers in C#
In C#, indexers provide a powerful way to access elements in a collection-like manner, allowing objects to be indexed just like arrays.
Adrià Sala
Oct 8
Real-World Expression Trees: Dynamic Filtering in C# with Minimal API
Real-World Expression Trees: Dynamic Filtering in C# with Minimal API
In our previous tutorial, we discussed key points of expression trees, use cases, and limitations. Any topic without a practical example…
Tural Suleymani
Oct 6
Using ‘as’ vs. Explicit Casting for Cleaner Code
Using ‘as’ vs. Explicit Casting for Cleaner Code
The as operator is a powerful C# feature that allows casting that returns null rather than throwing if the casting fails.
Adrià Sala
Oct 4
About .Net Programming
Latest Stories
Archive
About Medium
Terms
Privacy
Teams