
wcf
掠夺者TL
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
C#调用wcf服务
作为一个测试,我们建一个解决方案,目录结构如下:IService1:using System;using System.Collections.Generic;using System.Linq;using System.Runtime.Serialization;using System.ServiceModel;using System.Text;name转载 2016-05-10 17:07:54 · 1995 阅读 · 0 评论 -
无废话WCF系列教程网址收藏
一个不错的wcf教程系列http://www.cnblogs.com/iamlilinfeng/category/415833.html转载 2016-05-10 17:10:38 · 256 阅读 · 0 评论 -
Easyui+EF+MVC+WCF实现分页
高校平台中,后台使用EF框架,前端使用MVC结合Easyui,前端和后台的链接采用WCF传递数据,现在来说说是如何实现分页的。页面:mvc+Easyui 采用部分视图的方式调用拼接表格的部分视图,url放入页面加载时调用的方法(controller+方法名),例如我的controller为Template,方法名为QueryTemplateData。[html转载 2016-05-10 17:21:02 · 450 阅读 · 0 评论