3 followers
Experienced .Net Software Engineer and AWS Certified Developer Associate. Through my blog, I share insights on software development and cloud concepts for fellow developers.
How to write LINQ queries like a Pro · Introduction C# LINQ (Language Integrated Query) is a powerful tool that allows developers to query and manipulate...
I was working on a static web page served via an AWS CloudFront Distribution and I had a Content Security Policy issue that took me a couple of hours...
With Concrete Use Cases · Introduction When it comes to parallel programming in C#, there are multiple options available, but the most common ones are...
Why This Tool is Underrated · T4 Code generation is a Visual Studio tool developers can use to generate C# classes, SQL stored procedures and many other...
Quick guide · How many times do you find yourself testing a C# code but you get NullReferenceException because you didn't instantiate an object correctly...
Async/Await explained · `Goal: explain what are async methods and how to properly use them (with code examples). Introduction C# Multithreading is an...