• 大小: 62.28MB
    文件类型: .rar
    金币: 2
    下载: 1 次
    发布日期: 2022-12-19
  • 语言: C#
  • 标签: ASP.NET  MVC  WEB  

资源简介

ASP.NET+MVC为基础架构。VUE为前端开发,AXIOS为前后端交互,EF为ORM,SQLServer为数据库。 实现了初步前后端分离,可正常发布部署至IIS站点的,一个Demo。

资源截图

代码片段和文件信息

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

namespace MoTianYouGameWeb
{
    public class MvcApplication : System.Web.HttpApplication
    {
        protected void Application_Start()
        {
            AreaRegistration.RegisterAllAreas();
            FilterConfig.RegisterGlobalFilters(GlobalFilters.Filters);
            RouteConfig.RegisterRoutes(RouteTable.Routes);
            BundleConfig.RegisterBundles(BundleTable.Bundles);
        }
    }
}

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

     文件        528  2018-12-06 13:50  dbo.数据库建表.sql

     文件      85909  2018-12-06 10:01  MoTianYouGameWeb\.vs\config\applicationhost.config

    ..A..H.    157184  2018-12-08 17:29  MoTianYouGameWeb\.vs\MoTianYouGameWeb\v14\.suo

     文件       6051  2018-12-06 10:01  MoTianYouGameWeb\MoTianYouGameWeb\ApplicationInsights.config

     文件  524288000  2018-12-08 17:29  MoTianYouGameWeb\MoTianYouGameWeb\App_Data\MoTianYouDatabase.mdf

     文件    5242880  2018-12-08 17:29  MoTianYouGameWeb\MoTianYouGameWeb\App_Data\MoTianYouDatabase_log.ldf

     文件       1271  2018-12-06 10:01  MoTianYouGameWeb\MoTianYouGameWeb\App_Start\BundleConfig.cs

     文件        284  2018-12-06 10:01  MoTianYouGameWeb\MoTianYouGameWeb\App_Start\FilterConfig.cs

     文件        609  2018-12-06 10:01  MoTianYouGameWeb\MoTianYouGameWeb\App_Start\RouteConfig.cs

     文件       1862  2018-12-06 10:52  MoTianYouGameWeb\MoTianYouGameWeb\bin\amd64\Microsoft.VC90.CRT\Microsoft.VC90.CRT.manifest

     文件     624448  2018-12-06 10:52  MoTianYouGameWeb\MoTianYouGameWeb\bin\amd64\Microsoft.VC90.CRT\msvcr90.dll

     文件        406  2018-12-06 10:52  MoTianYouGameWeb\MoTianYouGameWeb\bin\amd64\Microsoft.VC90.CRT\README_ENU.txt

     文件     463584  2018-12-06 10:52  MoTianYouGameWeb\MoTianYouGameWeb\bin\amd64\sqlceca40.dll

     文件     106720  2018-12-06 10:52  MoTianYouGameWeb\MoTianYouGameWeb\bin\amd64\sqlcecompact40.dll

     文件     154848  2018-12-06 10:52  MoTianYouGameWeb\MoTianYouGameWeb\bin\amd64\sqlceer40EN.dll

     文件      81120  2018-12-06 10:52  MoTianYouGameWeb\MoTianYouGameWeb\bin\amd64\sqlceme40.dll

     文件     909536  2018-12-06 10:52  MoTianYouGameWeb\MoTianYouGameWeb\bin\amd64\sqlceqp40.dll

     文件     561888  2018-12-06 10:52  MoTianYouGameWeb\MoTianYouGameWeb\bin\amd64\sqlcese40.dll

     文件     102912  2013-02-22 08:43  MoTianYouGameWeb\MoTianYouGameWeb\bin\Antlr3.Runtime.dll

     文件     431616  2013-02-22 08:43  MoTianYouGameWeb\MoTianYouGameWeb\bin\Antlr3.Runtime.pdb

     文件       6051  2018-12-06 10:01  MoTianYouGameWeb\MoTianYouGameWeb\bin\ApplicationInsights.config

     文件    5225168  2017-10-23 13:15  MoTianYouGameWeb\MoTianYouGameWeb\bin\Entityframework.dll

     文件     622288  2017-10-23 13:15  MoTianYouGameWeb\MoTianYouGameWeb\bin\Entityframework.SqlServer.dll

     文件     158388  2017-10-23 13:15  MoTianYouGameWeb\MoTianYouGameWeb\bin\Entityframework.SqlServer.xml

     文件     295632  2017-10-23 13:15  MoTianYouGameWeb\MoTianYouGameWeb\bin\Entityframework.SqlServerCompact.dll

     文件      67579  2017-10-23 13:15  MoTianYouGameWeb\MoTianYouGameWeb\bin\Entityframework.SqlServerCompact.xml

     文件    3680079  2017-10-23 13:15  MoTianYouGameWeb\MoTianYouGameWeb\bin\Entityframework.xml

     文件    1839344  2015-12-07 19:04  MoTianYouGameWeb\MoTianYouGameWeb\bin\Microsoft.AI.Agent.Intercept.dll

     文件      60680  2016-03-10 14:26  MoTianYouGameWeb\MoTianYouGameWeb\bin\Microsoft.AI.DependencyCollector.dll

     文件      60439  2016-03-10 14:26  MoTianYouGameWeb\MoTianYouGameWeb\bin\Microsoft.AI.DependencyCollector.xml

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

评论

共有 条评论