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
Post a Comment