Web API isn't the only option when it comes to creating APIs in ASP.NET. In fact, there are more choices which might be far more suitable for your situation. Not only REST with Web API is possible but also gRPC and GraphQL. Come to this session to see how they work side by side. But, maybe more importantly I'll answer the question: When to use what and why?
You will learn:
- Understand the differences between the 3 technologies
- How they are implemented in ASP.NET Core
- When to use which