Articles written by Piotr Bach
Umbraco LogViewer Error Troobleshooting
Learn how to resolve typical Umbraco LogViewer errors that prevent you from viewing critical system events.
11/16/2024SendGrid SMTP C# example
This article demonstrates a practical example of integrating SendGrid using C# in a .NET Framework console application.
11/10/2024The Future of Programming in the Age of AI – Perspectives from Industry Leaders
Will artificial intelligence (AI) drive programmers out of the workforce, or will it become their most valuable tool? Let's examine the opinions of...
11/3/2024How to Remove Any Examine Index in Umbraco
Learn how to disable Examine indexes for enhanced site performance, faster content publishing, and improved cold boots.
9/22/2024Addressing Umbraco Performance Issues: A Critical Update for Version 13 and 14
Upgrading your Umbraco CMS can often be a smooth transition, but sometimes unexpected performance issues can arise. This was exactly the situation when our...
7/30/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/2024How 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
7/13/2024How to Configure the Multinode Treepicker Start Node in Umbraco
Learn how to set the Multinode Treepicker Start Node in AngularJs to streamline content management for your editors.
6/9/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/2024Navigate Umbraco Sibling Nodes with Ease Using C# Methods
This article provides a straightforward C# solution for retrieving sibling nodes in an Umbraco content tree.
4/14/2024How to render HTML in AngularJS
Rendering dynamic HTML in AngularJS can be tricky, especially when ensuring your application remains secure. This guide will show you how to use...
4/7/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/2024How to set UmbracoApplicationUrl in Azure Web Apps with Environment variables
To set the UmbracoApplicationUrl in your appsettings.json through Azure Web App configuration, you'll leverage the Application Settings similarly to setting...
3/24/2024Creating 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...
3/2/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/2024Warming-Up Umbraco for Peak Performance
Explore how to enhance Umbraco CMS performance with a warm-up process, including creating a hosted service, a strategy for preloading data, and dynamic...
2/10/2024How to Count Records in MS SQL Server Database Tables
Discover how to count records across all tables within a specific MS SQL Server database schema. This guide provides you with ready-to-use code, streamlining...
2/10/2024Ways to ensure Umbraco GDPR compliance
Uncover essential strategies for User Data Protection on Umbraco websites. This article explores GDPR compliance challenges and solutions within Umbraco CMS....
2/3/2024Searching for text across multiple tables in SQL Server
Discover how to execute a comprehensive text search across multiple tables in SQL Server with our expertly crafted T-SQL script. Learn its implementation,...
1/27/2024How to Examine Content Property Values for Given Data Type in Umbraco
Discover how to review content property values in Umbraco CMS v11 using T-SQL. It is tailored for developers looking to optimize content management, assess...
1/20/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/2024AngularJS's Future Explored - The Road Beyond End-of-Life
Understand the impact of AngularJS reaching its end-of-life. Learn what it means for developers, explore migration options, and discover strategies for...
1/7/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 streamline Umbraco content workflow for maximum Savings
Learn how to Unlock the Power of Umbraco: Turbocharge Your Content and Media Management with Dedicated Media Folder – The Ultimate Editor's Tool
10/27/2023What is Umbraco CMS?
Uncover Umbraco potential. Dive into its benefits, from seamless content management to scalability. See why it's a top, SEO-friendly, all-in-one content...
10/25/2023Control content fields and tabs visibility in Umbraco CMS
With the flexible architecture of Umbraco v8, it's feasible to tailor the back-office experience to different user roles. Here, we'll walk through how to...
11/18/2021Deploying ASP .NET app to FTP with Azure DevOps CI/CD pipeline
Fast-track your deployments! Dive straight into the essentials of deploying your ASP .NET application via FTP. With the Azure DevOps CI/CD pipeline and our...
10/22/2021Best packages for Umbraco (free and paid)
Explore the best Umbraco extensions for both free and paid versions. Unlock enhanced functionalities and elevate your Umbraco website’s performance
9/25/2021Mastering Content Organization with Umbraco's Sort Feature
Streamline your content management workflow with Umbraco's powerful sorting capabilities. Learn how to efficiently organize your back-office tree for a...
6/27/2021How to Retrieve Azure App Service FTP Credentials
Discover the streamlined approach to finding and using your Azure App Service FTP credentials. Unlock efficient and secure access with our comprehensive...
2/14/2021How to Retrieve a Forgotten Password in Umbraco
Lost access to your Umbraco back office? Follow our step-by-step guide to easily reset your forgotten Umbraco v8 password and dive back into your CMS
2/13/2021Integrating Umbraco with Azure Private Blob Storage
Discover a comprehensive guide on setting up Umbraco v8 with Azure Private Storage, emphasizing security best practices and step-by-step integration insights.
1/30/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/2020How to rebuild all indexes in MS SQL server database
Discover how to optimize your MS SQL Server Database by rebuilding all indexes. Dive into our comprehensive guide and improve database performance today...
10/21/2020Mastering Paginated Deletions in MSSQL Tables
Discover the art of efficiently removing vast amounts of data from MSSQL tables using paginated deletions and understand the nuances of this technique (code...
9/15/2020Resetting Identity Column Values in SQL Server using DBCC CHECKIDENT
Step-by-step guide on how to use the DBCC CHECKIDENT function in SQL Server to reset identity column values. Understand why and when to reset identity...
9/11/2020Programmatically Setting Umbraco DateTime Picker with AngularJs
Learn step-by-step how to set the Umbraco CMS DateTime Picker programmatically using AngularJs. Avoid pitfalls and enhance user experience in the Umbraco...
8/21/2020How to Use WebP Image Format in Umbraco for Better Performance
Discover the benefits of WebP image format and learn how to quickly enable it in Umbraco CMS v8 with our step-by-step guide. Boost your website's speed and...
8/18/2020How to Delete Umbraco User Permanently
Explore the step-by-step process to delete an Umbraco user permanently. Understand the difference between deactivation and deletion, ensuring GDPR compliance.
8/13/2020Enabling CORS in Umbraco API with Azure
Overcome CORS policy challenges in Umbraco CMS 8 API when integrated with Azure. This comprehensive guide helps developers swiftly configure and resolve CORS...
4/25/2020How to detect slow responses in Umbraco API
Unearth slow responses in Umbraco v8 API using ActionFilters. Dive into a step-by-step guide to set up performance tracking and enhance your site's speed.
3/24/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/2020How to speed up Umbraco CMS performance
Experiencing a slow Umbraco website? Explore our comprehensive guide with top strategies to optimize and boost your Umbraco CMS performance
10/10/2019Umbraco Web Api and MVC Dependency Injection with Autofac
Learn how to quickly set Dependency Injection using Autofac container in Umbraco 7 solution.
9/2/2017