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

资源简介

mvc 新闻管理系统源码下载(含数据库)

资源截图

代码片段和文件信息

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

namespace NewsMangaerSystem
{
    // 注意: 有关启用 IIS6 或 IIS7 经典模式的说明,
    // 请访问 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);
            BundleConfig.RegisterBundles(BundleTable.Bundles);
        }
    }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2014-07-02 11:39  .nuget\
     文件         169  2014-07-02 11:39  .nuget\NuGet.Config
     文件     1662976  2014-07-02 11:39  .nuget\NuGet.exe
     文件        7628  2014-07-02 11:37  .nuget\NuGet.targets
     文件        2745  2014-07-02 11:32  51Aspx源码必读.txt
     目录           0  2014-07-02 10:15  App_Start\
     文件        2177  2013-08-12 11:35  App_Start\BundleConfig.cs
     文件         283  2013-08-12 11:35  App_Start\FilterConfig.cs
     文件         608  2013-08-23 17:05  App_Start\RouteConfig.cs
     文件         486  2013-08-12 11:35  App_Start\WebApiConfig.cs
     目录           0  2014-07-02 10:15  attached\
     目录           0  2014-07-01 15:02  attached\file\
     目录           0  2014-07-01 14:55  attached\image\
     目录           0  2014-07-01 15:03  attached\video\
     目录           0  2014-07-02 10:15  bin\
     文件      105528  2013-08-12 11:35  bin\Antlr3.Runtime.dll
     文件     1118296  2013-08-12 11:35  bin\Entityframework.dll
     文件     1142742  2013-08-12 11:35  bin\Entityframework.xml
     文件       52736  2013-04-26 17:36  bin\LitJson.dll
     文件       57344  2013-08-12 12:02  bin\Maticsoft.Common.dll
     文件       65536  2013-08-12 12:02  bin\Maticsoft.DBUtility.dll
     文件       45416  2013-08-12 11:35  bin\Microsoft.Web.Infrastructure.dll
     文件      196608  2014-07-02 10:54  bin\NewsMangaerSystem.dll
     文件        5970  2014-07-02 10:26  bin\NewsMangaerSystem.dll.config
     文件      732672  2014-07-02 10:54  bin\NewsMangaerSystem.pdb
     文件      374784  2013-08-12 11:35  bin\Newtonsoft.Json.dll
     文件      418776  2013-08-12 11:35  bin\Newtonsoft.Json.xml
     文件      180832  2013-08-12 11:35  bin\System.Net.Http.dll
     文件      168544  2013-08-12 11:35  bin\System.Net.Http.Formatting.dll
     文件      137872  2013-08-12 11:35  bin\System.Net.Http.Formatting.xml
     文件       16480  2013-08-12 11:35  bin\System.Net.Http.WebRequest.dll
............此处省略2381个文件信息

评论

共有 条评论