@SamiMejri
Senior .Net Developer - AWS Certified Developer Associate
Einstein said: “If you can’t explain it simply, you don’t understand it well enough.”
I am Senior .NET Software Engineer, I worked on Finance and Investment Solutions during the last decade. I am also an AWS Certified Developer Associate.
In this blog, I am trying to explain complex .Net Development concepts in simple words, diagrams, etc... and provide helpful tips and tools.
My main focus is to help beginners excel in their Software Development journey.
I am available for mentoring and training.
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 to solve... I hope you stumble upon this article and it saves you some valuable time. The Solution L...

Introduction When it comes to parallel programming in C#, there are multiple options available, but the most common ones are threads, tasks, and async/await. Each has its advantages and disadvantages, and choosing the right one depends on the specifi...
