Knapsack Algorithm In C# .NET
I skipped out on University/College in my earlier years and instead opted to fully self teach myself programming. While that …
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?” …
Are there new .NET Core API projects that don’t use Swagger? It’s one of the first things I install on …
I’ve recently been trying out the new System.Text.Json JSON Parser that is now built into .NET Core 3+, replacing NewtonSoft.Json …
I’ve recently been using JWT Tokens as my authentication method of choice for my API’s. And with it, I’ve had …