✅ 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.
9 Replies
There really isn’t “right” ways just either better ways or preferred ways
Depends on your needs for the app.
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 😰
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
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
and authentication, right?
Yeah, authentication and authorization i was including under security.
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.