Issue #128 of the Code Maze weekly.

Check out what’s new this week and enjoy the read.

.NET and C#

  • Implementing Breadcrumbs in ASP.NET Core [dotnetthoughts.net]
    Breadcrumbs is a small but sometimes very useful feature to have in a web application. Let’s see how we can implement it in this article by Anuraj Parameswaran.
  • .NET Debugging Tips [timdeschryver.dev]
    Debugging is essential no matter which language or IDE you’re using. Here are some .NET debugging tips by Tim Deschryver.

Other Great Reads

Podcasts

Other Interesting Articles

On Programming & Life

Weekly Dose of Humor

This content is available exclusively to members of Code's Patreon at $0 or more.
Vladimir Pecanac

Share
Published by
Vladimir Pecanac

Recent Posts

Code Maze Weekly #186

Issue #186 of the Code Maze weekly. Check out what's new this week and enjoy…

Updated Date Sep 23, 2023

Using ML.NET CLI To Automate Model Training

As we continue our article series about ML.NET, we will look at the ML.NET Command…

Sep 22, 2023

When to Use ReaderWriterLockSlim Over lock in C#

In this article, we will explore the lock statement and the ReaderWriterLockSlim class. We will…

Sep 21, 2023

Different Log Levels in Serilog

In this article, we will discuss the different log levels in Serilog and how to…

Sep 20, 2023

DateTimeOffset vs DateTime in C#

C# offers many ways to handle date and time values. Due to the increase in…

Sep 19, 2023

Synchronization Mechanisms – Volatile vs Interlocked vs lock in C#

When we apply multithreading to increase the speed and efficiency of our applications, synchronization plays…

Sep 18, 2023