Blog
Paul Seal's personal blog
Blog posts
This post tells you how to solve the error assets file project.assets.json not found in Visual Studio
dotnet How to fix corrupt accented characters in Excel for a C# export as CSVThis post will help you fix the issue where you csv export has corrupt characters when opening it in excel.
dev Great Developers are CuriousIn this post I talk to you about being curious as a developer and why i think it is an important skill or trait in the world of dev.
dev How to get realtime notifications for website traffic using Google Analytics and JavaScriptThis post shows you how you can get notifications for your Google Analytics realtime website traffic, using Slack notifications as an example.
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 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
sql How to delete data in SQL Server using an INNER JOIN queryThis 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.WindowsThis 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 repositoryThis 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..."