資源簡介
OSharp是一個依賴于EntityFramework,專注于業務數據模型與EntityFramework解耦的適用于中小型項目開發的(插件式支持基于OSGi.NET的插件式開發)框架。
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Data.Entity.Core.Mapping;
using?System.Data.Entity.Core.metadata.Edm;
using?System.Data.Entity.Core.objects;
using?System.Data.Entity.Infrastructure;
using?System.Linq;
using?System.Reflection;
using?System.Web;
using?System.Web.Mvc;
using?System.Web.Routing;
using?Autofac;
using?Autofac.Integration.Mvc;
using?OSharp.Core;
using?OSharp.Core.Data;
using?OSharp.Core.Data.Entity;
using?OSharp.Demo.Web.Dtos;
namespace?OSharp.Demo.Web
{
????public?class?Global?:?HttpApplication
????{
????????protected?void?Application_Start(object?sender?EventArgs?e)
????????{
????????????AreaRegistration.RegisterAllAreas();
????????????RoutesRegister();
????????????DtoMappers.MapperRegister();
????????????AutofacMvcRegister();
????????????Databa
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????301??2015-01-09?12:59??OSharp\.git\config
?????文件?????????73??2015-01-09?12:59??OSharp\.git\desc
?????文件?????????23??2015-01-09?12:59??OSharp\.git\HEAD
?????文件????????177??2015-01-09?12:59??OSharp\.git\hooks\README.sample
?????文件??????36760??2015-01-09?12:59??OSharp\.git\index
?????文件????????113??2015-01-09?12:59??OSharp\.git\info\exclude
?????文件??????13196??2015-01-09?12:59??OSharp\.git\ob
?????文件????2160997??2015-01-09?12:59??OSharp\.git\ob
?????文件?????????41??2015-01-09?12:59??OSharp\.git\refs\heads\master
?????文件?????????41??2015-01-09?12:59??OSharp\.git\refs\remotes\origin\master
?????文件???????2518??2015-01-09?12:59??OSharp\.gitattributes
?????文件???????2388??2015-01-09?12:59??OSharp\.gitignore
?????文件????????169??2015-01-09?12:59??OSharp\.nuget\NuGet.Config
?????文件????1664000??2015-01-09?12:59??OSharp\.nuget\NuGet.exe
?????文件???????7628??2015-01-09?12:59??OSharp\.nuget\NuGet.targets
?????文件??????76753??2015-01-09?12:59??OSharp\docs\OSharp開發框架架構示圖.png
?????文件?????110080??2015-01-09?12:59??OSharp\docs\OSharp開發框架架構示圖.vsd
?????文件???????8297??2015-01-09?12:59??OSharp\OSharp.sln
?????文件??????12467??2015-01-09?12:59??OSharp\OSharp.sln.DotSettings
?????文件????????889??2015-01-09?12:59??OSharp\samples\OSharp.Demo.Web\Controllers\HomeController.cs
?????文件????????480??2015-01-09?12:59??OSharp\samples\OSharp.Demo.Web\Dtos\DtoMappers.cs
?????文件???????1073??2015-01-09?12:59??OSharp\samples\OSharp.Demo.Web\Dtos\Identity\OrganizationDto.cs
?????文件????????738??2015-01-09?12:59??OSharp\samples\OSharp.Demo.Web\Dtos\Identity\RoleDto.cs
?????文件????????738??2015-01-09?12:59??OSharp\samples\OSharp.Demo.Web\Dtos\Identity\UserDto.cs
?????文件?????????99??2015-01-09?12:59??OSharp\samples\OSharp.Demo.Web\Global.asax
?????文件???????2639??2015-01-09?12:59??OSharp\samples\OSharp.Demo.Web\Global.asax.cs
?????文件????????831??2015-01-09?12:59??OSharp\samples\OSharp.Demo.Web\Models\EntityConfigurations\Identity\OrganizationConfiguration.cs
?????文件????????404??2015-01-09?12:59??OSharp\samples\OSharp.Demo.Web\Models\EntityConfigurations\Identity\RoleConfiguration.cs
?????文件????????393??2015-01-09?12:59??OSharp\samples\OSharp.Demo.Web\Models\EntityConfigurations\Identity\UserConfiguration.cs
?????文件????????832??2015-01-09?12:59??OSharp\samples\OSharp.Demo.Web\Models\EntityConfigurations\Identity\UserExtendConfiguration.cs
............此處省略406個文件信息
評論
共有 條評論