The .NET News Daily Issue #111

Your Daily Dose of .NET Insights, Tools, and Trends

Ah, Wednesday, the hump day roadblock or the pit stop on your weekly coding track—depends on how you see it. Whether you're cruising through legacy code or polishing your latest .NET innovation, today's newsletter is your nitro boost of updates and insights. Gear up for a mid-week burst of pragmatic wisdom, because we're tackling today with the experience of a seasoned driver and the curiosity of a kid with a new Hot Wheels set. Rev those engines and let's make this Wednesday memorable!

Today's Articles

Avoid These 5 Common C# Tuple Pitfalls in .NET 8 (And How to Fix Them)
Avoid These 5 Common C# Tuple Pitfalls in .NET 8 (And How to Fix Them)

Introduction : Continue reading on Towards Dev »

 
Using Scoped or Singleton lifetimes for caching purposes
Using Scoped or Singleton lifetimes for caching purposes

Caching is a common requirement in web applications: let’s look at why we would use a Scoped or Singleton lifetime depending on use cases. Continue reading on Medium »

 
The Importance of Unit Testing in .NET Applications
The Importance of Unit Testing in .NET Applications

Unit testing is a crucial practice in .NET applications that helps ensure code reliability, maintainability, and efficiency. By using frameworks like NUnit, MSTest, and XUnit, developers can automate ...

 
How to Extract #EXIF Data from an Image in .NET 8 with #MetadataExtractor
How to Extract #EXIF Data from an Image in .NET 8 with #MetadataExtractor

GIT REPO : https://github.com/infiniteloopltd/ExifResearch When working with images, EXIF (Exchangeable Image File Format) data can provide valuable information such as the camera model, date and time...

 
How to Store an ‘object’ type in EF Core
How to Store an ‘object’ type in EF Core

To clear up confusion, I am referring to C# and its root type object. Continue reading on Medium »

 
Immutable vs Frozen vs Readonly Collections in .Net
Immutable vs Frozen vs Readonly Collections in .Net

Immutable Frozen ve Readonly bu üç kavram benzer ve kafa karıştırıcı görünebilir. Modern uygulamalarda değişmezlik (immutability) önemli… Continue reading on Medium »

 
How to use AutoMapper in C#
How to use AutoMapper in C#

AutoMapper is a powerful library in C# designed to simplify the process of mapping objects. Whether you’re working with complex DTOs, view… Continue reading on Medium »

 
5 C# And .NET Tips & Tricks — January 2025
5 C# And .NET Tips & Tricks — January 2025

Happy New Year, everyone! Welcome to the first 5 C# and .NET Tips & Tricks of 2025! I hope you had a nice Christmas and end of 2024. Continue reading on Medium »

 
Caching Strategies in C#: A Deep Dive into HybridCache
Caching Strategies in C#: A Deep Dive into HybridCache

🚀Boost your C# application’s performance dramatically with hybrid caching! Learn how to combine in-memory and persistent storage for… Continue reading on Level Up Coding »

 
Understand the Concept of Shallow Copy and Deep Copy in C#
Understand the Concept of Shallow Copy and Deep Copy in C#

Learn the difference between shallow and deep copying in C#. Explore their behavior, implementation, and use cases with practical code examples, helping you make informed decisions for object duplicat...

 
Understanding Host in the ASP.NET Core
Understanding Host in the ASP.NET Core

In ASP.NET Core, the host manages the application's lifecycle, dependencies, and environment. It includes Generic Host (IHost) for various app types and Web Host (IWebHost) for web applications, confi...

 
C# User Input And Your User Input For Possible 2025 Content