Browse by Tags

All Tags » ajax » asp.net » MVC (RSS)
Sorry, but there are no more tags available to filter with.

Create REST API using ASP.NET MVC that speaks both Json and plain Xml

ASP.NET MVC Controllers can directly return objects and collections, without rendering a view, which makes it quite appealing for creating REST like API. The nice extensionless Url provided by MVC makes it handy to build REST services, which means you...
Posted by omar | 7 comment(s)
Filed under: , ,