使用 .Net4 WCF 路由器服务进行动态路由
我正在寻找使用 .net 4 wcf 服务的动态路由的示例。 请帮我。
I'm looking for example for dynamic routing with .net 4 wcf service.
please help me.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
以下是一些可以帮助您入门的资源:
Hello World 路由示例
桥接和错误处理路由示例
高级筛选器路由示例
动态路由示例
高级错误处理路由示例
MSDN 上的路由主题 -- 全面覆盖服务、合同、过滤器、和场景
路由规则!博客——整个博客都是关于路由服务及其支持的不同场景的。确保阅读所有博客文章。
MSDN 杂志上的构建 WCF 路由器,第 1 部分
MSDN 杂志上的构建 WCF 路由器,第 2 部分
Here are some resources that should help you get started:
Hello World routing sample
Bridging and Error Handling routing sample
Advanced Filters routing sample
Dynamic routing sample
Advanced error handling routing sample
Routing topic on MSDN -- full coverage of services, contracts, filters, and scenarios
Routing Rules! Blog -- the entire blog is about the routing service and the different scenarios it enables. Take a read through all the blog posts for sure.
Building a WCF Router, Part 1 on MSDN Magazine
Building a WCF Router, Part 2 on MSDN Magazine