/******************************************************************* Copyright (C): 一心堂集团* CLR版本: 4.0.30319.18063* 命名空间名称: WcfService1* 文件名: IJoonServ...
分类:
编程语言 时间:
2014-09-24 19:47:57
阅读次数:
334
1、第一步创建wcf服务的方法using System;using System.Collections.Generic;using System.Linq;using System.Runtime.Serialization;using System.ServiceModel;using Syst...
分类:
编程语言 时间:
2014-09-24 16:02:06
阅读次数:
211
public override bool Login(string userName, string password) { using (HttpClient client = new HttpClient(URI)) { ...
分类:
其他好文 时间:
2014-09-24 15:58:07
阅读次数:
163
2014.09.292014.09.282014.09.272014.09.262014.09.252014.09.24提交android到安致市场2014.09.23服务器Wcf权限控制2014.09.22发布.net4和android两个版本2014.09.21部署服务器 www.winlost...
分类:
其他好文 时间:
2014-09-24 01:01:05
阅读次数:
201
服务端:控制台程序监听 1 /// 2 /// Server 3 /// 4 class Program 5 { 6 static Socket serverSocket; 7 static Socket clientSocket;...
分类:
其他好文 时间:
2014-09-23 22:33:25
阅读次数:
221
1.调用wcf时日志记录如下:System.ServiceModel.FaultException: The server was unable to process the request due to an internal error. For more information about t...
分类:
其他好文 时间:
2014-09-22 17:12:52
阅读次数:
282
回《【开源】EFW框架系列文章索引》 EFW框架源代码下载V1.1:http://pan.baidu.com/s/1qWJjo3UEFW框架实例源代码下载:http://pan.baidu.com/s/1o6MAKCa 只有当你需要开发三层架构的系统并利用WCF作为系统的中间件,那么就需要使...
分类:
Web程序 时间:
2014-09-21 12:54:40
阅读次数:
547
N-Tier Entity Framework是一个基于微软Entity Framework的N层.NET解决方案. 并且与以下这此技术点无缝集成了: § WCF RIA Services § WCF Data Services § ASP.NET Web API § Data Validation...
分类:
其他好文 时间:
2014-09-19 22:17:56
阅读次数:
264
1服务类添加ASPNETSESSION兼容标记[System.ServiceModel.Activation.AspNetCompatibilityRequirements(RequirementsMode = System.ServiceModel.Activation.AspNetCompati...
分类:
其他好文 时间:
2014-09-19 18:55:15
阅读次数:
175
由于在《Windows服务调用Quartz.net 实现消息调度》中,涉及到ASP.NET Web Service//WebServiceSoapClient client = new WebServiceSoapClient(new BasicHttpBinding(), new Endpoint...
分类:
Web程序 时间:
2014-09-19 09:59:25
阅读次数:
163