Tag: .NET CORE
Dynamically Change the ServiceLifetime of a Registered Service in .NET
by Georgi Georgiev | Aug 26, 2024 | C# | 0
Managing dependencies is essential in modern application development. .NET provides a powerful...
Read MoreHow to Use HttpOnly Cookie in .NET Core for Authentication and Refresh Token Actions
by Marinko Spasojević | Updated Date May 1, 2024 | Security | 0
In this article, we will show you how to use HttpOnly Cookie in .NET Core apps to secure our JWT...
Read MoreDifferent Ways to Validate an Uploaded File in ASP.Net Core
As developers, we often tend to oversee the security of our applications. Whether the user...
Read MoreWhen to Use Thread.Sleep, When to Use Task.Delay?
In this article, we will explore the differences between Thread.Sleep() and Task.Delay(), two...
Read MoreHow to Determine the Operating System in .NET Core
In this article, we are going to find out how to determine the operating system of a computer on...
Read MoreHow to Check if a File Is in Use With C#
File manipulation is a common and broad thing in the .NET world and in some cases can lead to...
Read MoreHow to Get a Database Row as JSON Using Dapper
In this article, we will explore how to retrieve a database row as JSON using Dapper in the...
Read MoreHot Reload in ASP.NET Core Applications
by Code Maze | Nov 7, 2023 | Visual Studio | 0
In this article, we will dive into what hot reload is and how it revolutionizes our development...
Read MoreHandling Dates With Noda Time in .NET
Handling dates can be confusing, especially when developing an application with time-sensitive...
Read MoreStrangler Fig Architectural Pattern in C#
by Code Maze | Updated Date Mar 17, 2024 | Architecture | 0
In this article, we will discuss the use of the strangler fig architectural pattern. While the...
Read MoreIgnore Null Values With AutoMapper
by Code Maze | Updated Date Jan 31, 2024 | Client Library | 0
AutoMapper is a mapping library that helps us to convert one object type to another. While it...
Read More
Courses – Code Maze

Whether you want to master web development or software architecture you should check our COURSES and pick the one that you like.