Using Azure CosmosDB With .NET Core – Part 2 – EF Core
This post is part of a series on using Azure CosmosDB with .NET Core Part 1 – Introduction to CosmosDB …
This post is part of a series on using Azure CosmosDB with .NET Core Part 1 – Introduction to CosmosDB …
This post is part of a series on using Azure CosmosDB with .NET Core Part 1 – Introduction to CosmosDB …
One of the most popular posts on this blog is a very simple write-up on how to parse JSON in …
I skipped out on University/College in my earlier years and instead opted to fully self teach myself programming. While that …
I had a friend who was taking a look through the classic “Gang Of Four” Design Patterns book for the …
As countries head into lockdown/quarantine/#StayHomeSaveLives, we find ourselves with a fair bit of free time on our hands. While I’m …
I’ve debated about posting an article on this for a long long time. Mostly because I think if you code …
I recently came across a peculiar issue when using the Regex type “MatchCollection” in .NET Core. Or to be more …
In C#, there is a grand total of 6 ways to concatenate a string. Those are : I recently got …
A graduate developer asked a simple question the other day. Grad : “What type should I return from this method?” …