Web API

Building Your First Application in aspnet Web API
In this tutorial, you will learn what is Asp.Net Web API and Why do we use it. Here I will also show you how to create your first Web API...

Creating a Robust Web API using Dapper and Repository Pattern
This article will demonstrate about how to get data using Dapper and Repository Pattern in Web API and how to use Dependency Injection using Unit of Work in Web API....

Secure Your Web API with Token Based Authentication
Authentication is a vital process in system programming. Authentication means verifying the user who is accessing the system. Today, we are using modern devices that have different types of apps...

Web API or WCF: Which technology is more suitable for your project
At the end you will know the result for who is the winner and who is the loser. So, let's starts the race. As you know there are lots of...

Which is more suitable for your project: Web API or aspnet MVC API
Web API: It is a part of ASP.NET Framework to build and deploy the REST services on HTTP protocol and accessible to wide range of devices. ASP.NET MVC API: When...