首选创能wcf,代码很简单,如下: 代码如下: using System; using System.Data; using System.ServiceModel; using System.ServiceModel.Activation; using System.ServiceModel.Web; using System.Web.scr ipt.Services; [ServiceContract(Namespace = “”)] [AspNetCompatibilityRequire
这两天在写基于WCF服务的后台框架,过程中遇到了一些挫折,经过努力全部解决了,在此分享给大家,使用的工具是Visual Studio 2013。
该后台需要支持通过json来传递和接收数据。
首先,说说搭建过程。
第一步:创建WCF服务应用程序项目WCF。
第二步,创建服务使用的数据类
using System;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.S