Explore trending articles
Newest articles
Uploading large files in Umbraco CMS
When editors upload media in Umbraco, especially videos, they can hit size and platform limits. This guide explains how to configure limits...
uSync can override translations if not configured properly
There is a chance that uSync may override dictionary translations if not set up properly. This article will help you understand the risk and ensure your...
Tips for Umbraco CMS editor
Discover helpful tips you should know as an Umbraco CMS editor that make everyday work in Umbraco faster, easier, and more reliable.
TIFF Images uploading in Umbraco CMS – Hidden Issues You Should Know
TIFF images are not supported by major browsers, but it's still possible to upload them in the Umbraco CMS.
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...
Magic Umbraco Routing Properties You Didn't Know
Routing in Umbraco is highly flexible, allowing you to customize URL structures, manage redirects, and optimize content accessibility. This guide...
Alternative URL Paths for Umbraco Node with umbracoUrlAlias Routing Property
The umbracoUrlAlias property in Umbraco CMS allows you to define alternative URL paths for content nodes, providing greater flexibility in routing without...
Internal Redirect for Umbraco Node with umbracoInternalRedirectId Routing Property
The umbracoInternalRedirectId property in Umbraco CMS allows you to serve content from another node transparently without performing a URL redirect. Unlike...
Override Default URL Node Name in Umbraco with umbracoUrlName Routing Property
The umbracoUrlName property in Umbraco CMS allows you to override the default URL segment of a content node by specifying a custom URL name. This can be...
302 Redirect in Umbraco with umbracoRedirect Routing Property
The umbracoRedirect property in Umbraco CMS allows you to create 302 Temporary Redirects directly within content nodes. Using a Content Picker, you can...
Problems with Rebuilding Umbraco Database Cache
When you call a Database Cache to rebuild in the Umbraco v13 back office, you may have trouble tracking when the operation has finished
Breaking change to the Rich Text editor in Umbraco 13
You are probably not aware of the breaking change related to the Rich Text editor introduced in Umbraco 13.
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...
How to Compare Indexes Between Two MSSQL Databases Easily
Learn how to compare MSSQL database indexes efficiently using a simple T-SQL script. Ensure database performance and consistency with our step-by-step guide
Storing custom configuration in the Umbraco database
You will learn how to store custom settings in the Umbraco database without the need to create a new table.
Be careful during publishing in a multilingual Umbraco website
Lack of certain awareness during publishing content in a multilingual website can result in serious consequences. This article can save you from unpleasant...
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 a SQL Server login for an existing domain user in SSMS
Creating a login for an existing domain user and granting SQL Server privileges (ex. sysadmin role) in SQL Server Management Studio (SSMS) involves a series...
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.
Understanding the confusion between Created and Published Dates in Umbraco
The node creation date used as a date of publication can be confusing for Umbraco editors. In this article, I will try to explain the issue of created,...
How to access currently published content in Umbraco
Getting up-to-date published content entry in Umbraco could be tricky. In this article, you will learn a technique to ensure you always access the current...
Problem with linking in Umbraco across pages in different cultures
Unfortunately, the current system design cause serious SEO optimization issues and decreases website visibility
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 Disable Examine Indexing in Umbraco
Master Umbraco v11 Examine indexing: Learn how to disable external indexes for enhanced site performance, faster content publishing, and improved cold boots.
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...
Umbraco is Always Loading Content From Database on Azure App Service
Explore a clever workaround to ensure Umbraco's performance on Azure Linux App Service. Learn to tackle the persistent content loading issue from the database
How to rebuild all indexes in MS SQL server database
Discover how to optimize your database indexes without extra tools. Learn how to identify indexes to heal based on avg_fragmentation and how to refresh the...