Disallow all the robots! Search Engine Optimisation using Robots.txt
May 05, 2017Hi Chris! What’s the robot.txt? How do I create one? Is it even required?! What is the robots.txt The file sits in the root domain of your…
Written by Christopher Steel, a freelance software development consultant who lives and works in St Albans, UK.
Hi Chris! What’s the robot.txt? How do I create one? Is it even required?! What is the robots.txt The file sits in the root domain of your…
The recent decision by Microsoft to move away from project.json/xproj dotnetcore structure to the MSBuild compatible csproj structure has…
Entity framework core (EF Core) is a object relational mapper (ORM) for dotnet core. Allowing developers to interact with databases using…
Securing your website with HTTPS is a must-have for modern websites, as it provides secure communication between the user and the website…
For those who prefer a visual training guide to my earlier post Ghost theme development using docker, I hope you find the following useful!
Recently I’ve moved my personal website across to a self-hosted Ghost installation - a professional publishing platform optimised for SEO…
Today is my last day in full-time employment and marks the end of a significant chapter of my life. 5 years ago I moved from a big American…
This post will provide a simple example of how to display multiple validation message types, like errors and messages, using…
This post will cover the following points (aprox. reading time 15mins): What is the Html.EditorFor method? Simple EditorFor example…