malaikuangren

What is the purpose or drive to build thing like (xxx),How can it achieve the original goal of design?

2012年11月14日

RESTful WCF Services with No svc file and No config and How to use Service Route

摘要: RESTful WCF Services with No svc file and No configWhile Microsoft continues to add features to WCF with each version, they are also adding features thatsimplifyworking with WCF services as well. Historically WCF has been somewhat intimidating to the uninitiated because of the non-trivial configurat 阅读全文

posted @ 2012-11-14 14:30 malaikuangren 阅读(403) 评论(0) 推荐(0) 编辑
How to combine WCF Route and MVC Route to work together.

摘要: WCF REST Services Inside MVC ProjectsRecently I blogged aboutWCF REST services with no svc file and no config. In this post I also discussed the pros/cons of WCF services as compared to using MVC controller actions for web services and I made the case that, in many instances, WCF REST services is be 阅读全文

posted @ 2012-11-14 10:44 malaikuangren 阅读(691) 评论(0) 推荐(0) 编辑