Book Image

Learning ASP.NET Web API [Video]

By : Brij Bhushan Mishra
Book Image

Learning ASP.NET Web API [Video]

By: Brij Bhushan Mishra

Overview of this book

<p>Revolutionary changes in the mobile world introduced various type of devices such as smart phones, tablets, and IoT devices, all connected to a network based on a HTTP protocol and HTML 5. This lead to a big push to build REST-based services that expose data over HTTP with content negotiation techniques that can be seamlessly consumed by various devices with different platforms. ASP.NET Web API is the primary framework for .NET developers to build REST-based services using the latest standards and serve the growing need to expose data.</p> <p>This course takes you on a journey right from the basics and explains the building blocks of Web API through an example application. Starting off with the basics, we discuss REST Constraints when designing an API with a change in the ASP.NET Core framework. Then we explore building blocks such as Routing, URI Controllers, HTTP verbs, and implement REST through examples.</p> <p>As we move on, we’ll delve into some advanced key topics such as dependency injection, versioning, caching, and more to build a modular, testable and maintainable application. Then we consume the complete API using an MVC client and provide a quick overview of AngularJS Client.</p> <p>Finally, we develop a Restful API using ASP.Net Core API. We wrap up with a few handy tips and best practices to make robust and scalable APIs. By the end of this course, you will have a thorough knowledge of Web API services and advanced features so you can easily get started.</p>
Table of Contents (8 chapters)
Chapter 2
Getting Started with the Project
Content Locked
Section 1
Creating a New Web API Project
This video aims to provide the viewers their first hands-on experience on ASP.NET Web API projects with Visual Studio, including setting up the infrastructure, exposing the first API, serialization, and routing. - Create your first Web API project and set up the infrastructure - Talk about controllers - Cover serialization and routing