資源簡介
AutofactMVC
代碼片段和文件信息
using?System.Web.Http;
using?System.Web.Mvc;
using?System.Web.Optimization;
using?System.Web.Routing;
using?Autofac;
using?Autofac.Integration.Mvc;
namespace?AutofactMVC
{
????//?Note:?For?instructions?on?enabling?IIS6?or?IIS7?classic?mode?
????//?visit?http://go.microsoft.com/?linkId=9394801
????public?class?MvcApplication?:?System.Web.HttpApplication
????{
????????protected?void?Application_Start()
????????{
????????????//Autofac初始化過程
????????????var?builder?=?new?ContainerBuilder();
????????????builder.RegisterControllers(typeof(MvcApplication).Assembly);//注冊所有的Controller
????????????//開發(fā)環(huán)境下,使用Stub類
????????????//builder.RegisterAssemblyTypes(typeof?(MvcApplication).Assembly).Where(
????????????//????t?=>?t.Name.EndsWith(“Repository“)?&&?t.Name.StartsWith(“Stub“)).AsImplementedInterfaces();
????????????//發(fā)布環(huán)境下,使用真實(shí)的數(shù)據(jù)訪問層
????????????builder.RegisterAssemblyTypes(typeof(MvcApplication).Assembly).Where(
???????????????t?=>?t.Name.EndsWith(“Repository“)).AsIm
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2013-07-28?10:19??AutofactMVC\
?????目錄???????????0??2013-07-28?10:19??AutofactMVC\App_Data\
?????目錄???????????0??2013-07-28?09:27??AutofactMVC\App_Start\
?????文件?????????992??2013-03-25?21:48??AutofactMVC\App_Start\AuthConfig.cs
?????文件?????????312??2013-03-25?22:01??AutofactMVC\App_Start\BundleConfig.cs
?????文件?????????277??2013-03-25?21:48??AutofactMVC\App_Start\FilterConfig.cs
?????文件?????????602??2013-03-25?21:48??AutofactMVC\App_Start\RouteConfig.cs
?????文件?????????480??2013-03-25?21:48??AutofactMVC\App_Start\WebApiConfig.cs
?????文件???????20153??2013-07-28?10:03??AutofactMVC\AutofactMVC.csproj
?????文件????????1171??2013-07-28?10:03??AutofactMVC\AutofactMVC.csproj.user
?????目錄???????????0??2013-07-28?09:28??AutofactMVC\Content\
?????目錄???????????0??2013-07-28?10:19??AutofactMVC\Content\sc
?????目錄???????????0??2013-07-28?09:28??AutofactMVC\Content\themes\
?????目錄???????????0??2013-07-28?09:28??AutofactMVC\Content\themes\ba
?????目錄???????????0??2013-07-28?10:19??AutofactMVC\Content\themes\ba
?????目錄???????????0??2013-07-28?09:28??AutofactMVC\Content\themes\ba
?????目錄???????????0??2013-07-28?10:19??AutofactMVC\Content\themes\ba
?????目錄???????????0??2013-07-28?09:27??AutofactMVC\Controllers\
?????文件?????????624??2013-03-27?22:06??AutofactMVC\Controllers\HomeController.cs
?????文件?????????103??2013-03-25?21:48??AutofactMVC\Global.asax
?????文件????????1652??2013-07-28?10:18??AutofactMVC\Global.asax.cs
?????目錄???????????0??2013-07-28?09:27??AutofactMVC\Migrations\
?????文件?????????740??2013-03-27?20:35??AutofactMVC\Migrations\201303251430025_AddStudent.Designer.cs
?????文件?????????692??2013-03-27?20:35??AutofactMVC\Migrations\201303251430025_AddStudent.cs
?????文件????????7062??2013-03-27?20:35??AutofactMVC\Migrations\201303251430025_AddStudent.resx
?????文件?????????755??2013-03-27?20:27??AutofactMVC\Migrations\201303271227013_AddTableStudent.Designer.cs
?????文件?????????697??2013-03-27?20:27??AutofactMVC\Migrations\201303271227013_AddTableStudent.cs
?????文件????????7062??2013-03-27?20:27??AutofactMVC\Migrations\201303271227013_AddTableStudent.resx
?????文件?????????926??2013-03-27?20:35??AutofactMVC\Migrations\Configuration.cs
?????目錄???????????0??2013-07-28?09:27??AutofactMVC\Models\
?????文件?????????574??2013-03-25?21:58??AutofactMVC\Models\SchoolModels.cs
............此處省略22個(gè)文件信息
- 上一篇:LitJson 最新版
- 下一篇:ibatis框架應(yīng)用
評論
共有 條評論