COMMUNITY: How to properly ask a question on Forums
Become a member
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
TECHNOLOGIES
ANSWERS
LEARN
NEWS
BLOGS
VIDEOS
INTERVIEW PREP
BOOKS
EVENTS
LIVE
CAREER
MEMBERS
JOBS
Training
About Web Api
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Tahir Naushad (10)
Mukesh Kumar (6)
Raj Kumar (6)
Gnanavel Sekar (5)
Gowtham K (5)
John Kocer (4)
Thiruppathi R (4)
Mudita Rathore (4)
Syed Shanu (3)
Kasam Shaikh (3)
Saineshwar Bageri (3)
Manikanta Pattigulla (3)
Nishan Aryal (3)
El Mahdi Archane (3)
Ravi Kiran Chanduri (2)
Vithal Wadje (2)
Jignesh Trivedi (2)
Mithilesh Kumar (2)
Sourabh Somani (1)
Ashuuu Singhhh (1)
Mohammad Irshad (1)
Sunday Aregbesola (1)
Mangesh Gaherwar (1)
Daniel Donbavand (1)
Ankit Sharma (1)
Rajesh Das (1)
Nikunj Satasiya (1)
Vincent Maverick Durano (1)
Areeba Moin (1)
Akshay Phadke (1)
Ankit Sahu (1)
Nitesh Jha (1)
Viral Jain (1)
Logesh Palani (1)
Satyaprakash Samantaray (1)
Ahmed Abdi (1)
Rohit Mane (1)
Prasad Kambhammettu (1)
Bryian Tan (1)
Sachin Kalia (1)
Omar Maher (1)
Jitan Gupta (1)
Joao Sousa (1)
Bikesh Srivastava (1)
Sravan Kumar Reddy Dudyalu (1)
Debendra Dash (1)
Vivek Kumar (1)
Humza Tufail (1)
Related resources for Web Api
No resource found
Consuming Web API In ASP.NET MVC - Part Two
8/24/2018 3:05:40 AM.
In this article, you will learn how to consume/use a Web API in ASP.NET MVC step by step. This article is the second part of my ASP.NET MVC Web API series. In Part One, we discussed how to create a We
Angular 5 - Login and Logout with Web API using Token Based Authentication
3/27/2018 1:27:13 AM.
Angular 5 - Login and Logout with Web API using Token Based Authentication
Dynamic Menu Generation With Web API And Angular
1/25/2018 5:58:56 PM.
In this article, we are going to implement a dynamic menu with the help of ASP.NET Web API and Angular. We will create the login page that has two login type. Admin and User. Admin login will lead to
Performing CRUD Operations On Azure SQL Database Using SharePoint Framework Web Part And ASP.NET Web API - Part One
1/25/2018 4:20:02 PM.
Supposing there is an existing data in an SQL database, be it Azure or an on-premise database server, you are required to make the data available for CRUD operations in SharePoint for your users. Thi
Versioning ASP.NET Core 2.0 Web API - Part One
1/25/2018 12:07:40 PM.
In this article series, we are going to explore REST API versioning best practices. At the end of the article series you will be able to pick the best solution for your project needs.
CRUD Operation With Angular 5 HTTP Client And ASP.NET Core Web API
1/23/2018 11:32:50 PM.
HTTP is the messaging system between the client and the server-client which sends the request and server responds with the proper message. Angular HTTP client is the toolkit which enables us to send a
ASP.NET Core 2.0 - Implementing A Third Party Web API
1/22/2018 2:42:06 PM.
A common task for a developer when working with or building an application is implementing and interacting with APIs. In this post we will look at what an API is. We will then move onto creating our o
Learn ASP.NET Core WEB API With Angular 5 Using ngFor
1/22/2018 1:15:09 PM.
In this article, we will learn ASP.NET Core web API with Angular 5 data binding using with ngFor.
CRUD Operations With ASP.NET Core Using Angular 5 And ADO.NET
1/2/2018 7:06:16 PM.
Here, I am going to explain how to create an MVC web application in ASP.NET Core 2.0 with Angular 5.
Consuming ASP.NET Core 2.0 Web API Using HttpClient
12/27/2017 2:03:37 PM.
We’ll create a library to wrap the functionality of HttpClient. I’ll use builder pattern for this purpose. Add a class with methods for storing parts of HttpClient.
ASP.NET MVC5 - Kendo UI Grid CRUD Operation Using ASP.NET Web API And EF
12/26/2017 12:28:59 PM.
In this article, I will demonstrate how to do the CRUD operations using Kendo UI Grid in ASP.Net MVC5 Web Application
Kendo UI TreeList Remote DataBinding With ASP.NET MVC 5 Using ASP.NET WEB API
12/24/2017 12:25:20 PM.
This article tells you how to construct the kendo TreeView with complex JSON object, which is the response of the REST API developed using ASP.NET Web API.
Asynchronous Messaging Using ASP.NET Core 2.0 Web API
12/21/2017 10:36:41 AM.
How to implement asynchronous messaging using ASP.NET Core Web API. Create an empty project and update the Startup class to add services and middleware for MVC.
Implementing JWT Auth In Web API
12/21/2017 10:33:35 AM.
This article will demonstrate how to implement JWT Auth with Web API.
Documenting ASP.NET Core 2.0 Web API
12/20/2017 11:47:26 AM.
Documents generated by Swagger can include XML documentation.
Formatters In ASP.NET Core 2.0 Web API
12/19/2017 10:35:37 PM.
Let us learn about formatters used in ASP.NET Core 2.0 Web API.
MVC Angular CRUD Operation Using WEB API 2 With Stored Procedure
12/18/2017 11:14:11 PM.
In this article, I am going to explain how to do CRUD Operation in Asp.Net MVC AngularJS Using WEB API 2 With Stored Procedure.
Handling Concurrency In ASP.NET Core 2.0 Web API
12/15/2017 5:54:00 PM.
We add a magic value to the response based on data we hold at the time. Usually ETag header is added for this purpose containing hashed value based on data/body of response.
Session Management In ASP.NET Web API
12/15/2017 6:10:43 AM.
This article explains Session Management in the ASP.NET Web API and shows how to use it.
ASP.NET Core 2.0 Web API AND HATEOAS
12/14/2017 12:34:34 PM.
The idea behind HATEOAS (Hypermedia As The Engine Of Application State) is to transfer links in the resource representations. The sample demonstrates how links can be provided for a collection and ind
Versioning ASP.NET Core 2.0 Web API
12/13/2017 8:17:38 PM.
As your Web API changes, you would need to add versioning support in order for clients to continue working correctly. Adding versioning support in ASP.NET Core involves first configuring services in S
Sorting In ASP.NET Core 2.0 Web API
12/12/2017 11:13:04 PM.
Sorting information is usually received via query parameters. The POCO SortingParams simply hold this information and passes to service (or repository).
Paging In ASP.NET Core 2.0 Web API
12/11/2017 4:17:18 PM.
Paging information; i.e., page number and page size, is usually received via query parameters. The POCO PagingParams simply holds this information and passes it to service (or repository).
Filtering In ASP.NET Core 2.0 Web API
12/10/2017 11:31:52 PM.
Filtering information is usually received via query parameters. The POCO FilteringParamssimply hold this information and passes to service (or repository).
Angular 5, ASP.NET Core CRUD For Inventory Management Using EF And WEB API
12/6/2017 1:37:21 AM.
In my previous article, I have explained how to get started with Angular5 and ASP.NET Core. Now in this article let's see in depth on how to work with WEB API, EF for performing a CRUD operation f
Building An ASP.NET Core Application With Web API And Code First Development
12/5/2017 10:54:39 PM.
In the previous article, we’ve learned the high-level overview of what Entity Framework is all about and learned how to build a web application quickly using Entity Framework’s Database-First developm
Highcharts - Loading Image With Angular Custom Directive And Web API
11/29/2017 5:35:25 PM.
This article will demonstrate about how to show loading message or any spinner image when your chart is being loaded or drilldown chart is being loaded using Highcharts Library in Angular JS with Web
Angular 5 App With ASP.NET Core 2.0 Web API
11/26/2017 4:15:47 AM.
Today, we will see one of the simplest ways to create an Angular 5 app & how to integrate it with ASP.NET Core 2.0 Web API. So, let’s start by having a look at what are the steps involved in creat
Highcharts Drilldown Functionality With Angular Custom Directive And Web API
11/25/2017 1:49:10 PM.
This is the second part of this series, “Highcharts with Angular JS custom directive and Web API”. In the first part, we discussed the preparation of the charts using the Highcharts library and Web AP
Deploying ASP.NET Web API To Azure Cloud Service Using Visual Studio 2017
11/21/2017 12:28:00 AM.
In this video, will be learning how to create Microsoft Azure Cloud service and deploy an ASP.NET Web API on Microsoft Public Cloud i.e. Microsoft Azure, using Microsoft Visual Studio 2017.
How to Return Files From Web API
11/18/2017 3:33:34 PM.
This article explains how to transfer/ return files(PDF/Doc/Excel/zip) files from Web API service
Auto Complete with ngTagInput using Web API in AngularJS
11/16/2017 10:54:11 AM.
AutoComplete,ngTagInput,Web API,AngularJS,AutoComplete in AngularJS using Web API
Server Side Custom Paging In Angular-UI Grid Using Web API
11/14/2017 6:00:33 PM.
In this article, you will learn how to implement server side custom paging using Angular UI-Grid with Web API and SQL Server database and stored procedure. In this article, I will demonstrate server s
Types Of Web API Action Results
11/13/2017 12:02:53 PM.
This article explains about Web API action results and explanation of REST result.
Inserting ASP.NET Form Data Into Database Using Web API
11/8/2017 5:31:25 AM.
In this article we will learn how to insert records into a database using the ASP.Net Web API with web forms.
ASP.NET Web API And SQL Server
11/7/2017 5:39:00 AM.
In this article, you will learn about ASP.NET Web API and SQL Server.
What Is The Easiest And Quickest Way To Test An Application's Web APIs
11/5/2017 1:05:24 AM.
The easiest way to test an application's API is the use of Windows PowerShell or Visual Studio Package Manager Console. I will show you step-by-step how to use PowerShell or PM(Package Manager Con
.NET Entity Framework Core Generic Async Operations With Unit Of Work Generic Repository
11/4/2017 12:10:23 AM.
The advantage of generic repository is that you can inherit from it, pass an entity type, and you will get CRUD operations. It will save you a lot of coding time when your domain objects are likely t
Getting Started With ASP.NET Core And jQuery CRUD Using WEB API
11/4/2017 12:10:17 AM.
A lab exercise for you to demonstrate what have you learned from this training material to create your own Todo CRUD operation using TodoRepository included in this training material.
Kendo UI Grid With ASP.NET MVC 5, Entity Framework, And Web API - Part One
11/4/2017 12:02:51 AM.
This article will demonstrate how to work on Kendo UI Grid with ASP.Net MVC5, Entity Framework, and Web-API.
Implement ASP.NET WEB API CRUD Logic Using Entity Framework Without Writing Code And Test It With Postman
11/3/2017 12:27:53 PM.
This article will demonstrate how to implement ASP.NET WEB API CRUD logic using Entity framework without writing code and how to test it with Postman
Web API In ASP.NET
10/31/2017 5:57:57 PM.
This article explains about Web API and how to create a Web API application by using ASP.NET.
CRUD Operation with Model dialog using UI-Grid in AngularJS and Web API
10/27/2017 3:25:11 PM.
In this article, you will learn CRUD operations with model dialog using UI-Grid and Web API.
Highcharts With Angular Custom Directive And Web API
10/25/2017 3:30:51 PM.
We already know that DotNet Highcharts library is a client side library for charting and we can create very clean and flexible charts with minimum configuration. Using Highcharts, we can probably crea
Endless Scrolling In Kendo Grid
10/16/2017 10:01:16 AM.
From this article, you will learn how to implement endless scrolling in Kendo grid
Web API Token Based Authentication With Angular - Part Two
9/26/2017 10:18:33 AM.
This article will demonstrate about how to implement Token Based Authentication in Angular JS application. In my previous article, I have explained how to implement Token Based Authentication in Web A
Enabling Swagger in ASP.NET Core 2.0 RESTful Web APIs using Swashbuckle
9/19/2017 1:41:48 AM.
This video shows how to enable Swagger UI in ASP.NET Core 2.0 RESTful Web APIs using Swashbuckle.
Implementing And Customizing Swagger UI In ASP.NET Web APIs Using Swashbuckle
9/18/2017 1:05:59 AM.
In this video will learn to implement and customizing Swagger UI in ASP.NET Web APIs using Swashbuckle.
Getting Started With ASP.NET Core And Angular 4 Using WEB API
9/7/2017 3:59:38 PM.
In this article, let’s see how to get started with ASP.NET Core and using Web API. Select depending on your need and install the Visual Studio 2017 on your computer. If you have already installed Visu
How To Consume Web API Through SSIS Package
9/7/2017 1:22:01 AM.
In this article, I have illustrated the purpose of SSIS with Web API. It shows how SSIS can use Web API to do certain operations, like updating the database table based on Service response, and proces
Web API Token Based Authentication With Angular - Part One
9/6/2017 4:07:18 PM.
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 or sof
Azure API App With ASP.NET WEB API
8/27/2017 10:44:49 AM.
In this article, we will see how to create Azure Web Api with your Visual Studio tool. Create a sample Web API Application in VS 2015 and publish Web api in Azure.
Google APIs - Google Web Authentication
8/19/2017 2:21:55 AM.
Google provides a variety of API services such as Google Cloud APIs, G Suite APIs, Google Map APIs, Mobile APIs, Social APIs. Now, we will discuss how to add Google Authentication to your web site.
Custom Formatters In ASP.NET Core MVC / Web API
8/17/2017 6:54:32 PM.
In this article, we will learn how to create custom formatters in ASP.NET Core MVC.
How To Perform Searching With Paging In ASP.NET Web API
8/15/2017 3:00:44 AM.
In this article, we are going to learn how to do a search with Web API.
CRUD Operation Using Code First Approach, Web API, Repository Pattern, Unit Of Work, And jqGrid In MVC
8/12/2017 11:36:25 PM.
Today, in this article, I will explain how to perform CRUD operations in MVC using Code First Approach.
How To Do Paging With ASP.NET Web API
8/10/2017 12:00:49 AM.
In this article, we are going to learn how to do paging with Web API. In this modern era where there are tons of data to share and consume here we cannot send all data at one go or consumer we need to
Introduction To jQuery And Web API 2 Controller’s Method Relationship Using jQuery AJAX In ASP.NET MVC Razor
8/7/2017 5:09:44 AM.
ASP.NET Web API is a smart framework to build HTTP services which can be consumed by Multi platform clients including desktops or smart phone devices, irrespective of browsers or Operating Systems bei
Creating Web API With ASP.NET Core Using Visual Studio Code
7/28/2017 12:07:21 AM.
Web API is is framework that allows us to build web or http based endpoints. If you are building services today for mobile, HTML 5, and even client-server desktop applications, all these different typ
Learn MVC : Using Angular And Web API And Deploy To IIS
7/26/2017 3:51:20 PM.
Open any MVC using Angular application in Visual Studio 2017. Here I am going deploy my previous application from “Learn MVC Using Angular Dynamic Control in DataTable”.
CRUD Using MVC Web API And AngularJS
7/26/2017 4:05:40 AM.
In this article, I am going to demonstrate how can we create basic CRUD (create, read, update and delete) using MVC Web API, SQL Server and AngularJS.
Learn Web API : Using SQL Helper Class
7/25/2017 6:02:06 PM.
This article demonstrates how to use Web API Using SQL Helper Class with easy to use data base access in Visual Studio 2017.
Installing And Understanding The ASP.NET Core WEB API Project Structure
7/19/2017 1:55:51 PM.
ASP.NET core is a brand new web framework, that is open source, cross-platform, cloud optimized and built on top of .NET. The important thing is ASP.NET Core will give you a consistent and unified exp
Consume Web API In Winform For File Handling
7/12/2017 12:04:03 AM.
In this article, we will see in detail how to consume Web API in Windows Form for Uploading File to Web server, get the list of file Information from Server folder and download the file from Server us
Binding Dropdown List In Angular With ASP.NET Core Web API
7/5/2017 3:20:24 AM.
After selecting a project a new dialog will pop up with name “New Project” now from the left panel just select Templates inside Templates select Visual C# à The Web after that choosing it will sh
Getting Started With WEB API Step By Step With A Sample Application
7/4/2017 8:09:14 AM.
In this article 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 service with Visual Studio 2015.
ASP.NET MVC Tooltip Using Web API, Bootstrap Popover And jQuery UI Dialog
7/3/2017 11:53:04 AM.
I am sharing an article on how to create a help tooltip for a HTML element using Web API, Bootstrap Popover and jQuery UI dialog.
Web API Design Principles Or Web API Design Guidelines
7/3/2017 5:45:49 AM.
In this article you will learn about Web API Design Principles or Web API Design Guidelines.
CRUD ASP.NET Web API With Entity Framework In ASP.NET MVC
7/3/2017 4:37:41 AM.
In this article you will learn about CRUD ASP.NET Web API with Entity Framework in ASP.NET MVC.
Demystify Web API Versioning
6/26/2017 5:12:16 AM.
This tutorial is about WebApi Versioning using Routing. Once you have published a successful API, the client/consumers will start depending on it, but change is required as business grows.
Web API Validation
6/23/2017 5:56:37 AM.
This article acquaints you with Web API Validation, Web API Model validation, web api custom validation Model validation, Api validation best practices Custom Validation, ivalidatableobject web api, J
Use Superscribe.Owin Package in Web API
6/22/2017 7:07:49 AM.
In this article I will use the Superscribe.Owin package in the ASP.NET Web API. We use the package for determine what the web framework contributes. Superscribe is a module for the router handler. It
OData Security Guidance in ASP.Net Web API
6/22/2017 4:41:42 AM.
This article explains OData Security Guidance. It gives some security options that we can use when we expose a dataset using ODATA.
Get selected row column values in AngularJS-UI-Grid in MVC
6/12/2017 10:57:46 PM.
In this article, you will learn how to get the selected row column values from angularjs-ui-grid using Web API and MVC.
Web API Helper Page
6/1/2017 12:31:30 AM.
This article will explain basic understand of Web Api Help page, Web API helper page.
Custom Scroll In AngularJS-UI-Grid With Web API
5/30/2017 3:51:42 PM.
In this article, you will learn how to create custom scroll bar in AngularJS-UI-Grid using Web API.
Token Based Authentication Using ASP.Net Web API, OWIN and Identity With Entity Framework
5/22/2017 12:11:30 PM.
This article explains how to use Token Based Authentication using ASP.NET Web API, OWIN and Identity with Entity Framework.
How to Host ASP.Net Web API on IIS Server
5/22/2017 11:18:32 AM.
In this article I show how to host our ASP .NET Web API on an Internet Information Services (IIS) server.
Creating ASP.NET Web API REST Service
5/22/2017 11:16:34 AM.
In this article we will learn how to create ASP.NET Web API Service.
ASP.NET Core Web API - Configure Formats
5/19/2017 1:35:29 PM.
ASP.NET Core Web API Configure Formats.
Creating Web API Using Code-First Approach In Entity Framework
5/16/2017 11:55:24 PM.
This article enables you to create a Web API, using Code-First Approach In Entity Framework.
ASP.NET MVC - AngularJS, Web API And Entity Framework To Build SPA
5/9/2017 12:16:44 AM.
In this article, you will learn ASP.NET MVC - AngularJS, Web API and an Entity Framework to build SPA.
UI-Grid With AngularJS And WebAPI
5/6/2017 11:57:33 AM.
In this article, you will learn how to use UI-Grid in AngularJS, how to bind and display the data in the grid with paging and sorting functionality. We will get the data , using Web API.
Learn Web API Using WPF, WebForms And Xamarin
5/6/2017 11:56:10 AM.
In this article, you will be acquainted with learning Web API , using WPF, WebForms and Xamarin.
REST Features In WEB API With The Verbs GET, POST, PUT, DELETE, PATCH
4/24/2017 11:57:58 AM.
In this article, I am going to explain about REST features with the verbs GET, POST, PUT, DELETE in WEB API.
Angular 2 Bind DropDown List Using Web API
4/21/2017 10:59:51 AM.
In this article, you will learn about Angular 2 bind dropdown list, using Web API.
Creating Your Own Validation Attribute In MVC And Web API 2.0
4/11/2017 1:30:38 AM.
In this article, we will learn how to create your own validation attribute in MVC and WebAPI 2.0.
Export Data to Excel from Web API in ASP.NET Core using Kendo Grid
4/3/2017 1:07:00 AM.
In this article, you will learn how to export data received from Web API in ASP.NET Core using Kendo Ui Grid.
AngularJS DataTable With Web API
3/30/2017 11:52:05 AM.
In this article, you will get to know about AngularJS DataTable with Web API.
Multi Column Header In Kendo Grid Using ASP.NET WEB API And Entity Framework
3/29/2017 2:22:45 PM.
From this article, you will learn how to implement the multi column header in Kendo Grid, using ASP.NET WEB API and Entity Framework.
Sorting And Grouping In Kendo Grid Using ASP.NET Core Web API
3/29/2017 1:39:44 PM.
In this article, we will learn how to enable sorting, grouping, pagination, reordering, show and hide columns, and many others for data, using Kendo Grid and simple Restful API, which has been created
Display Data In Grid Using Web API 2 And ReactJS
3/27/2017 10:50:58 AM.
Display Data in Grid Using Web API 2 and ReactJS.
Add Item In Kendo MultiSelect Using ASP.NET WEB API And Entity Framework
3/27/2017 10:04:17 AM.
From this article, you will learn how to add new items in Kendo MultiSelect, using ASP.NET WEB API and Entity Framework.
Import Data From Excel To DB Using AngularJS And Web API 2
3/26/2017 1:12:11 PM.
In this article, you will get to know about how to import data from Excel to DB, using AngularJS and Web API 2.
Call Web API Using JQuery AJAX In ASP.NET Core Web Applications
3/25/2017 11:37:13 AM.
In this article, you will learn how to create a simple Web API and pass the data, and call the Web API using jQuery AJAX and parse into HTML in ASP.NET Web Application (.NET Core),
Server Side Pagination Using AngularJS, Web API And SQL Server
3/25/2017 12:10:19 AM.
In this article, we are going to learn how to do Server side pagination with the help of AngularJS, Web API and SQL Server.
Multi-Check Filtering In Kendo Grid Using ASP.NET Web API
3/24/2017 10:32:20 AM.
From this article, you will learn how to implement the multi-check filtering in Kendo Grid using ASP.NET WEB API.
Implement AutoComplete Control Using Kendo UI With Entity Framework And Web-API
3/24/2017 10:30:43 AM.
This article explains how to implement the autocomplete control in Kendo Grid, using Entity Framework ASP.NET Web API.
The Select All Check Box Header Template In Kendo Grid Using ASP.NET WEB API And Entity Framework
3/22/2017 3:05:16 PM.
In this article, you will learn how to implement the select all check box header template in Kendo Grid, using ASP.NET and Entity framework .
How To Host ASP.NET MVC 5 And Web API On IIS For Development Purposes
3/21/2017 4:03:10 PM.
This article familiarizes you with how to host ASP.NET MVC 5 and Web APIs on IIS for development purposes.