Create REST API using ASP.NET MVC that speaks both Json and Xml(msmvps.com)
submitted by
oazabir(1805) 3 years, 7 months ago
MvcWebAPI is a collection of library that helps creating RESTful Web API for your website. You can directly return objects or collections from controllers. The library takes care of property serializing them into Json or plain Xml. The library also allows Action methods to consume objects or collections directly as it takes care of underlying deserialization from Json or Xml. read more...
|category: ASP.NET
|Views: 282
tags:
ASP.NET another
Everyones tags:
Your Tags: