modify thrift compiler and csharp library for support asp.mvc, so ASP.NET MVC can communicate with thrift client.
here is the code: https://github.com/xqgzh/ThriftMVC, which is a fork of Apache/thrift project, with my modification.
here is a simple tutorial (chinese) for the code: https://github.com/xqgzh/Thrift.MVC/wiki
具体代码在https://github.com/xqgzh/ThriftMVC, 是基于Apache/thrift的项目做的补丁, 这份修改目前已在生产环境中部署,在未来稳定之后会申请合并到apache/thrift项目中
有个简单的使用教程: 使ASP.NET MVC支持 thrift协议