找传奇、传世资源到传世资源站!

C#MVC实例

8.5玩家评分(1人评分)
下载后可评
介绍 评论 失效链接反馈

C#MVC实例
from clipboard.
├── MVCDemo
│   ├── MVCDemo
│   │   ├── App_Data
│   │   ├── Content
│   │   │   └── Site.css
│   │   ├── Controllers
│   │   │   ├── AnnounceController.cs
│   │   │   ├── Filters
│   │   │   │   ├── ExceptionFilter.cs
│   │   │   │   └── LoggerFilter.cs
│   │   │   └── HomeController.cs
│   │   ├── Default.aspx
│   │   ├── Default.aspx.cs
│   │   ├── Global.asax
│   │   ├── Global.asax.cs
│   │   ├── MVCDemo.csproj
│   │   ├── MVCDemo.csproj.user
│   │   ├── Models
│   │   │   ├── Entities
│   │   │   │   ├── AnnounceInfo.cs
│   │   │   │   └── CategoryInfo.cs
│   │   │   ├── Interfaces
│   │   │   │   ├── IAnnounceService.cs
│   │   │   │   └── ICategoryService.cs
│   │   │   ├── MockModels
│   │   │   │   ├── MockAnnounceService.cs
│   │   │   │   └── MockCategoryService.cs
│   │   │   └── ServiceBuilder.cs
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── Scripts
│   │   │   ├── JQueryValidate.js
│   │   │   ├── MicrosoftAjax.debug.js
│   │   │   ├── MicrosoftAjax.js
│   │   │   ├── MicrosoftAjaxValidate.js
│   │   │   ├── MicrosoftMvcAjax.debug.js
│   │   │   ├── MicrosoftMvcAjax.js
│   │   │   ├── jquery-1.2.6.js
│   │   │   └── jquery-1.2.6.min.js
│   │   ├── Views
│   │   │   ├── Announce
│   │   │   │   ├── Release.aspx
│   │   │   │   ├── Release.aspx.cs
│   │   │   │   ├── Release.aspx.designer.cs
│   │   │   │   ├── ReleaseSucceed.aspx
│   │   │   │   ├── ReleaseSucceed.aspx.cs
│   │   │   │   └── ReleaseSucceed.aspx.designer.cs
│   │   │   ├── Home
│   │   │   │   ├── Index.aspx
│   │   │   │   ├── Index.aspx.cs
│   │   │   │   └── Index.aspx.designer.cs
│   │   │   ├── Shared
│   │   │   │   ├── Error.aspx
│   │   │   │   ├── Error.aspx.cs
│   │   │   │   └── Error.aspx.designer.cs
│   │   │   └── Web.config
│   │   ├── Web.config
│   │   ├── bin
│   │   │   ├── MVCDemo.dll
│   │   │   └── MVCDemo.pdb
│   │   └── obj
│   │       └── Debug
│   │           ├── MVCDemo.csproj.FileListAbsolute.txt
│   │           ├── MVCDemo.dll
│   │           ├── MVCDemo.pdb
│   │           ├── ResolveAssemblyReference.cache
│   │           └── TempPE
│   ├── MVCDemo.sln
│   └── MVCDemo.suo
└── 找例子网_C#MVCDemo.rar

20 directories, 50 files

评论

发表评论必须先登陆, 您可以 登陆 或者 注册新账号 !


在线咨询: 问题反馈
客服QQ:174666394

有问题请留言,看到后及时答复