Performance of asp.net WebAPI vs. asp.net MVC controller emmiting JSON? -


does know if there performance benefits using webapi rather using mvc controller returns json?

i think benefits more related flexibility performance. can implement rest service using mvc way, web api provides cleaner model: actions implicit in http verbs, content can delivered both in json , xml, there native support return iqueryable< t > (this can seen small performance improvement), , can integrated asp.net web forms application (or console app, no asp.net @ all).


Comments

Popular posts from this blog

jasper reports - Fixed header in Excel using JasperReports -

media player - Android: mediaplayer went away with unhandled events -

python - ('The SQL contains 0 parameter markers, but 50 parameters were supplied', 'HY000') or TypeError: 'tuple' object is not callable -