Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Learn ASP.Net Web API 2 for Absolute Beginner
Rating: 3.9 out of 5(68 ratings)
1,629 students

Learn ASP.Net Web API 2 for Absolute Beginner

This course will give you a low level understanding of ASP.Net web API 2 & how to implement it in RESTful manner.
Last updated 4/2017
English

What you'll learn

  • Create their own RESTful APIs
  • Provide Authentication for API
  • Create Versioning of API
  • Test & Debug API with jQuery Ajax requests

Course content

7 sections29 lectures3h 42m total length
  • What is Web API?6:04

    Learn about what is APS.Net web API and It's Architecture, what is RESTful and diffrence between WCF and web API.

  • Before we start5:24

    Before we start with Web API lets understood what are HTTP Methods, HTTP Status, and difference between JSON & XML

  • Creating your First API9:16

    Make your first API and test its GET method.

  • Use POST, PUT, DELETE methods10:01

    Make POST, PUT, DELETE methods for our previous example, and test it by using Postman plugin

  • Quiz for Introduction to ASP.Net Web API 2

Requirements

  • Familiar with ASP.Net & C#
  • Basic knowledge of SQL server & jQuery (optional)

Description

ASP.NET Web API is a framework for building HTTP services that can be accessed from any client including browsers and mobile devices. It is an ideal platform for building RESTful applications on the .NET Framework. However it can also use to create non RESTful services.

It works more or less the same way as ASP.NET MVC web application except that it sends data as a response instead of html view.

ASP.Net web API became very popular because of it’s a very easy to implement RESTful api with less amount of time.

Through this series we will learn how to handle Http Methods, Content Negotiation, Media Type Formatters, Authentication, and Versioning of API.

Along with this we will also see how to send request from jQuery Ajax and a postman app.

We will learn all above things through this video series. If you have any doubts then you can contact me via mail and Q & A.

Who this course is for:

  • This is for newbies who want to learn ASP.Net Web API 2
  • Who want to make RESTful APIs using ASp.Net web api 2