Articles related to .NET Core and .NET technology
SendGrid SMTP C# example
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 step-by-step tutorial covers certificate installation,...
7/14/2024Resolving Syntactically invalid EHLO argument SmtpException in C#
Learn how to resolve the 'Syntactically invalid EHLO argument' SmtpException in C#. This guide provides solutions for fixing EHLO command issues in scalable...
6/2/2024Top defensive programming principles with examples
Explore the Top 20 Defensive Programming Principles in .NET and elevate your coding skills. Discover techniques for enhancing software security, reliability,...
4/21/2024Implementing Comprehensive Request Logging in ASP.NET Core
Discover how to implement advanced request logging in ASP.NET Core. Boost debugging, enhance security, and improve performance with our in-depth guide.
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
Master the art of testing ASP.NET Core Action Filters with examples and code insights. Learn how to ensure your filters work perfectly every time.
1/14/2024Mastering Async Action Filters in ASP.NET Core
Using a real-life example, this article dives deep into the world of asynchronous action filters, their benefits, challenges, and best practices.
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
Dive deep into the core skills for Umbraco development, covering everything from ASP.NET Core and cloud computing to JavaScript frameworks and SEO. Learn to...
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/2023Optimizing Azure Web App: Enabling Dynamic GZIP Compression
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/2022How 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 - Bundling and Minification
Boost your Umbraco v8 site's speed and SEO. Learn the importance and how-to of script bundling and minification using Microsoft.AspNet.Web.Optimization library.
3/26/2020Optimizing ASP.NET with Bundling and Minification
Master the art of website performance in ASP.NET. Dive into our step-by-step guide on bundling techniques to enhance user experience, SEO, and speed.
3/20/2020