DEV Community

Bharat Katariya
Bharat Katariya

Posted on

API Learning

I want to learn RestFull api in .net core 8.0 so how can I start ?

Top comments (1)

Collapse
 
shafayeat profile image
Shafayet Hossain

Great to see your interest in learning RESTful APIs with .NET Core 8.0! A good starting point is to familiarize yourself with the basics of REST principles, HTTP methods, and JSON. Then, learn some beginner tutorials specifically for ASP.NET Core. Microsoft's official documentation is very detailed and will walk you through setting up your first API. Once you're comfortable, try building a small project, maybe a simple CRUD app to solidify your understanding.!! Good luck, and feel free to reach out if you need more specific resourcesπŸ˜‰πŸ–€