siecola / WebAPIBook

WebAPIBook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to develop REST services using Web API 2 on Microsoft Azure

This is the source code repository related to this book, about how to develop REST services using ASP .NET Web API and Microsoft Azure cloud platform.

Para ler essa página em Português, clique aqui.

The main topics of the book are:

  • How to create projects on Visual Studio with Web API 2;
  • How to debug applications locally using Microsoft IIS;
  • How to debug applications on Microsoft Azure;
  • Microsoft Azure resources creation and configuration;
  • Integration between Web API services with SQL database, using Entity Framework;
  • Access control using OAuth 2 mechanism, to authenticate and authorise request to services and operations;
  • How to configure routes to the application services;
  • How to consume SOAP services;
  • How to consume REST services.

This source code example is completely developed along the book, well explained together with the Microsoft Azure topics covered on it.

If you want to buy this book, please proceed to this link.

About

WebAPIBook


Languages

Language:C# 90.1%Language:JavaScript 5.7%Language:HTML 2.7%Language:CSS 1.4%Language:ASP 0.1%