Click here to Skip to main content
15,886,067 members
Everything / WebAPI

WebAPI

WebAPI

Great Reads

by kusnaditjung
Web specification and framework
by Fred Song (Melbourne)
Build a simple finance application with Angular 13 and .NET 6
by John Atten
When working with ASP.NET Web Api from a .NET client, one of the more confounding things can be handling the case where errors are returned from the Api. Specifically, unwrapping the various types of errors which may be returned from a specific API action method, and translating the error content in
by Vincent Maverick Durano
This article will talk about how to implement a custom wrapper for your ASP.NET Core and Web API applications for managing exceptions, providing meaningful and consistent responses to consumers.

Latest Articles

by Zijian
Use the codes generated by OpenApiClientGen in real world applications
by Zijian
Construct Angular Reactive Forms of client data models through generated Angular TypeScript codes
by Zijian
Construct Angular Reactive Forms of client data models through generated codes
by Zijian
A series of articles comparing programmer experiences of Angular, Aurelia, React, Vue, Xamarin and MAUI

All Articles

Sort by Score

WebAPI 

26 Jul 2022 by DiponRoy
Conversion of complex object to a list of objects
17 Jun 2014 by Terrence Sheflin
I’ve had to build several enterprise size applications over the years, and one of the biggest mistakes I ever made was to re-use the business objects as my data contracts.
11 Nov 2015 by Odd Marthon
A versatile visualization web browser application using standard web technologies.
1 Jun 2015 by Mathi Mani
Authenticate WebAPIs with Basic and Windows authentication
17 Dec 2014 by Mathi Mani
Self Host Web API 2 in ASP.NET web forms application using OWIN
28 Jun 2016 by Rajendra Kumar Sahu
Fix To Response to preflight request doesn't pass access control check: The 'Access-Control-Allow-Origin' header contains multiple values
3 Jan 2017 by Fitim Skenderi
Connecting securely to MongoDB by using SSL from GO
13 Jul 2020 by DiponRoy
Deploy Web API and Angular from the same project to the same IIS port
21 Aug 2013 by karlodegrano
A generic HttpContent Reader that can be used to replace FromBody parameter on Http Action
19 Feb 2016 by mbruchet
It is often requested by the customer to import a data file in XML format. It is therefore easier to work in object mode, however, the XML transformation into a pure object might take time to be developed. ExpandoObject provides an answer to this problem ...
29 Sep 2017 by adityasahver
In this tip, we will learn how to enable the Certificates in the Azure Web Sites
22 Oct 2012 by FlyersWeb
This article present how to make async HTTP Request in a command line application
10 Sep 2015 by BatraManish
Host MVC or Web API on IIS 5.x or IIS 6.x
5 Jun 2017 by Alexander Kozlovskiy
Used for binding custom types (including files) when sending and receiving multipart encoded form data
9 Apr 2015 by Parvathaneni Mamatha
How to use Razor Views as Email Templates and Localize them using sample WebAPI
29 Apr 2015 by Ly Nguyen - LN
How to use Kendo UI Grid with Web API
26 Dec 2017 by Zijian
Upgrade to Angular 5 and HttpClient while Http is deprecated in NG5
27 Aug 2014 by Mahesh Nandanan
Comparison between Restful Service and Web API with a simple example
12 Sep 2016 by Kunwar Bahadur Singh
Rest API/Web API Automated test Using Frisby
28 Mar 2016 by Khairul Islam Sujon
In this tip, we will see how to use multiple models as ASP.NET web API controller's method parameter.
24 Oct 2016 by Gaurav Raosaheb Raut
Custom CSV formatter in ASP.NET Web API
19 Jan 2016 by gptankit
This tip details a simple and elegant approach to efficiently manage CORS in an ASP.NET Web API project.
5 Oct 2014 by JoaoSousa23
This article walks you through configuration Redis and made basic operations using .net C# client.Redis is one of the fastest and feature-rich key-value stores to come from the NoSQL movement. It is similar to memcached but the dataset is not volatile, and values can either be strings lists, sets, s
9 Aug 2015 by saurabh sri
Basic steps to create ASP.NET WebApi services.
1 Apr 2016 by B. Clay Shannon
Save Excel (or other types of) files to SQL Server, then read them out again and make them downloadable via a link on an ASP.NET Web API page