CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - WCF

搜索资源列表

  1. WCFdesignhigh-performance

    0下载:
  2. 设计高性能的WCF解决方案,传输层,序列化器,及编码器 -WCF design high-performance solutions to the transport layer, serializer, and encoder
  3. 所属分类:.net

    • 发布日期:2017-05-12
    • 文件大小:2964290
    • 提供者:小凡
  1. ProgWCF

    0下载:
  2. C#Wcf 源码 WindowsConsole寄宿 ,采用TCP模式-WindowsConsole boarding Wcf c# source code, using the TCP model
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:247056
    • 提供者:fuyangyang
  1. QuoteServer

    0下载:
  2. 如何用windows服务承载WCF已经TCP服务。代码中实例了如何使用windwos服务承载TCP/IP服务和WCF服务,并且调用服务。-The project showed how to host wcf servie by windows service, and how to host TCP/IP service。
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:279201
    • 提供者:Young
  1. PWSTE-Sources

    0下载:
  2. C#开发技术,工程源代码,针对WCF服务编程技术-C# development of the original code for the WCF technology
  3. 所属分类:Other systems

    • 发布日期:2017-05-10
    • 文件大小:2357822
    • 提供者:黄健
  1. drip-ManagementSystem

    0下载:
  2. 自动点滴管理系统(.NET 3.5框架的WCF技术实现)-Automatic drip Management System (. NET 3.5 Framework WCF technology)
  3. 所属分类:CSharp

    • 发布日期:2017-04-25
    • 文件大小:417614
    • 提供者:王炳才
  1. WCFHttpsWindowsMobile

    0下载:
  2. 利用SSL实现WCF安全服务,主要用在windows Mobile-Securing a WCF service using SSL certificates and consuming it over Windows Mobile 6 (.NET Compact Framework).
  3. 所属分类:.net

    • 发布日期:2017-04-17
    • 文件大小:52810
    • 提供者:iven
  1. RemoteServiceSolution

    0下载:
  2. 基于TCP协议的WCF调用简单程序说明有注释参考。-TCP-based WCF call a simple descr iption of the procedures annotated reference.
  3. 所属分类:Communication

    • 发布日期:2017-04-25
    • 文件大小:103449
    • 提供者:宋斌
  1. Comet_src

    0下载:
  2. WCF 与浏览器交互相关例子. 例子实现了在浏览器中产生一个编辑控件,显示系统时间。-WCF interacting with the browser relevant examples. Example implements the browser generates an edit control to display the system time.
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:12179
    • 提供者:宁进
  1. Automatic-drip-management-system

    0下载:
  2. 自动点滴管理系统,.net3.5框架的wcf技术实现-Automatic drip management system, implementation of.Net3.5 framework and WCF Technology
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-16
    • 文件大小:418682
    • 提供者:杨佳
  1. Insistant-Communication

    0下载:
  2. 本源代码是一个即时通信软件的简洁版本,主要基于wcf网络编程。代码里面设计的一些架构思想非常值得参考。-This source code implements the interface customization of all kinds of management system design of this source code is a concise version of instant messaging software, mainly based on WCF network p
  3. 所属分类:.net

    • 发布日期:2017-04-06
    • 文件大小:202924
    • 提供者:jinliangliang
  1. WCFChat20131030

    0下载:
  2. 基于WCF的即时通讯软件的设计与实现 包含文档和源码-WCF-based instant messaging software design and implementation contains documentation and source code
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:553264
    • 提供者:zhupeng
  1. WCF_SSPI

    0下载:
  2. 解决C# WCF通讯出现SSPI报错的问题,内容是word档,里面介绍了如何配置app.config,我亲测能解决问题!-C# WCF communication appears to solve the question of error SSPI, the content is word file, which describes how to configure the app.config, I pro-test to solve the problem!
  3. 所属分类:File Formats

    • 发布日期:2017-05-02
    • 文件大小:634133
    • 提供者:凌晨
  1. MyFirstWcf

    0下载:
  2. 自己编写的WCF架构的一个小程序实现“根据所输入坐标计算N边形面积”功能。-This is a small program based on WCF framework to achieve the function---"calculated based on the input coordinates N-gon area" .
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:147817
    • 提供者:姜楠
  1. WindowsCommunicationFoundation

    0下载:
  2. 介绍WCF的基础入门知识,为WCF的开发启蒙读物。-Introduces basic introductory knowledge of WCF, the WCF development enlightening reading.
  3. 所属分类:Communication

    • 发布日期:2017-04-16
    • 文件大小:373175
    • 提供者:
  1. WFCAPP

    0下载:
  2. WCF服务台寄宿于控制台应用程序, 可以作为服务器端给客户端提供方法接口 -The WCF service hosted on a console application
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:58763
    • 提供者:许先生
  1. HttpMultipart

    0下载:
  2. WCF 是微软力推的通讯框架,它能够以 ASP.NET WebService 的方式实现 RESTful 方式的服务。但是缺陷是目前的版本不支持对 HTTP multipart 格式的自动解析。而不像传统的 ASP.NET WebService 可以自动解析 multipart 中的多媒体数据,并通过访问 Context.Request.Form["name"] 和 Context.Request.Files["name"] 方便地访问。 这份代码在 HttpMultipartForm
  3. 所属分类:Communication

    • 发布日期:2017-04-16
    • 文件大小:18876
    • 提供者:
  1. AJAX-and-WCF-Study-Source

    0下载:
  2. 学习Ajax必备源码和教程,只有简单没有更简单。-Ajax essential source of learning and tutorials, only a simple no easier.
  3. 所属分类:Browser Client

    • 发布日期:2017-05-03
    • 文件大小:1124816
    • 提供者:icekwok
  1. WindowsFormsVisa1

    0下载:
  2. WCF服务,基于C#的网页版用于visa卡号的在线验证-WCF service for visa card online verification
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-17
    • 文件大小:55713
    • 提供者:李达
  1. FreeFilesProject-master

    2下载:
  2. 使用C#开发的基于WCF的P2P文件共享系统,可以实现文件分享和下载功能-Developed using C# WCF-based P2P file sharing system, you can achieve file sharing and downloading capabilities
  3. 所属分类:P2P

    • 发布日期:2017-03-30
    • 文件大小:146448
    • 提供者:macless
  1. WcfFrameworkSimulator

    0下载:
  2. wcf 应用,一个应用实例,可能帮助大家快迅学习wcf-wcf application, an application example, it may help you learn wcf Newsflashes
  3. 所属分类:Communication

    • 发布日期:2017-04-17
    • 文件大小:65867
    • 提供者:zhu
« 1 2 ... 16 17 18 19 20 2122 23 24 25 26 27 »
搜珍网 www.dssz.com