Skip to main content

Posts

Showing posts with the label Web API

ASP.Net Web Api Model Validation Using Validation Filters

In this tutorial i am going to explain about how to validate Model properties in asp.net mvc web api. It can be achieved by using the attributes from the System.ComponentModel.DataAnnotations namespace to set validation rules for properties on your model.

How To Create Help Pages(Documents) For Asp.Net Web API

In this tutorial i am going to explain about how to create help pages to asp.net web api using Microsoft.AspNet.WebApi.HelpPage  package. Here i will explain how to add the help page for existing Web API as well as the new Web API Project that has to be created.

How to get/fetch data from ASP.Net WebAPI or how to query ASP.Net WebAPI.

In this article i am going to explain about How to get/fetch data from the WebAPI or how to query WebAPI. In my previous article i have explained about How To Create Your First WEB API Project In ASP.Net MVC , Check Container Exists In Azure Blob Storage In C#.Net , Convert Dataset Datatable To Json Data Array In Asp.Net C#.Net & VB.Net Or How To Use JavaScriptSerializer To Convert Datatable To Json Data Array , How To Show Tooltip On Mouse Hover In Gridview In Using JQuery In ASP.Net C#.Net & VB.Net , SQL Script To Drop Multiple Tables,Procedures At Once , SQL Script To Drop Multiple Tables,Procedures At Once , Convert Dataset Datatable To Json Data Array , SQL Script To Drop Multiple Tables,Procedures At Once In Sql Server , and many articles in C#.Net , ASP.Net , VB.Net , Grid View , Javascript , jQuery , SQL Server and many other topics. Before proceeding to explain about how to get data from web api should know how to create the web api project . Read this article a...

How to create your first WEB API Project in ASP.Net MVC

In this tutorial i am going to explain about how to create Web API Project in asp.net