Introduction

This article explains how to call a web API from another project using C## instead of making an Ajax call. I’m creating a web API in MVC in project1 and want to call this API in another project (like.MVC,Asp.net,.core etc) project but don’t want to make any Ajax requests.

#csharp

How To Call Web API In Another Project From C#
13.00 GEEK