Learn how I managed to fix this issue with GhostScript when converting a PDF source to an image
Roughly a 2 minute read, posted 6 years ago into code & gotcha
Sometimes it's necessary for a URL to be longer than the default of 260 characters in .NET - here's how you do it.
Roughly a 1 minute read, posted 6 years ago into code & gotcha
A quick guide to getting your .NET websites set up to use TLS 1.2 before June 30th 2018 rolls around.
Roughly a 2 minute read, posted 6 years ago into code & gotcha
How to get your legacy .NET application up and running on Windows Server 2012 and IIS 8.5
Roughly a 1 minute read, posted 8 years ago into csharp, code, gotcha, iis & server
It was only a matter of time...
Roughly a 1 minute read, posted 8 years ago into captcha, code, robotics & fun
Find out why your partial views output a TaskResult instead of exiting cleanly when rendering themselves into your page
Roughly a 1 minute read, posted 8 years ago into csharp, code & gotcha
Easy fix to the bug when scaffolding views and controllers in Visual Studio 2015
Roughly a 1 minute read, posted 8 years ago into csharp, code & gotcha
Be careful what you wish for
Roughly a 1 minute read, posted 8 years ago into iot, internet of things, development & code
Learn how to correctly validate whether or not a checkbox has been selected when submitting a form in ASP.NET MVC
Roughly a 1 minute read, posted 8 years ago into code & csharp
Why geolocation no longer works on websites with Google Chrome unless they're using a secure connection
Roughly a 1 minute read, posted 8 years ago into gotcha, browser, google & code
Learn how to build a basic version of BBC Sport Football using ASP.NET MVC and C#
Roughly a 2 minute read, posted 8 years ago into csharp, tutorial & code
How to add a hosted PayPal button to an ASP.NET WebForms page
Roughly a 1 minute read, posted 9 years ago into paypal, csharp, code & webforms
Learn how to get OpenVPN working again on Windows 10 after updating to the latest version
Roughly a 1 minute read, posted 9 years ago into openvpn, windows10, code & gotcha
A simple ASP.NET MVC 5 application development tutorial using Entity Framework, Identity and SQL Server
Roughly a 1 minute read, posted 9 years ago into csharp, code, tutorial & video
Learn how to force ASP.NET MVC to generate lower-case URLs on all generated links
Roughly a 1 minute read, posted 9 years ago into csharp, code & seo
In this C# tutorial I attempt to explain the concept of Class Interfaces and Inheritance.
Roughly a 1 minute read, posted 9 years ago into csharp, code, video & tutorial
How to make sure jQuery events stay bound to their controls when refreshing elements of a page via an AJAX call
Roughly a 1 minute read, posted 9 years ago into jquery, javascript & code
Make sure you uninstall the Cisco VPN client from Windows 8.1 before you upgrade to Windows 10 or you will have wireless connectivity issues.
Roughly a 1 minute read, posted 9 years ago into windows10, gotcha & code
In this tutorial I will share a class I have produced which wraps around the Google Charts API to generate a QR code in C#
Roughly a 1 minute read, posted 9 years ago into csharp, code, tutorial & video
How to stop sup and sub tags from affecting the line heights of a paragraph in HTML
Learn how to create Constructors for objects in C# using different parameter types, and how to perform actions when the objects are disposed of.
Roughly a 1 minute read, posted 9 years ago into csharp, code, video & tutorial
Find out what to do when Visual Studio reports a WinINet error code 12113 when deploying a website via Web Publish
Roughly a 1 minute read, posted 9 years ago into csharp, code & gotcha
Find out what to do when Visual Studio reports a WinINet error code 12113 when deploying a website via Web Publish
Roughly a 1 minute read, posted 10 years ago into csharp & code
Find out how to validate an e-mail address using C# and the MailObject Class
Roughly a 1 minute read, posted 10 years ago into csharp, video, tutorial & code
How to get your public IP address from a web service into a C# Console Application
Roughly a 1 minute read, posted 10 years ago into csharp, video, tutorial & code
A C# .NET extension method showing how to convert a TimeSpan interval into a friendly string format
Roughly a 1 minute read, posted 10 years ago into csharp & code
A C# .NET extension method showing how to convert a TimeSpan interval into a friendly string format
Roughly a 1 minute read, posted 10 years ago into csharp & code
How to format a datetime in C# with a suffix on the day
Roughly a 1 minute read, posted 10 years ago into csharp & code
How to set up a custom authentication attribute for controller methods in ASP.NET MVC
Roughly a 1 minute read, posted 10 years ago into csharp & code
Why sometimes 301 rewrite rules can break ASP.NET MVC forms
Roughly a 1 minute read, posted 10 years ago into code, csharp & gotcha
PottyMouth - A C# extension method for filtering swear words
Roughly a 1 minute read, posted 11 years ago into code & csharp
How to rename a SQL Server table from within Visual Studio 2010
Roughly a 1 minute read, posted 12 years ago into sql, database & code
Incorporating common ViewData into multiple Controllers in ASPNET MVC without duplication
Roughly a 1 minute read, posted 14 years ago into csharp & code