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 2
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Nimit Joshi (12)
Rajeev Ranjan (8)
El Mahdi Archane (7)
Jignesh Trivedi (4)
Sourav Kayal (4)
Debendra Dash (3)
Gopal C. Bala (2)
Vincent Maverick Durano (2)
Shashangka Shekhar (2)
Syed Shanu (2)
Gowtham K (2)
Srinivas Vadepally (2)
Nikunj Satasiya (1)
Satyaprakash Samantaray (1)
Manikanta Pattigulla (1)
Bikesh Srivastava (1)
Akhil Mittal (1)
Mohammed Ibrahim (1)
Bipin Patil (1)
Mithun Pattankar (1)
Hussein Salman (1)
Rahul Saxena (1)
Aravind Bs (1)
Imran Ghani (1)
Related resources for Web API 2
No resource found
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.
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
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.
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.
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.
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.
Master Details Using Web API 2 And KnockOut.JS
3/13/2017 5:38:40 PM.
In this article, you will learn about master details, using Web API 2 and KnockOut.JS.
CRUD Operations Using Web API 2 And Knockout.js
3/7/2017 1:27:46 PM.
In this article, you will learn about CRUD operations, using Web API 2 and Knockout.js.
Complete Application Flow With Web API 2.0, CORS, Unit Of Work Repository Pattern, Unity And Angular JS Routing
12/12/2016 4:14:02 AM.
In this article you will learn how to complete Application Flow with Web API 2.0, CORS, Unit of Work Repository Pattern, Unity and AngularJS Routing.
AngularJS CRUD Operations With Web API 2 Using Nhibernate - Part Two
10/5/2016 10:48:07 AM.
In this article, you will learn about CRUD operations with Web API2, using NHibernate.
OData Using ASP.NET Web API 2
9/29/2016 5:40:10 PM.
In this article, you will learn about OData using ASP.NET Web API 2.
Global Exception Filter, Exception Handling And Logging Using Log4Net In Web API 2
9/23/2016 1:04:29 PM.
In this article, I am going to explain how to handle exceptions in MVC Web API applications, using log4net.
AngularJS CRUD Operations With Web API 2 Using Nhibernate - Part One
9/21/2016 3:46:21 PM.
In this article, you will learn about AngularJS CRUD Operations with Web API 2, using Nhibernate.
Real-Time Poll Vote Results Using SignalR 2, Web API 2, jQuery And HighCharts
8/18/2016 1:00:30 AM.
In this article, you will learn about Real-Time poll vote results , using SignalR 2, Web API 2, jQuery and HighCharts.
Building A Real-Time Online Poll System With SignalR 2, jQuery, EF Core, Core MVC And Web API 2
8/2/2016 11:24:48 PM.
In this article you will learn about building a Real-Time Online Poll System with SignalR 2, jQuery, EF Core, Core MVC and Web API 2 in ASP.NET Core.
Creating And Calling A Web API From A .NET Client In ASP.NET Web API 2
7/11/2016 5:25:38 PM.
In this article, you will learn how to create WEBAPI, and consume them to perform CRUD opperations in MVC Project.
Formatters And Content Negotiation In ASP.NET Web API 2
7/8/2016 12:14:28 AM.
In this article, you will learn about formatters and content negotiation in ASP.NET Web API 2.
Authorization Filters In ASP.NET Web API 2 And AngularJS
7/3/2016 5:11:45 PM.
In this article, we are going to explore a security issue which will help us to prevent unauthorized access of a Web API using custom authorization filter.
Entity Relations In OData V4 Using Web API 2.2
5/31/2016 10:45:26 AM.
In this article you will learn about Entity Relations in OData V4 using Web API 2.2.
$expand, $select, And $value In ASP.NET Web API 2 OData
5/9/2016 3:54:19 AM.
In this article you will learn about $expand, $select, and $value in ASP.NET Web API 2 OData.
An OData V4 Endpoint With ASP.NET Web API 2.2
4/23/2016 7:34:46 AM.
In this article you will learn about an OData v4 Endpoint with ASP.NET Web API 2.2.
Uploading Image To Server Using Web API 2.0
4/6/2016 12:21:02 PM.
Here I am going to explain how to upload images on the server using Web API.
Simple WEB API 2 Using ASP.NET C#
3/16/2016 1:59:12 PM.
In this article I would like to show you how to create a simple WEB API 2 using ASP.NET C#.
Email Notification Using Web API 2 in ASP.NET MVC 5
3/4/2016 9:52:30 AM.
In this article we will learn how to notify email using Web API 2 in the ASP.NET MVC 5 application.
ASP.NET Web API 2 Documentation And Testing Using Swashbuckle/ Swagger
2/2/2016 9:53:14 AM.
In this article we will learn to do better ASP.NET Web API 2 documentation and testing in a very interactive way using Swashbuckle/ Swagger.
ASP.NET MVC vs Web API 2
1/8/2016 11:35:41 AM.
In this article you will learn about the difference between ASP.NET MVC and Web API 2.
CRUD Operations Using Web API 2 And Stored Procedure With A Sample Desktop Application
1/8/2016 12:07:05 AM.
In this article we will learn about the basic CRUD operation using Web API 2 and Stored Procedure with a sample desktop application.
MVC AngularJS Master/Detail CRUD, Filter And Sorting Using WEB API 2 With Stored Procedure
11/22/2015 11:14:34 PM.
In this article you will learn about MVC AngularJS Master/Detail CRUD, Filter and Sorting using WEB API 2 with Stored Procedure.
Implementation Of Cross Origin Request In ASP.NET Web API 2 Using AngularJS
11/10/2015 12:28:44 AM.
In this article, I will discuss and implement the Cross-Origin Requests in ASP.NET Web API 2 along with Angular JS.
Remote Binding KendoGrid Using WEB API 2 ODATA v3 And Entity Framework
10/31/2015 3:37:52 PM.
From this article you will learn how to remote bind the kendo grid using WEB API 2 ODATA v3 and Entity Framework.
Working With Attribute Routing In Web API 2
10/6/2015 3:23:53 PM.
In this article you will learn why we need Attribute Routing and how to work with Attribute Routing in ASP.NET Web API 2.
AngularJS: Enable OWIN Refresh Tokens Using ASP.NET Web API 2
10/5/2015 2:56:06 PM.
In this post, I will explain how can we alive the token long time using refresh token flow.
Action Results in Web API
8/31/2015 7:54:07 PM.
This article explains Action Results in ASP.NET Web API 2.
CRUD - MVC 5 and Web API 2 With AngularJS
8/3/2015 4:11:02 PM.
This article shows how to do Create, Read, Update and Delete (CRUD) operations in MVC 5, WEB API 2 and AngularJS with a Stored Procedure.
MVC, AngularJS CRUD Using WEB API 2 With Stored Procedure
7/20/2015 12:58:26 AM.
In this article you will learn about MVC, Angular JS CRUD using WEB API 2 with Stored Procedure.
Simple Registration Form With Kendo UI Panel Bar Using WEB API 2 and Entity Framework 5
6/14/2015 2:41:57 PM.
This article explains how to create a simple registration form with Kendo Panel Bar using WEB API 2 and Entity Framework 5.
Token Based Authentication Using Web API 2: Part 2
2/24/2015 10:23:28 PM.
This article shows how to authorize and authenticate a Token in a resource.
Token Based Authentication in Web API 2
1/7/2015 9:56:22 PM.
This article explains the OWIN OAuth 2.0 Authorization and how to implement an OAuth 2.0 Authorization server using the OWIN OAuth middleware.
Cascading DropDownList in MVC 5 Using Web API 2
1/2/2015 9:09:13 PM.
This article describes how to update a second dropdownlist based upon a change of the first one.
Working With Repository Pattern in WebAPI 2
12/24/2014 9:27:51 PM.
This article explains how to work with a repository in the Web API and also covers routing and debugging.
Integrating ASP.Net Web API With MVC Basic Infrastructure
12/1/2014 9:54:10 PM.
This article describes how to call the Web API 2 Controller method from the MVC 5 Controller and view the returned data in the View Page.
Getting Started With ASP.Net Web API 2 : Day 12
11/7/2014 6:23:14 PM.
In this article and future articles we will be learning the Web API routing mechanism.
Getting Started With ASP.Net Web API 2: Day 4
11/6/2014 4:51:19 AM.
In this article we will learn how to create an ASP.NET Web API 2 endpoint capable of handling HTML forms.
Getting Started With ASP.Net Web API 2: Day 3
11/6/2014 4:46:23 AM.
This article explains Web API 2 and how to consume the Web API in Web Forms.
Getting Started With ASP.Net Web API 2 : Day 1
9/27/2014 2:19:27 AM.
In this article we are going to learn the advantages and some useful features of Web API 2.
Simple Way to Create RSS Feed With Web API
9/11/2014 10:14:17 PM.
This article describes how to implement a RSS feed with the Web API.
ASP.Net Web API Using Entity Framework 6: Day 1
8/8/2014 3:24:55 PM.
This article explains how to create an ASP.NET Web API application. We'll learn to add an ADO.NET Entity Data Model and Controller using the Entity Framework in the application.
Implement ASP.Net Web API 2 in ASP.Net MVC 5
7/21/2014 6:41:16 PM.
This article describes how to create a Web API and access that Web API in ASP.NET MVC 5.
Introducing ASP.Net Web API 2- Adding Controller: Day 2
7/21/2014 6:30:29 PM.
This article describes how to create an empty ASP.NET Web API 2 Controller and by using jQuery we can call the Web API in the web form.
Introducing ASP.Net Web API 2: Day 1
7/21/2014 6:17:03 PM.
This article provides a basic introduction to the latest ASP.NET Web API 2 Project Template in Visual Studio 2013.
Display Records in HTML Page Using ASP.Net Web API 2
6/18/2014 11:37:17 AM.
This article explains the benefits of the Web API and how to make a web API and consume it in a HTML page.
New Release Candidate Update For ASP.Net MVC 5, Web API 2 and Web Pages 3
6/6/2014 2:57:39 PM.
This article describes the latest release candidate update that is available for the ASP.NET MVC 5, ASP.NET Web API and ASP.NET Web Pages.
Consume Odata Endpoint From JavaScript Client
5/29/2014 3:44:53 PM.
In this article we will learn how to consume Odata from a JavaScript client.
Asynchronous Controller of Web API 2 With Entity Framework 6: Put and Delete Method
5/24/2014 11:03:19 AM.
As per promise, in this article we will see to update DB using Entity Framework with the help of Put method.
Asynchronous Controller of Web API 2 With Entity Framework 6: Post Method
5/23/2014 6:00:13 AM.
This article explains how to do a Post operation to send data from a .NET client to the Web API.
Attribute Routing in Web API 2
1/9/2014 11:47:59 AM.
This article explains Attribute Routing in Web API 2 and the necessity of it.
Introduction To New Release Candidates For MVC 5.1 and Web API 2.1
1/3/2014 4:19:00 PM.
This article introduces the new release candidates for ASP.NET MVC 5.1, Wen API 2.1 and Web Pages 3.1 using Visual Studio 2012 and 2013.
Start the New Taste of Visual Studio 2012 With Web Tools 2013.1
11/25/2013 2:01:45 PM.
In this article I am describing the new ASP.NET Web Tools 2013.1 that has been revealed by Microsoft for Visual Studio 2012 and the new changes made in this update.
Scaffolding The Web API 2 OData Controller in Visual Studio 2013
11/12/2013 5:15:57 PM.
In this article I am describing how to scaffold the Web API 2 OData Controller in the Visual Studio 2013.
Top 5 New Features in ASP.Net Web API 2
10/21/2013 4:08:35 PM.
This article attempts to explain the new features of the ASP.NET Web API 2 that can be considered the top 5.
Introducing New Features of Visual Studio 2013 RC: Part 2
9/19/2013 9:51:48 PM.
In this article I am introducing the latest features of latest release named Visual Studio 2013 RC.
Introduction to ASP.Net 4.5.1
7/16/2013 6:40:50 PM.
This article introduces the new version of ASP.NET, version 4.5.1, that was released with Visual Studio 2013 Preview.