Diffrence between ASP.Net web api Vs .Net core web api ?
Diffrence between ASP.Net web api Vs .Net core web api ?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Priyanka SinghPosted Apr 24, 2019, 2:40 AM
ASP.NET Core is an open-source, cross-platform framework for building modern, cloud-based web apps on Windows, macOS, or Linux.
ASP.NET Core provides the following benefits:
The ASP.NET Web API is an extensible framework for building HTTP based services that can be accessed in different applications on different platforms such as web, windows, mobile etc. It works more or less the same way as ASP.NET MVC web application except that it sends data as a response instead of html view. It is like a webservice or WCF service but the exception is that it only supports HTTP protocol.
Amitesh JaiswalPosted Mar 20, 2022, 3:17 PM
ravi kumarPosted Mar 5, 2021, 9:44 AM
shiva kskPosted Dec 30, 2019, 11:41 PM
Sanjit Kumar SinghPosted Apr 24, 2019, 4:51 AM
Rajeesh MenothPosted Apr 24, 2019, 1:40 AM