.NET Core

Dive deep into the latest insights and breakthroughs surrounding .NET Core /  ASP .NET Core / .NET technology with our curated articles

Articles related to .NET Core and .NET technology

Fix Azure DevOps “AADSTS7000222: client secret expired”

Fix Azure DevOps “AADSTS7000222: client secret expired”

Your Azure App Service deployment failed after a commit. Here’s the fast fix and the durable, secret‑less solution using Workload Identity Federation (OIDC).

Umbraco Agency or Dedicated Developers? The Real Cost of Outsourced Teams

Umbraco Agency or Dedicated Developers? The Real Cost of Outsourced Teams

Why the “body-leasing” model is broken and what to choose instead

API Versioning Strategies in ASP.NET Core

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...

Enable Brotli and Gzip Response Compression in ASP.NET Core

Enable Brotli and Gzip Response Compression in ASP.NET Core

In this article, we’ll explore how to enable response compression in ASP.NET Core applications, focusing on Brotli and Gzip algorithms and how to validate...

Send Emails With the SendGrid in C# using SmtpClient

Send Emails With the SendGrid in C# using SmtpClient

This article demonstrates a practical example of integrating SendGrid using C# in a .NET Framework console application.

How to Fix SSL Certificate Trust Issues When Connecting to SQL Server

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...

Resolving Syntactically invalid EHLO argument SmtpException in C#

Resolving Syntactically invalid EHLO argument SmtpException in C#

This guide provides solutions for fixing EHLO command issues in scalable cloud environments like Azure, ensuring reliable email delivery in your apps

Top defensive programming principles with examples

Top defensive programming principles with examples

Explore the best defensive coding techniques and elevate your coding skills. Make your software secure and reliable.

HTTP Request Logging and Debugging in ASP.NET Core

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

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

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

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

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

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

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...

WordPress Password Validation in .NET Core Using JWT and C Sharp

WordPress Password Validation in .NET Core Using JWT and C Sharp

Explore the essentials of validating WordPress user passwords in .NET Core, from creating users to implementing authentication classes in C#. This guide also...

ASP.NET Core Essential Features

ASP.NET Core Essential Features

Explore the top 25 features of ASP.NET Core that set it apart as a modern web framework. Dive deep into its performance, cross-platform capabilities, Unit...

How to use default language as default culture for threads in Umbraco

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...

Enable Dynamic GZIP Compression for IIS Azure Web App

Enable Dynamic GZIP Compression for IIS Azure Web App

Discover how to boost the performance of your Azure Web App by leveraging the power of dynamic GZIP compression. Here's a step-by-step guide to ensure your...

Umbraco now uses .NET Core

Umbraco now uses .NET Core

Umbraco remained under the radar for many years due to its lack of support for hosting on Linux. Umbraco's journey began tightly intertwined with Windows...

How to Disable ReSharper in Visual Studio

How to Disable ReSharper in Visual Studio

Do you need to temporarily turn off ReSharper in Visual Studio? Here's a step-by-step guide for disabling it and turning it back on when needed.

Optimizing Scripts in Umbraco 8 - Bundling and Minification

Optimizing Scripts in Umbraco 8 - Bundling and Minification

Learn how to optimize scripts in Umbraco 8 using bundling and minification. Follow this step-by-step guide to speed up your website, improve SEO, and...

Optimizing ASP.NET with Bundling and Minification

Optimizing ASP.NET with Bundling and Minification

In this guide, we'll explore ASP.NET's built-in script optimization tools and detail the steps to bundle and minify your website scripts effectively.

↑ Top ↑