The .NET News Daily Issue #90

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

Welcome to Monday, blue screen warriors! As we kickstart another week in our .NET universe, it's time to channel that coffee-fueled Monday energy into exploring some seriously savvy insights. Picture your code like a muscle car, revving up and ready to roar down the highway of innovation. Our curated articles today are the perfect tune-up for your projects, so gear up for a thrilling ride.

Today's Articles

Compare JSON serialization&deserialization in .NET
Compare JSON serialization&deserialization in .NET

I’d like to show three ways how can we serialize/deserialize json in .NET. I’m going to use System.Text.Json, Newtonsoft.Json and NetJSON. Continue reading on Medium »

 
Unleash the Power (and Peril!) of C# Unsafe Code: A Deep Dive into Pointers
Unleash the Power (and Peril!) of C# Unsafe Code: A Deep Dive into Pointers

Meta Description: Continue reading on C# World »

 
Unleash the Power of Metadata: Mastering Custom Attributes in C#
Unleash the Power of Metadata: Mastering Custom Attributes in C#

Meta Description: Continue reading on C# World »

 
Unlocking the Power of C# Reflection: A Deep Dive with Practical Examples
Unlocking the Power of C# Reflection: A Deep Dive with Practical Examples

Meta Description: Continue reading on C# World »

 
Conquer C# Unit Testing: Writing Effective Tests That Actually Work!
Conquer C# Unit Testing: Writing Effective Tests That Actually Work!

Meta Description: Continue reading on C# World »

 
Debug Smarter, Not Harder: Advanced .NET Debugging Tools and Techniques ️‍♂️
Debug Smarter, Not Harder: Advanced .NET Debugging Tools and Techniques ️‍♂️

Debugging is where the magic happens — or the frustration. For experienced developers, debugging isn’t just about fixing bugs; it’s about… Continue reading on CodeX »

 
How to Upgrade to .NET 9 Without Breaking Your App: A Complete Guide
How to Upgrade to .NET 9 Without Breaking Your App: A Complete Guide

Introduction : Continue reading on Medium »

 
Mastering C# Dictionary: 14 Essential Tips for Smarter 💻Programming
Mastering C# Dictionary: 14 Essential Tips for Smarter 💻Programming

Mastering C# Dictionary: 14 Essential Tips for Smarter 💻Programming

 
Unleash the Power of C# Design Patterns: A Practical Guide
Unleash the Power of C# Design Patterns: A Practical Guide

Meta Description: Continue reading on C# World »

 
X.Bluesky 1.3.0: New Features!
X.Bluesky 1.3.0: New Features!

The decentralized social platform Bluesky — originally a niche, invite-only network — has seen a remarkable surge in popularity. Now… Continue reading on Medium »

 
How to Build a Scalable Multi-Tenant SaaS Platform Using Angular, C#.NET,
How to Build a Scalable Multi-Tenant SaaS Platform Using Angular, C#.NET,

Delivering Software-as-a-Service (SaaS) solutions to multiple customers (tenants) can be challenging without the right architecture. This… Continue reading on Medium »

 
Creating a .NET Core Worker Service and Deploying as a Cron Job in AWS EKS and Kubernetes
Creating a .NET Core Worker Service and Deploying as a Cron Job in AWS EKS and Kubernetes

Automate Periodic Tasks with .NET Core and AWS Kubernetes Continue reading on Medium »

 
Using Raw String Literals in C# 11 / .NET 7
Using Raw String Literals in C# 11 / .NET 7

C# 11 added raw string literals, not a life-altering new feature, but they could be useful in the right circumstances. Let's see how to use them.