✅ I want to learn ASP.NET Core Web APIs.
Hi,
I want to learn how to make my own API in C# (coming from JavaScript/TypeScript).
Because of my history with TypeScript, I would say I "get the gist" of the C# language, but I will definitely need to watch a course on the fundamentals eventually.
But, regarding ASP.NET Core Web APIs, there has been multiple examples I've seen which make use of loads of (default and additional) classes and methods that seem to overwhelm me.
TL;DR: I guess I'm just curious how one might easily get used to everything that's provided? Is there maybe a specific, easy-to-read (Microsoft website blows imo) website page for learning all the default classes and methods that come with building a Web API?
My goal is to eventually build an API with stateless sessions for securty (In JavaScript, I was using libsodium).
Any extra tips are greatly appreciated, thanks!
I want to learn how to make my own API in C# (coming from JavaScript/TypeScript).
Because of my history with TypeScript, I would say I "get the gist" of the C# language, but I will definitely need to watch a course on the fundamentals eventually.
But, regarding ASP.NET Core Web APIs, there has been multiple examples I've seen which make use of loads of (default and additional) classes and methods that seem to overwhelm me.
TL;DR: I guess I'm just curious how one might easily get used to everything that's provided? Is there maybe a specific, easy-to-read (Microsoft website blows imo) website page for learning all the default classes and methods that come with building a Web API?
My goal is to eventually build an API with stateless sessions for securty (In JavaScript, I was using libsodium).
Any extra tips are greatly appreciated, thanks!