Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
RESTful Services with ASP.NET Web API
Rating: 3.9 out of 5(73 ratings)
775 students

RESTful Services with ASP.NET Web API

Get hands-on experience of building RESTful services for the modern Web using ASP.NET Web API
Last updated 11/2014
English
English [Auto],

What you'll learn

  • Understand the important features of ASP.NET Web API including its relationship to REST and WCF
  • Start building a real Web API from scratch to be consumed by any RESTful client
  • Learn about authentication and authorization, and applying security to the service over SSL
  • Explore extensibility options such as media type formatters to serve different file formats, message handlers to implement rate-limiting, filters for validation, dependency injection, and OData
  • Interact with clients by creating custom HTTP clients and wiring the service up to it
  • Leverage the power of automatic documentation generation to provide comprehensive usage information for your Web API
  • Evaluate the different hosting options and publish your service to the cloud on Azure

Course content

8 sections34 lectures2h 4m total length
  • Definition and Features3:47

    Services interact with many devices and browsers. Use ASP.NET Web APIs to build scalable HTTP services for virtually any device with Internet connectivity.

  • Relationship with REST3:59

    Services need to comply with specific constraints to be considered RESTful. Identify the REST constraints required for a service to be considered RESTful.

  • ASP.NET Web APIs versus WCF4:01

    Why favor ASP.NET Web APIs over WCF in some scenarios. Identify the differences between WCF and Web APIs to know when to use which.

Requirements

  • This video tutorial is structured to help you quickly work through the basics and ease into the more advanced topics. During the course of this tutorial, you will be actively involved in the building of a full service - by example and from scratch.

Description

This video course is a great starting point for any web developer who wants to create simple web APIs in minutes. By applying your knowledge of ASP.NET in conjunction with the information provided in this video tutorial, you will learn to master the art of building RESTful services by example.

The video course begins with a brief introduction that will soon get you up to speed with the framework, and will then get you building a fully-functional Web API from scratch during the course of the tutorial.

You will learn some of the important features of ASP.NET Web API and how it aligns to the REST standard. You will explore the different implementation strategies and get familiar with some security implementations and ways to extend your APIs, including how to wire up the client side to the service. The tutorial also contains information on automatic documentation generation and deployment strategies such as publishing to Azure.

This video tutorial provides you with a comprehensive, clear, and easy-to-follow guide to creating RESTful services with ASP.NET Web API.

About the Author

Fanie Reynders is a Microsoft Certified Professional from South Africa and a web Technology Evangelist in his own right, with over 9 years of development experience on the Microsoft stack. He actively writes and speaks about the technology he loves to anyone who is willing to listen and has recently been featured in the DNC Magazine, as well as presenting at Microsoft Dev4Devs conference.

Who this course is for:

  • This video tutorial is for web developers with a basic understanding of ASP.NET, HTML, and CSS.