• 大小: 23.05M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-14
  • 语言: C#
  • 标签: MVC  接口  微信  c  框架  

资源简介

微信接口MVC5框架

资源截图

代码片段和文件信息

//------------------------------------------------------------------------------
// 
//    此代码是根据模板生成的。
//
//    手动更改此文件可能会导致应用程序中发生异常行为。
//    如果重新生成代码,则将覆盖对此文件的手动更改。
// 

//------------------------------------------------------------------------------

namespace WXDataSet
{
    using System;
    using System.Data.Entity;
    using System.Data.Entity.Infrastructure;
    
    public partial class WXDbConnection : DbContext
    {
        public WXDbConnection()
            : base(“name=WXDbConnection“)
        {
        }
    
        protected override void OnModelCreating(DbModelBuilder modelBuilder)
        {
            throw new UnintentionalCodeFirstException();
        }
    
        public DbSet SPTB02 { get; set; }

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        209  2016-02-25 11:02  WXService\packages\Entityframework.5.0.0\Content\App.config.transform

     文件        209  2016-02-25 11:02  WXService\packages\Entityframework.5.0.0\Content\Web.config.transform

     文件    1108447  2016-02-25 11:02  WXService\packages\Entityframework.5.0.0\Entityframework.5.0.0.nupkg

     文件       1016  2016-02-25 11:02  WXService\packages\Entityframework.5.0.0\Entityframework.5.0.0.nuspec

     文件    1118296  2016-02-25 11:02  WXService\packages\Entityframework.5.0.0\lib\net40\Entityframework.dll

     文件    1142742  2016-02-25 11:02  WXService\packages\Entityframework.5.0.0\lib\net40\Entityframework.xml

     文件      71256  2016-02-25 11:02  WXService\packages\Entityframework.5.0.0\lib\net40\zh-Hans\Entityframework.resources.dll

     文件     478229  2016-02-25 11:02  WXService\packages\Entityframework.5.0.0\lib\net40\zh-Hans\Entityframework.xml

     文件    1116760  2016-02-25 11:02  WXService\packages\Entityframework.5.0.0\lib\net45\Entityframework.dll

     文件    1138045  2016-02-25 11:02  WXService\packages\Entityframework.5.0.0\lib\net45\Entityframework.xml

     文件      71256  2016-02-25 11:02  WXService\packages\Entityframework.5.0.0\lib\net45\zh-Hans\Entityframework.resources.dll

     文件     478229  2016-02-25 11:02  WXService\packages\Entityframework.5.0.0\lib\net45\zh-Hans\Entityframework.xml

     文件        969  2016-02-25 11:02  WXService\packages\Entityframework.5.0.0\tools\about_Entityframework.help.txt

     文件     134744  2016-02-25 11:02  WXService\packages\Entityframework.5.0.0\tools\Entityframework.PowerShell.dll

     文件      15960  2016-02-25 11:02  WXService\packages\Entityframework.5.0.0\tools\Entityframework.PowerShell.Utility.dll

     文件      24418  2016-02-25 11:02  WXService\packages\Entityframework.5.0.0\tools\Entityframework.PS3.psd1

     文件      24428  2016-02-25 11:02  WXService\packages\Entityframework.5.0.0\tools\Entityframework.psd1

     文件      30378  2016-02-25 11:02  WXService\packages\Entityframework.5.0.0\tools\Entityframework.psm1

     文件      10275  2016-02-25 11:02  WXService\packages\Entityframework.5.0.0\tools\init.ps1

     文件      10424  2016-02-25 11:02  WXService\packages\Entityframework.5.0.0\tools\install.ps1

     文件     130136  2016-02-25 11:02  WXService\packages\Entityframework.5.0.0\tools\migrate.exe

     文件        500  2016-02-25 11:02  WXService\packages\Entityframework.5.0.0\tools\Redirect.config

     文件        752  2016-02-25 11:02  WXService\packages\Entityframework.5.0.0\tools\Redirect.VS11.config

     文件     143716  2016-02-25 11:02  WXService\packages\Entityframework.zh-Hans.5.0.0\Entityframework.zh-Hans.5.0.0.nupkg

     文件        871  2016-02-25 11:02  WXService\packages\Entityframework.zh-Hans.5.0.0\Entityframework.zh-Hans.5.0.0.nuspec

     文件      71256  2016-02-25 11:02  WXService\packages\Entityframework.zh-Hans.5.0.0\lib\net40\zh-Hans\Entityframework.resources.dll

     文件     478229  2016-02-25 11:02  WXService\packages\Entityframework.zh-Hans.5.0.0\lib\net40\zh-Hans\Entityframework.xml

     文件      71256  2016-02-25 11:02  WXService\packages\Entityframework.zh-Hans.5.0.0\lib\net45\zh-Hans\Entityframework.resources.dll

     文件     478229  2016-02-25 11:02  WXService\packages\Entityframework.zh-Hans.5.0.0\lib\net45\zh-Hans\Entityframework.xml

     文件     507048  2016-02-25 08:12  WXService\packages\Microsoft.AspNet.Mvc.4.0.30506.0\lib\net40\System.Web.Mvc.dll

............此处省略757个文件信息

评论

共有 条评论