CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码

文件名称:MySimpleServiceFramework

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2012-11-16
  • 文件大小:
    168.89kb
  • 已下载:
    0次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!
电信下载 联通下载
别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。

介绍说明--下载内容来自于网络,使用问题请自行百度

用Asp.net写自己的服务框架,针对Asp.net的基础技术的讲解,而是更多地以实战形式展示这些核心对象所能发挥的强大功能, 以一个不到700行的轻量级服务框架来显示它们的核心价值-Write their own services using Asp.net framework for Asp.net basis of explanation, but more powerful show the actual form of these core objects that can be played, with a less than 700 lines of lightweight servicesframework to display their core value
(系统自动生成,下载前可以参看下载内容)

下载文件列表

MySimpleServiceFramework/
MySimpleServiceFramework/Ajax说明.txt
MySimpleServiceFramework/ClassLibrary1/
MySimpleServiceFramework/ClassLibrary1/Class1.cs
MySimpleServiceFramework/ClassLibrary1/ClassLibrary1.csproj
MySimpleServiceFramework/ClassLibrary1/Properties/
MySimpleServiceFramework/ClassLibrary1/Properties/AssemblyInfo.cs
MySimpleServiceFramework/EmptyWebSite2/
MySimpleServiceFramework/EmptyWebSite2/Default.aspx
MySimpleServiceFramework/EmptyWebSite2/Default.aspx.cs
MySimpleServiceFramework/EmptyWebSite2/web.config
MySimpleServiceFramework/MySimpleServiceFramework/
MySimpleServiceFramework/MySimpleServiceFramework.sln
MySimpleServiceFramework/MySimpleServiceFramework/Attribute/
MySimpleServiceFramework/MySimpleServiceFramework/Attribute/AuthorizeAttribute.cs
MySimpleServiceFramework/MySimpleServiceFramework/Attribute/MyServiceAttribute.cs
MySimpleServiceFramework/MySimpleServiceFramework/Attribute/MyServiceMethodAttribute.cs
MySimpleServiceFramework/MySimpleServiceFramework/Handler/
MySimpleServiceFramework/MySimpleServiceFramework/Handler/AjaxServiceHandler.cs
MySimpleServiceFramework/MySimpleServiceFramework/Handler/MyServiceHandler.cs
MySimpleServiceFramework/MySimpleServiceFramework/Handler/MyServiceHandlerFactory.cs
MySimpleServiceFramework/MySimpleServiceFramework/Helper/
MySimpleServiceFramework/MySimpleServiceFramework/Helper/ExceptionHelper.cs
MySimpleServiceFramework/MySimpleServiceFramework/Helper/FrameworkRules.cs
MySimpleServiceFramework/MySimpleServiceFramework/Helper/ReflectionHelper.cs
MySimpleServiceFramework/MySimpleServiceFramework/Helper/ServiceExecutor.cs
MySimpleServiceFramework/MySimpleServiceFramework/Helper/UrlPatternHelper.cs
MySimpleServiceFramework/MySimpleServiceFramework/Model/
MySimpleServiceFramework/MySimpleServiceFramework/Model/ServiceInvokeInfo.cs
MySimpleServiceFramework/MySimpleServiceFramework/Module/
MySimpleServiceFramework/MySimpleServiceFramework/Module/DirectProcessRequestMoudle.cs
MySimpleServiceFramework/MySimpleServiceFramework/Module/DuplexGzipModule.cs
MySimpleServiceFramework/MySimpleServiceFramework/Module/FishGzipModule.cs
MySimpleServiceFramework/MySimpleServiceFramework/Module/MyLogModule.cs
MySimpleServiceFramework/MySimpleServiceFramework/Module/MyServiceUrlRewriteModule.cs
MySimpleServiceFramework/MySimpleServiceFramework/Module/MyServiceUrlRoutingModule.cs
MySimpleServiceFramework/MySimpleServiceFramework/Module/MyServiceUrlRoutingModule2.cs
MySimpleServiceFramework/MySimpleServiceFramework/Module/XHttpMethodModule.cs
MySimpleServiceFramework/MySimpleServiceFramework/MySimpleServiceFramework.csproj
MySimpleServiceFramework/MySimpleServiceFramework/Properties/
MySimpleServiceFramework/MySimpleServiceFramework/Properties/AssemblyInfo.cs
MySimpleServiceFramework/MySimpleServiceFramework/Serializer/
MySimpleServiceFramework/MySimpleServiceFramework/Serializer/FormSerializerProvider.cs
MySimpleServiceFramework/MySimpleServiceFramework/Serializer/ISerializerProvider.cs
MySimpleServiceFramework/MySimpleServiceFramework/Serializer/JsonSerializerProvider.cs
MySimpleServiceFramework/MySimpleServiceFramework/Serializer/SerializerProviderFactory.cs
MySimpleServiceFramework/MySimpleServiceFramework/Serializer/XmlSerializerProvider.cs
MySimpleServiceFramework/ServiceLibrary/
MySimpleServiceFramework/ServiceLibrary/FormDemoService.cs
MySimpleServiceFramework/ServiceLibrary/LimitService.cs
MySimpleServiceFramework/ServiceLibrary/OrderService.cs
MySimpleServiceFramework/ServiceLibrary/Properties/
MySimpleServiceFramework/ServiceLibrary/Properties/AssemblyInfo.cs
MySimpleServiceFramework/ServiceLibrary/ServiceLibrary.csproj
MySimpleServiceFramework/ServiceLibrary/ServiceLibrary.csproj.user
MySimpleServiceFramework/ServiceLibrary/SessionDemoService.cs
MySimpleServiceFramework/ServiceLibrary/说明.txt
MySimpleServiceFramework/WebSite1/
MySimpleServiceFramework/WebSite1/Bin/
MySimpleServiceFramework/WebSite1/Bin/ClassLibrary1.dll
MySimpleServiceFramework/WebSite1/Bin/MySimpleServiceFramework.dll
MySimpleServiceFramework/WebSite1/Bin/MySimpleServiceFramework.XML
MySimpleServiceFramework/WebSite1/Bin/ServiceLibrary.dll
MySimpleServiceFramework/WebSite1/Default.aspx
MySimpleServiceFramework/WebSite1/Default.aspx.cs
MySimpleServiceFramework/WebSite1/Login.ashx
MySimpleServiceFramework/WebSite1/Logout.ashx
MySimpleServiceFramework/WebSite1/MyService.ashx
MySimpleServiceFramework/WebSite1/QueryOrderService.ashx
MySimpleServiceFramework/WebSite1/TestGzipOut.aspx
MySimpleServiceFramework/WebSite1/TestGzipOut.aspx.cs
MySimpleServiceFramework/WebSite1/web.config
MySimpleServiceFramework/WindowsFormsApplication1/
MySimpleServiceFramework/WindowsFormsApplication1/bin/
MySimpleServiceFramework/WindowsFormsApplication1/bin/ClassLibrary1.dll
MySimpleServiceFramework/WindowsFormsApplication1/bin/FishWebLib.dll
MySimpleServiceFramework/WindowsFormsApplication1/bin/WindowsFormsApplication1.exe
MySimpleServiceFramework/WindowsFormsApplication1/Form1.cs
MySimpleServiceFramework/WindowsFormsApplication1/Form1.Designer.cs
MySimpleServiceFramework/WindowsFormsApplication1/Form1.resx
MySimpleServiceFramework/Wi

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com

浏览历史记录

关闭