Path Courses
Introduction to Web API: Getting Started Get started with ASP.NET Web API, a framework for building Restful services which can be consumed by a broad range of clients including browsers, mobiles, and tablets. In this course, you'll about what is SOA, REST and REST Principles including an introduction to ASP.NET Web API and choosing between WCF and Web API. Further, learn to create ASP.NET Web API and testing it using the Postman app.
What you will learn:
- Introduction to SOA
- Introduction to REST
- Introduction to ASP.NET Web API
- WCF vs. Web API
- Building Web API
- Testing API Using Postman
ASP.NET Web API Fundamentals
ASP.NET Web API is an open-source framework for building RESTful services on the top of ASP.NET Framework. ASP.NET Web API supports ASP.NET MVC features such as routing, controllers, action, model binders and filter etc.
Learn to leverage ASP.NET Web API2 fundamentals including routing, Action Results, HttpResponseMessage and IHttpActionResult, Content Negotiation, Media-Type Formatters, Model or Parameter Binding, Model Validation and Handling Validation Errors.
What you will learn:
- Routing - Convention and Attribute Routing
- Route Constraints
- Action Result
- Content Negotiation
- Media Type Formatters
- Model Binding
- Model Validation
- Handling Validation Errors
Building RESTful Services with ASP.NET Web API
ASP.NET WebAPI is an extension to WCF REST along with ASP.NET MVC features support. In this course, you will learn about how to create, test and debug REST API using ASP.NET Web API and Postman.
Further, you will learn how to consume it in ASP.NET MVC using HttpClient and to perform CRUD operations using Entity Framework.
What you will learn:
- Introduction to ASP.NET Web API
- Building ASP.NET Web API
- ASP.NET Web API CRUD Operations
- Testing Web API Using Postman
- Consuming Web API in ASP.NET MVC
- Performing CRUD Operations using ASP.NET MVC
ASP.NET Web API Advanced Concepts
Today's people are using REST API to share data in JSON, XML, and any other format. ASP.NET Web API facilitates developers to build REST APIs for modern application.
In this course, you will learn about ASP.NET Web API advanced concepts like Web API detailed pipeline, filters, creating custom filters, exception handling, versioning strategies, dependency injection and hosting ASP.NET Web API.
What you will learn:
- ASP.NET Web API Pipeline
- Web API Filters
- Creating Custom Filters
- Exception Handling
- Dependency Injection
- Web API Versioning
- Web API Hosting