From the course: Advanced Web APIs with ASP.NET Core in .NET 6

Unlock the full course today

Join today to access over 24,900 courses taught by industry experts.

Next steps

Next steps

- [Christian] Web APIs are a complex topic, and there are so many other topics that might be of interest. So here are a few ideas what you could do next in case you're interested. One topic we could not really cover in great depth is API design. So how to design an API, which different architectural styles exist, etcetera. So API design might be a topic you could be inclined to invest in. Also, we briefly showed and used IdentityServer, and there's a wealth of documentation on the IdentityServer website that might guide you and give you even more details about what's possible and how to implement that. And since we've been talking about securing APIs in the previous chapter, everything related to security for web applications, and since we're using .NET stack, everything with regards to ASP.NET Core Security is of course beneficial, not only for your web applications, but also for the APIs you create. And with that…

Contents