Client-side HTML5 web applications and mobile applications now communicate with the backend via REST Services. ASP.NET Web API is the current .NET technology to implement the server side of the service. In this course you will learn how to implement the entire interface of the relevant HTTP verbs (methods) as well as security and versioning aspects.
Real-time web applications require bidirectional communication with the server. SignalR is a server- and client-side framework that supports WebSockets and allows calls from the server to the client in a simple way.
Software developers who want to create a REST interface for mobile or web clients
Good knowledge of C# or VB.NET and .NET as well as basic understanding of ASP.NET as taught in the following courses or equivalent knowledge: