crackyourinterview.com


To improves our performance please Like Share Subscribe(Will boost us)

Write the five most common differences between MVC and WEBAPI?
Question Posted on 04 Aug 2021Home >> API >> Web API >> Write the five most common differences between MVC and WEBAPI?

Write the five most common differences between MVC and WEBAPI?
Below are the five most common differences between MVC and WEB API.


MVC and WEB API
0
0

WEB APIMVC
WEB API is basically used to build HTTP services which reply only data.We used MVC to build web application which reply as both data and views.
WEB API will returns data in different formats just like JSON, XML etc.MVC will returns data basically in JSON format by using JSONResult.
WEB API will not support content negotiation and self-hosting.MVC will supports content negotiation and self-hosting.
WEB API will very helpful in creating REST-full services.In MVC we cannot able to build REST-full services.
WEB API will returns REST reponses.MVC will return a view which is as HTML.


.


Most Visited Questions:-

Deep Learning Questions Answers
Below are the different Deep Leaning Questions and answer a More...

Continuous Integration Questions Answers
Below are the 20 odd questions for CI or Continuous Integra More...

Derived relationships in Association Rule Mining are represented in the form of __________.
Derived relationships in Association Rule Mining are repres More...

What is Gulpjs and some multiple choice questions on Gulp
Gulpjs is an open source whihc helps in building Javascript More...

Microservices Architecture Questions Answers
Below are the different questions on Microservices Architec More...




Other Important Questions

What do you mean by content negotiation in .NET Web API?

Is it possible to return view from .NET Web API method?

Difference between RESTAPI and RESTful API?

Write the five most common differences between MVC and WEBAPI?

What do you mean by TestAPI?






@2014-2022 Crackyourinterview (All rights reserved)
Privacy Policy - Disclaimer - Sitemap