Latest Posts On Code Maze

Difference Between Build and Publish in Visual Studio

Difference Between Build and Publish in Visual Studio

Has anyone ever wondered about the difference between the build and publish functions in software development? As we know, both the build and publish are important steps in software development, especially when using Visual Studio for .NET applications.  Let’s check...

Single and Split Queries in Entity Framework Core

Single and Split Queries in Entity Framework Core

Entity Framework Core (EF Core) offers developers two powerful querying strategies: Single and Split Queries. In this article, we'll delve into the pros and cons of each, helping us make informed decisions for efficient data retrieval. The sample in our repository...

Clean Architecture in .NET

Clean Architecture in .NET

In this article, we are going to discuss Clean Architecture in .NET. So let's get going.


VIDEO: .


Did you know there are 8 different ways to set the URLs in ASP.NET...

How to Log a Class and Method Names Using Serilog

How to Log a Class and Method Names Using Serilog

Developers must implement an efficient logging system to maintain and troubleshoot applications effectively. One popular logging library that provides powerful logging capabilities is Serilog. In this article, we will talk about how to log class and method names using...

New Features in C# 12

New Features in C# 12

In this article, we will explore new features in C# 12. We will describe primary constructors, collection expressions, inline arrays, and other newly introduced features.  We'll need the latest Visual Studio 2022 or .NET 8 SDK to try each of these new C# 12 features,...