iammuruga

Stories kicked by iammuruga

Create REST API using ASP.NET MVC that speaks both Json and Xml(msmvps.com)

submitted by oazabiroazabir(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...

add a comment |category: |Views: 282

tags: another

Interoperability Between WCF and WSE 3.0(devlicio.us)

submitted by jimmy.sjimmy.s(330) 4 years, 10 months ago

Windows Communication Foundation(WCF) services are wire-level compatible with Web Services Enhancements 3.0 (WSE) client. This theory is correct however it's not such easy as one can expect. This article presents issues on interoperability between WCF and WSE 3.0. read more...

2 comments |category: |Views: 73

tags: another