- chtx 串行通讯
- fullcalendar 基于框架语言的网页界面
- digital-clock-for-vhdl 6数码管显示时钟
- mcqsoftcopycgntsem5 wavelet based image fusion using adaptive decomposition
- Implementation this file implement adaptive locomotion of a robot which the robot inspired by c.elegans worms
- 19576845MIMOSystemMatlab MATLEB PROGRAMMING FOR THE COMMUNICATION
文件名称:MySimpleServiceFramework
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:168.89kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
用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
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
1999-2046 搜珍网 All Rights Reserved.
本站作为网络服务提供者,仅为网络服务对象提供信息存储空间,仅对用户上载内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。
