I just finished my Techorama 2017 session. Wondering what it was all about?
REST is… a bit of a wonder really. It’s probably the most misused term for describing APIs, as most RESTful APIs that are called RESTful aren’t really RESTful. That’s because REST is an architectural style that isn’t that easy to correctly implement. In this advanced session, we’ll dive into the more challenging parts of REST: from using the correct media types (and why that’s so important) over handling collection resource creation in one go, handling pesky CalculateTotal()-RPC-like functions, method safety and idempotency, right up to implementing HATEOAS support. And we’ll do all of this using ASP.NET Core.
Thanks everyone for attending, and thanks for showing up with so many 🙂 For those who are interested, the demo code can be found at my GitHub, and the slides can be downloaded from my OneDrive.
Happy coding! 🙂