Blog posts

191 results found

191 results in .NET, DevOps, Git, SQL, Umbraco

dotnet How to fix corrupt accented characters in Excel for a C# export as CSV

This post will help you fix the issue where you csv export has corrupt characters when opening it in excel.

umbraco How to create a dynamic image from multiple images using ImageProcessor

This post shows you how I created a handler to create dynamic header images for my umbraco website using ImageProcessor.

dotnet How to send Slack messages programmatically using C#

In this post I show you how you can send Slack messages programmatically using C#

umbraco How to fix the SVG 404 error when using Umbraco and Azure Blob Storage

In this post I show you how to solve the SVG 404 error when working with Umbraco and Azure Blob Storage

umbraco Find out how my blog reached 1 million page views

In this post I will tell you how my blog reached 1 million page views.

umbraco Giphy Property Editor Package for Umbraco

All about the new Giphy Animated GIF Searxh picker I created for Umbraco 7 and 8

umbraco How to include scripts from partial views in MVC and Umbraco

This post will show you how you can include scripts from inside an MVC partial view rather than having to put them in the view.

umbraco How to create packages and content apps for Umbraco v8

In this series you will create a Space Invaders content app. The point of this is not to play Space Invaders, or to create yet another content app, it is to share the repeatable steps for building packages for Umbraco v8 so you can have the confidence and structure in place to be able to start creating packages for your own ideas, which other people can contribute to and you can maintain easily enough.

sql How to delete data in SQL Server using an INNER JOIN query

This post will give you a clear example to follow to help you delete data in SQL Server using an INNER JOIN query, giving you the confidence that you query is correct.

dotnet How to fix the error 'Authentication failed because the remote party has closed the transport stream'

This post will show you how to fix the error 'Authentication failed because the remote party has closed the transport stream'

dotnet How to solve the error Could not load file or assembly System.Security.Principal.Windows

This post help you solve the error System.IO.FileNotFoundException Could not load file or assembly System.Security.Principal.Windows

git How to ignore a file locally in git without ignoring it from the repository

This post shows you how you can ignore a file in git locally without ignoring it from the repository.