Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / WebAPI2

WebAPI2

WebAPI2

Great Reads

by Bart-Jan Brouwer
Modern design example for .NET Core MVC with RESTful service
by tranthanhtu.vn
[TinyERP: SPA for Enterprise Application]Manage Staffs - Part 2
by O.Nasri
ASP.NET Core 2.0 & Angular 4: through this tutorial, you will learn how to build from scratch a web application for vehicles management
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 Bart-Jan Brouwer
Modern design example for .NET Core MVC with RESTful service
by tranthanhtu.vn
[TinyERP: SPA for Enterprise Application]Manage Staffs - Part 2
by O.Nasri
ASP.NET Core 2.0 & Angular 4: through this tutorial, you will learn how to build from scratch a web application for vehicles management
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.

All Articles

Sort by Score

WebAPI2 

by Bart-Jan Brouwer
Modern design example for .NET Core MVC with RESTful service
by tranthanhtu.vn
[TinyERP: SPA for Enterprise Application]Manage Staffs - Part 2
by O.Nasri
ASP.NET Core 2.0 & Angular 4: through this tutorial, you will learn how to build from scratch a web application for vehicles management
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.
by Livio Francescucci
Use a JWTToken to access a .NET Core Web API leveraging IdentityServer4 / OAuth2.
by kannankeril
This article is an attempt at splitting out the controller layer to reduce its complexity and improve quality and maintainability of the resulting code.
by Aram Tchekrekjian
How to create and deploy your first ASP.NET Core Web API on IIS
by Mustafa Kok
Developing a very simple Web API architecture using ASP.NET Web API2 whose operations can be extended by just adding new operation types
by Ansel Castro
Develop SOLID back-ends exposed through a REST API with ODATA support and DTO mapping using Enterlib.NET.
by Vincent Maverick Durano
This article demonstrates how to build an ASP.NET Core application using Entity Framework Core Code-First development with Web API and MVC.
by Sunny Makode
This is an introductory article about creating an Odata Rest API in collaboration with Entity Framework. We are also going to use Autofac as our IOC container. Also, Repository and Unit of Work pattern will be used for cleaner access of persistence model through our ORM (Entity Framework).
by levelnis
How to use datatables with Web API - making a simple GET request