Skip to content

Dotnet

C# Tuples

Exploring the Tuples the New C# 7 language feature learning both the Advantages and limitations of this great language enhancement.

Set VS Code Angular 2 and .NET Core web Development on Ubuntu

Technical Director at threenine.co.uk
Gary is Technical Director at threenine.co.uk, an independent software vendor specialising in IoT, Field Service and associated managed services,enabling customers to be efficient, productive, secure and scale-able.
Latest posts by Gary Woodfine (see all)

Following on from my previous post regarding how to Set Up Visual Studio for Angular 2 and .NET Core web app Development, I needed to… Read More »Set VS Code Angular 2 and .NET Core web Development on Ubuntu

Mixing windows & forms authentication

Technical Director at threenine.co.uk
Gary is Technical Director at threenine.co.uk, an independent software vendor specialising in IoT, Field Service and associated managed services,enabling customers to be efficient, productive, secure and scale-able.
Latest posts by Gary Woodfine (see all)

I came across a situation today where I needed to mix two different authentication types on ASP.net MVC 4 application. The reason for this being… Read More »Mixing windows & forms authentication

Selenium WebDriver & Visual Studio

Selenium is a suite of browser automation tools to help with automating web browsers across a number of platforms. It’s a really handy tool to help with automating web applications for testing purposes