Blog posts

137 results found

137 results in .NET, Dev, DevOps, Git, Web

dotnet How to send Slack messages programmatically using C#

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

dev The 10 Commandments of Programming

Here are the 10 commandments of programming. Thou shalt name things properly...

dev The importance of writing a good question before you ask for help online

This post explains the importance of writing a good question before you ask for help online

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.

dotnet How to solve the error 'Could not load file or assembly Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=2.0.0.0'

This post will show you how to solve the error "Could not load file or assembly 'Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=2.0.0.0..."

dev Boosting your career by creating a personal brand

In this post I share the content of the talk I did at the Umbraco UK Festival 2018 about how to boost your career by creating a personal brand.

dev 10 tips to make the most of Black Friday and Cyber Monday this year

In this post I give you 10 tips to help you make the most of Black Friday and Cyber Monday this year. It's all about being organised and prepared.

dev 6 winning tips to launch a successful YouTube channel

In this post I give you 6 tips to launch a successful YouTube channel.

dotnet How to solve Multiple types were found that match the controller named x

This post shows you how to solve the error 'Multiple types were found that match the controller named x'

dev How to get the swagger JSON file from a Web API

If you need to know the url to get the swagger json file, then this is the post for you.