REST Done Right
Details
Come hang out and learn about .NET. Pizza arrives during hangout time and the talk starts at 6 PM. Food and drinks provided by Improving.
Session Abstract
REST is one of the most popular architectural styles for servers on the web. For example, writing a RESTful API is one of the most common uses of .NET. It is a powerful tool for organizing applications to make them more maintainable, understandable, and upgradeable. However, many "RESTful" applications are implemented incorrectly. In this talk, we will cover what REST actually means. We will show examples of how to structure URLs and calls accordingly, and how it differs from other architectural styles and desktop applications. Finally, we will be showing how to build a small RESTful API from scratch in .NET
Youtube Live Stream: https://www.youtube.com/watch?v=lzg0QQPNyWA

