Introduction Safety is one of the major concerns when creating APIs, in the end, we all want our solutions to be safe for our users. Otherwise, why should they use our applications, websites, apps, etc?! Today, I’m going to walk you through how to implement authentication with JWT (JSON Web Token) in ASP.NET Core to protect your APIs. What is JWT and why use it? JWT (JSON Web Token) is a RFC open...
Auto-Properties and Accessible Data Members in C#
Hello there my fellow reader. I started this blog a few months ago and didn’t post anything… (Shame on me) But this is about to change. NOW! Let’s get started.So, what about Properties and Accessible Data Members? What should I use? Before answering this question I would like to bring up to this post the concept of Class in OOP (Object-Oriented Programming). You know that in...