• 大小: 4.42M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-26
  • 语言: C#
  • 标签: 框架  

资源简介

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\description

     文件         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\objects\pack\pack-220bea2354b9b48bae0886a2c771c24a7848ef88.idx

     文件    2160997  2015-01-09 12:59  OSharp\.git\objects\pack\pack-220bea2354b9b48bae0886a2c771c24a7848ef88.pack

     文件         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个文件信息

评论

共有 条评论