资源简介
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个文件信息
相关资源
- ASP.NET WebAPI+mvc4.0+EasyUI快速开发框架
- C# WINFORM框架源碼
- 一种开源业务系统框架winform源码
- WPF开发框架
- 仿QQIM框架网络版源代码
- 《CS框架权限管理功能设计》 winform
- MVC快速开发框架
- asp.net MVC+Dapper高性能管理系统框架
- 蒋金楠ASP.NET Web API 2 框架揭秘完整带
- Asp.net Web API框架揭秘 完整Pdf+所有源码
- 《ASP.NET MVC 5框架揭秘》高清带书签
- ASP.NET MVC5 框架揭秘+源码打包
- 基于C# MVC开发的WEB API通用框架 附带
- 大型综合管理ERP源码 大型ERP源码 bs框
- WMS仓库框架源码 winform
- ymnets带工作流MVC5开发框架源码带开发
- C#.NET通用开发框架源码2017
- 一套通用的Easyui+asp.net mvc开发框架源
- CS开发框架 最新Ribbin版C#源码 界面美
- WPF开发框架源码适合新手.txt
- 蒋波涛插件式GIS应用程序框架的设计
- Quartz_net框架及官方开发文档
- WeifenLuo.WinFormsUI.Docking.dll
- winform 快速开发框架 仓库管理系统源
- C# Socket通讯框架,封装了Client和Serv
- 三层结构MVCC#框架
- 开发框架 C#源码
- HttpHelper万能框架V2.4.zip
-
基于C#和xm
l的自动化测试框架系统的 - PC/SC 微软智能卡C#开发框架库
评论
共有 条评论