Blog posts

135 results found

135 results in .NET, Dev, Git

dotnet How to solve the Web API error 405 Method Not Allowed

This post shows you how to solve this 405 error and get it working properly.

dev What is Visual Studio Live Share and how do you use it?

This post shows you how to get set up to start using Visual Studio Live Share for remote pair programming.

git How to keep your fork up to date with the master repository in GitHub

This post gives you the commands you will need to keep your fork up to date with the master repository in GitHub.

dev How I doubled the traffic to my website in 4 simple steps

In the space of 2 months, I doubled the traffic on my website, and the increase was all Organic traffic. In this post I will share the steps I took to double the traffic to my website, so you can apply the same steps.

dotnet How to upload multiple files at once in an MVC form

This post will help you if you need to upload multiple files at once in an MVC form.  The examples are for an umbraco website, but the principles are the same.

dotnet How to force a .NET website to use TLS 1.2

This post shows you how you can force your .NET website to run using TLS 1.2

dotnet How to fix the MVC Textbox date time format issue

This post shows you how you can remove the time off the end of a date value when rendering it in an MVC TextBoxFor.

dotnet·umbraco How to create url rewrite rules for ASP.NET, MVC and Umbraco in web.config

This post is a reference to show you how to set up rewrite rules in your web.config file.

dev How to copy SQL Server data to Elasticsearch using LogStash

How to copy SQL Server data to Elasticsearch using LogStash

dev How to fix the error ERR_SPDY_PROTOCOL_ERROR

This post shows you how to solve the error ERR_SPDY_PROTOCOL_ERROR for your website, which shows up in Google Chrome, Opera, Edge and Internet Explorer

conferences·dev 10 practical tips for improving your public speaking

In this post Marcin Zajkowski shares some of his pro tips for improving your public speaking, based on his experiences.

dotnet A simple C# LINQ method to put an address on one line separated by commas

This post gives you a simple way of getting an address on one line, separated by commas and it ignores any blank lines.