ASP.Net Web API Security

In the previous blog, I wrote about Routing in Web API.  I have also explained, How to create a secure Web API? in my earlier blog. If you are new to ASP.Net Web API then please start from the beginning level. What is ASP.Net Web API?In this blog, let’s discuss the Web API security in details.Web API … Read more

ASP.Net Web API Routing

In this blog, we will see about the Routing system in ASP.Net Web API. Routing is one of the important sections in ASP.Net Web API. What is Routing? Routing is the process which decides which action and which controller should be called. .NET Web API supports 2 types of routing. Convention-based Routing in ASP.NET Web … Read more

What are Idempotent and Non-Idempotent methods?

After reading this article, you will be confident about Idempotent and Non-Idempotent methods?Let’s start by understanding the meaning of Idempotent.Idempotent means  “unchanged in value following multiplication by itself” Idempotent Methods Idempotent HTTP methods are those methods which will not make any modification event after calling multiple times.For eg – If your client makes a DELETE request by … Read more

How to create secure Web API in asp.net

In my earlier blog I wrote about how to create a web api in asp.net , now your WebAPIi is ready to work. Web API security is very important especially if you are allowing it to external users to consume it.Now suppose you want to control your web api in the context of security. How you … Read more

How do i get ASP.Net Web API to return JSON

In my earlier blog, we have seen How to create a Web API? In this blog, we will see about how to return JSON data instead of XML in Web API.ASP.Net Web API returns XML by default. But we can change so that it should return JSON instead of XML. To do this open “WebApiConfig.cs” file … Read more

How to create ASP.Net Web API

In this blog, I have created ASP.Net web api using Visual Studio 2015.If you need to know what is web api then please read one of my previous blog. Follow the below steps to create ASP.Net Web API Open Visual Studio 2015 and follow the below steps:1. File -> New Project and Select ASP.Net Web … Read more

What is Web API? When should we use in our projects?

Web API is the Microsoft open source technology for developing REST services based on HTTP protocol. ASP.Net Web API is a framework for building, consuming HTTP based service. The advantage of Web API is that it can be consumed by a wide range of clients like a web browser and mobile applications. ASP.Net Web API … Read more

RSS
YouTube
YouTube
Instagram