Articles related to .NET Core and .NET technology
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...
1/1/2025Send 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.
11/10/2024How 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...
7/14/2024Resolving 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
6/2/2024Top defensive programming principles with examples
Explore the best defensive coding techniques and elevate your coding skills. Make your software secure and reliable.
4/21/2024HTTP 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
4/6/2024Handling 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.
3/3/2024Creating 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.
2/25/2024Testing 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...
1/14/2024Implementing 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...
1/13/2024How 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...
1/10/2024Umbraco 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...
12/18/2023WordPress 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...
11/19/2023ASP.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...
11/6/2023How 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...
3/15/2023Enable 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...
7/21/2022Umbraco 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...
10/2/2021How 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.
12/13/2020Optimizing 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...
3/26/2020Optimizing 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.
3/20/2020