C# Beginners – Using Vs-Code

Introduction C# Beginners – Using Vs-Code is a guide to setting up and using Visual Studio Code for C# development on Windows and Linux. I hope to add Mac eventually; however, I do not own one. Beyond the initial installation, the extensions should be identical. VsCode is an entirely free Continue Reading

C# Beginners – Using Rider

Introduction – C# Beginners – Using Rider C# Beginners – Using Rider: Rider is a full-fledged IDE from JetBrains. It is aimed at professional users. There is a student licence available for free. However, other users get a trial and then a paid subscription offer; there is no community version. Continue Reading

C# Beginners – IDE Choice

Introduction – C# Beginners – IDE Choice C# Beginners – IDE Choice; C# Does not have a built-in or default IDE. However, Microsoft Visual Studio is the defacto go-to for Windows users. Mac users also have the option to use Visual Studio, but it is limited compared to the Windows Continue Reading

Linux ASP.Net5 Deployment With Identity

Introduction – Linux ASP.Net5 Deployment With Identity Linux ASP.Net5 Deployment With Identity Authentication follows on from Linux – ASP-DotNet 2 Factor Authentication, which follows on from ASP-DotNet Web App On Linux with Authentication. This article discusses the move from development to production. The starting point for this guide is a Continue Reading

Rider ASP Build-Issues (Linux)

Up Date – Cause Found – Symbolic Links In the Path It is still unclear to me why Rider doesn’t always handle symbolic links in the path well however it is clear it does not. I have had an open case with Jet-brains Support for some time, and they spotted Continue Reading

Linux – ASP-DotNet 2 Factor Authentication

Linux – ASP-DotNet 2 Factor Authentication follows from an ASP-DotNet Web App On Linux with Authentication. This guide demonstrates the stages required to enable two-factor authentication in an ASP project under Linux using TOTP authenticator apps. The original instructions for this process are available from Microsoft. However, they did not Continue Reading

ASP-DotNet Web App On Linux with Authentication

Introduction – ASP-DotNet Web App On Linux ASP-DotNet Web App On Linux is part of my series on using .NetCore 3 and .Net 5 under Linux with JetBrains Rider. However, this particular guide should work under all operating systems and with all IDE’s. Using Visual Studio on Windows, the default Continue Reading