• 大小: 4.12M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2020-12-26
  • 语言: C#
  • 标签: 实例  微信  下载  

资源简介

基于.net的轻量级的微信SDK,使用.net Framework4.0的Dynamic特性,一个将xml字符串自动转换成Dynamic Object的DynamicXml.cs类,还有一个将json字符串自动转换成Dynamic Object的DynamicJson.cs类实现无Entity的SDK;代码结构完全符合官方平台的布局,一目了然


资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.Http;
using System.Web.Mvc;
using System.Web.Routing;

namespace Deepleo.Web
{
    // Note: For instructions on enabling IIS6 or IIS7 classic mode 
    // visit http://go.microsoft.com/?linkId=9394801
    public class MvcApplication : System.Web.HttpApplication
    {
        protected void Application_Start()
        {
            AreaRegistration.RegisterAllAreas();

            WebApiConfig.Register(GlobalConfiguration.Configuration);
            FilterConfig.RegisterGlobalFilters(GlobalFilters.Filters);
            RouteConfig.RegisterRoutes(RouteTable.Routes);
        }
    }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2014-05-22 15:41  weixinSDK-master\
     目录           0  2014-05-22 15:41  weixinSDK-master\Deepleo.Web\
     目录           0  2014-05-22 15:41  weixinSDK-master\Deepleo.Web\App_Start\
     文件         265  2014-05-22 15:41  weixinSDK-master\Deepleo.Web\App_Start\FilterConfig.cs
     文件         580  2014-05-22 15:41  weixinSDK-master\Deepleo.Web\App_Start\RouteConfig.cs
     文件         461  2014-05-22 15:41  weixinSDK-master\Deepleo.Web\App_Start\WebApiConfig.cs
     目录           0  2014-05-22 15:41  weixinSDK-master\Deepleo.Web\Controllers\
     文件        1930  2014-05-22 15:41  weixinSDK-master\Deepleo.Web\Controllers\WeixinController.cs
     文件        9213  2014-05-22 15:41  weixinSDK-master\Deepleo.Web\Deepleo.Web.csproj
     文件        1141  2014-05-22 15:41  weixinSDK-master\Deepleo.Web\Deepleo.Web.csproj.user
     文件         102  2014-05-22 15:41  weixinSDK-master\Deepleo.Web\Global.asax
     文件         694  2014-05-22 15:41  weixinSDK-master\Deepleo.Web\Global.asax.cs
     目录           0  2014-05-22 15:41  weixinSDK-master\Deepleo.Web\Properties\
     文件        1376  2014-05-22 15:41  weixinSDK-master\Deepleo.Web\Properties\AssemblyInfo.cs
     文件        1256  2014-05-22 15:41  weixinSDK-master\Deepleo.Web\Web.Debug.config
     文件        1316  2014-05-22 15:41  weixinSDK-master\Deepleo.Web\Web.Release.config
     文件        2127  2014-05-22 15:41  weixinSDK-master\Deepleo.Web\Web.config
     目录           0  2014-05-22 15:41  weixinSDK-master\Deepleo.Web\WeixinExecutor\
     文件        6293  2014-05-22 15:41  weixinSDK-master\Deepleo.Web\WeixinExecutor\WeixinExecutor.cs
     目录           0  2014-05-22 15:41  weixinSDK-master\Deepleo.Web\bin\
     文件       17408  2014-05-22 15:41  weixinSDK-master\Deepleo.Web\bin\Deepleo.Web.dll
     文件       28160  2014-05-22 15:41  weixinSDK-master\Deepleo.Web\bin\Deepleo.Web.pdb
     文件       32256  2014-05-22 15:41  weixinSDK-master\Deepleo.Web\bin\Deepleo.Weixin.SDK.dll
     文件       93696  2014-05-22 15:41  weixinSDK-master\Deepleo.Web\bin\Deepleo.Weixin.SDK.pdb
     文件       45416  2014-05-22 15:41  weixinSDK-master\Deepleo.Web\bin\Microsoft.Web.Infrastructure.dll
     文件      374784  2014-05-22 15:41  weixinSDK-master\Deepleo.Web\bin\Newtonsoft.Json.dll
     文件      411193  2014-05-22 15:41  weixinSDK-master\Deepleo.Web\bin\Newtonsoft.Json.xml
     文件      168544  2014-05-22 15:41  weixinSDK-master\Deepleo.Web\bin\System.Net.Http.Formatting.dll
     文件      136384  2014-05-22 15:41  weixinSDK-master\Deepleo.Web\bin\System.Net.Http.Formatting.xml
     文件       16480  2014-05-22 15:41  weixinSDK-master\Deepleo.Web\bin\System.Net.Http.WebRequest.dll
     文件        5377  2014-05-22 15:41  weixinSDK-master\Deepleo.Web\bin\System.Net.Http.WebRequest.xml
............此处省略155个文件信息

评论

共有 条评论