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

资源简介

ASP.NET+MVC+IOC+多语言基础框架

代码片段和文件信息

using FluentValidation.Mvc;
using StackExchange.Profiling;
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Threading;
using System.Web;
using System.Web.Mvc;
using System.Web.Routing;
using ZMZ.ZX.framework;
using ZMZ.ZX.framework.Mvc;
using ZMZ.ZX.framework.Themes;
using ZMZ.ZX.Tasks;
using ZMZ.ZX.V1.Core;
using ZMZ.ZX.V1.Core.Caching;
using ZMZ.ZX.V1.Core.Data;
using ZMZ.ZX.V1.Core.Domain;
using ZMZ.ZX.V1.Core.Infrastructure;

namespace ZMZ.ZX
{
    public class MvcApplication : System.Web.HttpApplication
    {
        protected void Application_Start()
        {

            //禁用 MVC 响应标头
            MvcHandler.DisableMvcResponseHeader = true;
            //初始化引擎的上下文
            EngineContext.Initi

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2016-12-29 15:03  ZMZ.ZX.V1.Services\
     目录           0  2016-12-30 09:37  ZMZ.ZX.V1.Services\Authentication\
     目录           0  2016-12-29 15:15  ZMZ.ZX.V1.Services\Authentication\External\
     文件         681  2016-12-29 15:15  ZMZ.ZX.V1.Services\Authentication\External\CustomerType.cs
     文件        3904  2016-12-29 15:28  ZMZ.ZX.V1.Services\Authentication\FormsAuthenticationService.cs
     文件         344  2016-12-30 09:37  ZMZ.ZX.V1.Services\Authentication\IAuthenticationService.cs
     目录           0  2016-12-26 14:05  ZMZ.ZX.V1.Services\bin\
     目录           0  2016-12-29 16:14  ZMZ.ZX.V1.Services\bin\Debug\
     文件      203264  2016-02-22 14:23  ZMZ.ZX.V1.Services\bin\Debug\Autofac.dll
     文件       46592  2016-04-06 09:49  ZMZ.ZX.V1.Services\bin\Debug\Autofac.Integration.Mvc.dll
     文件       59702  2016-04-06 09:49  ZMZ.ZX.V1.Services\bin\Debug\Autofac.Integration.Mvc.xml
     文件      395730  2016-02-22 14:23  ZMZ.ZX.V1.Services\bin\Debug\Autofac.xml
     文件     5196496  2016-02-22 14:24  ZMZ.ZX.V1.Services\bin\Debug\Entityframework.dll
     文件      177664  2016-02-22 14:24  ZMZ.ZX.V1.Services\bin\Debug\Entityframework.Extended.dll
     文件      223368  2016-02-22 14:24  ZMZ.ZX.V1.Services\bin\Debug\Entityframework.Extended.xml
     文件     3652961  2016-02-22 14:23  ZMZ.ZX.V1.Services\bin\Debug\Entityframework.xml
     文件      526336  2016-07-03 17:14  ZMZ.ZX.V1.Services\bin\Debug\Newtonsoft.Json.dll
     文件      523221  2016-07-03 17:14  ZMZ.ZX.V1.Services\bin\Debug\Newtonsoft.Json.xml
     文件      563712  2016-12-29 12:37  ZMZ.ZX.V1.Services\bin\Debug\ServiceStack.dll
     文件       33792  2016-12-29 12:37  ZMZ.ZX.V1.Services\bin\Debug\ServiceStack.Interfaces.dll
     文件      346624  2016-12-24 11:53  ZMZ.ZX.V1.Services\bin\Debug\StackExchange.Redis.StrongName.dll
     文件      361764  2016-12-24 11:53  ZMZ.ZX.V1.Services\bin\Debug\StackExchange.Redis.StrongName.xml
     文件      565448  2016-03-28 12:03  ZMZ.ZX.V1.Services\bin\Debug\System.Web.Mvc.dll
     文件      952428  2016-03-28 12:03  ZMZ.ZX.V1.Services\bin\Debug\System.Web.Mvc.xml
     目录           0  2016-12-29 16:14  ZMZ.ZX.V1.Services\bin\Debug\zh-Hans\
     文件      326352  2016-02-22 14:23  ZMZ.ZX.V1.Services\bin\Debug\zh-Hans\Entityframework.resources.dll
     文件       36048  2016-03-28 12:03  ZMZ.ZX.V1.Services\bin\Debug\zh-Hans\System.Web.Mvc.resources.dll
     文件      167424  2017-01-03 16:34  ZMZ.ZX.V1.Services\bin\Debug\ZMZ.ZX.V1.Core.dll
     文件      341504  2017-01-03 16:34  ZMZ.ZX.V1.Services\bin\Debug\ZMZ.ZX.V1.Core.pdb
     文件       30208  2017-01-03 16:36  ZMZ.ZX.V1.Services\bin\Debug\ZMZ.ZX.V1.Data.dll
     文件       85504  2017-01-03 16:36  ZMZ.ZX.V1.Services\bin\Debug\ZMZ.ZX.V1.Data.pdb
............此处省略1050个文件信息

评论

共有 条评论