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...
A Journey Begins!
Hello, my name is Giovanni, I am a Software Engineer, and this is the first post that will mark the beginning of my journey in creating content (or at least trying to).I started this blog to keep track of my career and contribute to the software development community. Yes, I know that is not going to be easy, but I will try to follow this. A 1000-step journey always starts at the first step. So...