C
C#8mo ago
Sonathad

✅ Need a good resource to learn how to build .NET Core Web API's

I'm currently following this book https://code-maze.com/ultimate-aspnetcore-webapi-second-edition/ but I don't know if they're doing things the right way. I'm only at page 100 and this is a screenshot from my solutions explorer. I checked Microsoft's official tutorials but they're all too basic, and I want to learn industry practices to show on my portfolio.
Vladimir Pecanac
Code Maze
Ultimate ASP.NET Core Web API - Second Edition
The second edition of the bestseller "Ultimate ASP.NET Core Web API" program from the Code Maze team.
No description
9 Replies
Mango
Mango8mo ago
There really isn’t “right” ways just either better ways or preferred ways Depends on your needs for the app.
Sonathad
Sonathad8mo ago
I need to - get a feel of what to expect on my first job - demonstrate my understanding of best practices - put it on my portfolio In no specific order 😰
Bouwer
Bouwer8mo ago
Every company will probably have a slightly different approach, the "best practice" is usually defined by the most experienced individuals that state their opinions publicly Just try to get familiar with building an API for different scenarios and you'll naturally learn what works and what doesn't
Mango
Mango8mo ago
Unless it involves security, there will more than one “best practice”. With security it usually is “do it this way”. Such as “don’t store passwords as plain text”. Things like that
Sonathad
Sonathad8mo ago
and authentication, right?
Mango
Mango8mo ago
Yeah, authentication and authorization i was including under security.
Accord
Accord8mo ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.
Want results from more Discord servers?
Add your server
More Posts
❔ How to specify Basic authentication scheme with NetworkCredentials?Title. Getting an exception about client sending `Ntlm` when server is expecting `NTLM`. Trying to c❔ Accessing class library objects from shared projectI have one solution (.sln) which consists of 2 projects: 1) Class Library project 2) Shared projec❔ microsoft certs/exams?Not sure if anyone can help me with this, but I'll ask just in case. In a couple weeks, I start a ne❔ How to optionally include certain classes/libraries in a compileSo what I want to do is write an application that uses **one of two** external libraries, sometimes ❔ How to store JS selection data after page refreshHello I hope someone can take a look at that, I'm still stuck at that problem https://stackoverflow❔ how to round numbers like real mathi want 3.3 to round to be 3 and 3.5 to be 4 and 3.8 to be 4 too. how do i do it?❔ is this syntax correctIsUp is a method that gets an array and returns whether it's ordered is a rising way. But it doesn'tc# classExtreme newbie question here. I want to use a foreach loop to Console.WriteLine all the objects. But❔ Newtonsoft JSON trying to serialize list of objects with a two dimensional array "shape" property.I'm getting some errors about additional characters being found in my json when trying to deserializHow to suppress all errors and warnings within namespace (or directory) using GlobalSuppressions.csI have a directory with generated API client code and it does not match coding standards configured