Articles related to .NET Core and .NET technology
API Versioning Strategies in ASP.NET Core
APIs evolve, and you don’t want to break existing clients when making changes. That’s where API versioning comes in. In this guide, you’ll learn how to...
How to Fix SSL Certificate Trust Issues When Connecting to SQL Server
Learn how to resolve SSL certificate trust issues when connecting to a SQL Server on Windows. This tutorial covers certificate installation, connection...
HTTP Request Logging and Debugging in ASP.NET Core
Discover how to implement detailed request logging in ASP.NET Core. Capture everything from headers and query parameters to request bodies and IP addresses
Handling Umbraco tags with a new String Split Option available in .NET
Amazing string split option has been released in .NET 5.0 you probably don't know and have never used it before when dealing with tags in Umbraco websites.
Creating MSSQL User login via PowerShell on Windows
In this article, we will cover how to add an MSSQL server user with a role via PowerShell script to resolve common database connection problems.
Testing ASP.NET Core Action Filters with xUnit
Action Filters in ASP.NET Core are a great way to add custom logic that runs before or after a controller action. They can handle logging, query string...
Implementing Async Action Filters in ASP.NET Core
Async Action Filters in ASP.NET Core allow you to execute custom logic before and after a controller action is invoked. They are particularly useful for...
How to get Umbraco model property alias
Retrieving strongly typed property aliases has changed, and it's not as easy as before. We introduce a solution to simplify establishing a property alias of...
Umbraco Developer Key Skills
Master the key skills every Umbraco developer needs to succeed. From backend mastery with .NET Core to front-end finesse with modern frameworks, this guide...
How to use default language as default culture for threads in Umbraco
Explore a solution for aligning thread culture with the default language settings in Umbraco's backoffice. This approach addresses the complex challenge of...