Menu

dotnetcore

All the HttpClients (ish)
Http clients are the basis for web development, here is a compilation of web clients
C# Semaphore Cheat Sheet
Here is a semaphore in action, used to throttle calls to a httpclient.
C# Synchronisation Cheat Sheet
The many forms of thread synchronisation with basic examples showing reset events, mutex and semaphore (semafore).
Windows Development Package Management
Chocolatey is a third party package manager for windows. Basically, its an extended version of nuget. It becomes extremely handy when you want to spin up a [...]
Writing a .Net Core Bubble Sort using TDD in Visual Studio Code
A lot of areas packed into that title! Today we’ll be looking at quite a different pipeline to your standard .net development. Using the new (ish) [...]
.Net Standard Duplicate Attribute error when using AssemblyInfo
.Net Standard autogenerates the assembly info based on the project and solution. If you get this error when moving to .Net Standard, either delete the [...]
ASP.net Core 2 RESTful API on Cloud9
Continuing from the previous post, lets develop a simple WebAPI REST app, running on cloud9. So, create a new dotnet app to return the weather dotnet new [...]
[Update] .Net Core 2 on Cloud9
Its been over a year since my last post, and since then dotnetcore has gone to version 2.0, and amazon has expanded the reach of cloud9 to be its defacto [...]
ASP.Net Core on Cloud9
This is going to be the first of a series of .Net Core posts, seeing as they’ve started to stabilise with all the name things and things.. With [...]