Blog
Paul Seal's personal blog
Blog posts
In this post I show you how you can send Slack messages programmatically using C#
dev The 10 Commandments of ProgrammingHere are the 10 commandments of programming. Thou shalt name things properly...
dev The importance of writing a good question before you ask for help onlineThis 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.WindowsThis post help you solve the error System.IO.FileNotFoundException Could not load file or assembly System.Security.Principal.Windows
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 brandIn 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 yearIn 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 channelIn 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 xThis 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 APIIf you need to know the url to get the swagger json file, then this is the post for you.
dev How to flip an image using CSSIn this post, Mike Masey shows you how you can flip an image using CSS.