CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 C#编程

文件名称:osharp

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2020-06-16
  • 文件大小:
    23.12mb
  • 已下载:
    1次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容来自于网络,使用问题请自行百度

OSharp是一个基于.NetCore的快速开发框架,框架对 AspNetCore 的配置、依赖注入、日志、缓存、实体框架、Mvc(WebApi)、身份认证、功能权限、数据权限等模块进行更高一级的自动化封装,并规范了一套业务实现的代码结构与操作流程,使 .Net Core 框架更易于应用到实际项目开发中
(系统自动生成,下载前可以参看下载内容)

下载文件列表

压缩包 : osharp.rar 列表
osharp/.git/config
osharp/.git/description
osharp/.git/HEAD
osharp/.git/hooks/applypatch-msg.sample
osharp/.git/hooks/commit-msg.sample
osharp/.git/hooks/fsmonitor-watchman.sample
osharp/.git/hooks/post-update.sample
osharp/.git/hooks/pre-applypatch.sample
osharp/.git/hooks/pre-commit.sample
osharp/.git/hooks/pre-push.sample
osharp/.git/hooks/pre-rebase.sample
osharp/.git/hooks/pre-receive.sample
osharp/.git/hooks/prepare-commit-msg.sample
osharp/.git/hooks/update.sample
osharp/.git/index
osharp/.git/info/exclude
osharp/.git/logs/HEAD
osharp/.git/logs/refs/heads/master
osharp/.git/logs/refs/remotes/origin/HEAD
osharp/.git/objects/pack/pack-ebefc6ead895a86b2ac00c6e8b9deec018f2ff3a.idx
osharp/.git/objects/pack/pack-ebefc6ead895a86b2ac00c6e8b9deec018f2ff3a.pack
osharp/.git/packed-refs
osharp/.git/refs/heads/master
osharp/.git/refs/remotes/origin/HEAD
osharp/.github/ISSUE_TEMPLATE/-----.md
osharp/.github/ISSUE_TEMPLATE/--bug.md
osharp/.gitignore
osharp/.vs/osharp/DesignTimeBuild/.dtbcache
osharp/.vs/osharp/v14/.suo
osharp/.vs/osharp/v15/.suo
osharp/.vs/osharp/v15/Server/sqlite3/db.lock
osharp/.vs/osharp/v15/Server/sqlite3/storage.ide
osharp/.vs/osharp/v15/Server/sqlite3/storage.ide-shm
osharp/.vs/osharp/v15/Server/sqlite3/storage.ide-wal
osharp/build/apicleaner.exe
osharp/build/build-docs.bat
osharp/build/del-nuget.bat
osharp/build/OSharp.Keys.snk
osharp/build/OSharpNS.nuspec
osharp/build/public.props
osharp/build/version.props
osharp/docs/.gitignore
osharp/docs/api/.gitignore
osharp/docs/api/index.md
osharp/docs/apicleaner.exe
osharp/docs/articles/intro.md
osharp/docs/articles/md2html.sh
osharp/docs/articles/packs/aspnetcore.md
osharp/docs/articles/packs/automapper.md
osharp/docs/articles/packs/dependency.md
osharp/docs/articles/packs/eventbus.md
osharp/docs/articles/packs/index.md
osharp/docs/articles/packs/log4net.md
osharp/docs/articles/packs/osharpcore.md
osharp/docs/articles/toc.yml
osharp/docs/articles/updatelogs.md
osharp/docs/build-docs.bat
osharp/docs/docfx-tmpl/LICENSE.md
osharp/docs/docfx-tmpl/README.md
osharp/docs/docfx-tmpl/screenshots/1.png
osharp/docs/docfx-tmpl/screenshots/2.png
osharp/docs/docfx-tmpl/screenshots/3.png
osharp/docs/docfx-tmpl/screenshots/4.png
osharp/docs/docfx-tmpl/src/partials/affix.tmpl.partial
osharp/docs/docfx-tmpl/src/partials/class.header.tmpl.partial
osharp/docs/docfx-tmpl/src/partials/class.tmpl.partial
osharp/docs/docfx-tmpl/src/partials/enum.tmpl.partial
osharp/docs/docfx-tmpl/src/partials/namespace.tmpl.partial
osharp/docs/docfx-tmpl/src/styles/main.css
osharp/docs/docfx-tmpl/src/styles/main.js
osharp/docs/docfx.json
osharp/docs/index.md
osharp/docs/logo.svg
osharp/docs/OSharp框架示例(Liuliu.Demo).json
osharp/docs/toc.yml.bak
osharp/docs/vsd/01.Pack初始化流程.vsd
osharp/LICENSE
osharp/osharp.sln
osharp/osharp.sln.DotSettings
osharp/README.md
osharp/samples/web/Liuliu.Demo.Core/Common/CommonService.cs
osharp/samples/web/Liuliu.Demo.Core/Common/Dtos/ListNode.cs
osharp/samples/web/Liuliu.Demo.Core/Common/Dtos/TreeNode.cs
osharp/samples/web/Liuliu.Demo.Core/Common/ICommonContract.cs
osharp/samples/web/Liuliu.Demo.Core/Identity/Dtos/AutoMapperConfiguration.cs
osharp/samples/web/Liuliu.Demo.Core/Identity/Dtos/ChangePasswordDto.cs
osharp/samples/web/Liuliu.Demo.Core/Identity/Dtos/ConfirmEmailDto.cs
osharp/samples/web/Liuliu.Demo.Core/Identity/Dtos/LoginDto.cs
osharp/samples/web/Liuliu.Demo.Core/Identity/Dtos/ProfileEditDto.cs
osharp/samples/web/Liuliu.Demo.Core/Identity/Dtos/RegisterDto.cs
osharp/samples/web/Liuliu.Demo.Core/Identity/Dtos/ResetPasswordDto.cs
osharp/samples/web/Liuliu.Demo.Core/Identity/Dtos/RoleInputDto.cs
osharp/samples/web/Liuliu.Demo.Core/Identity/Dtos/RoleNode.cs
osharp/samples/web/Liuliu.Demo.Core/Identity/Dtos/RoleOutputDto.cs
osharp/samples/web/Liuliu.Demo.Core/Identity/Dtos/RoleOutputDto2.cs
osharp/samples/web/Liuliu.Demo.Core/Identity/Dtos/SendMailDto.cs
osharp/samples/web/Liuliu.Demo.Core/Identity/Dtos/UserInputDto.cs
osharp/samples/web/Liuliu.Demo.Core/Identity/Dtos/UserLoginOutputDto.cs
osharp/samples/web/Liuliu.Demo.Core/Identity/Dtos/UserOutputDto.cs
osharp/samples/web/Liuliu.Demo.Core/Identity/Dtos/UserOutputDto2.cs
osharp/samples/web/Liuliu.Demo.Core/Identity/Dtos/UserRoleInputDto.cs
osharp/samples/web/Liuliu.Demo.Core/Identity/Dtos/UserRoleNode.cs
osharp/samples/web/Liuliu.Demo.Core/Identity/Dtos/UserRoleOutputDto.cs
osharp/samples/web/Liuliu.Demo.Core/Identity/Entities/LoginLog.cs
osharp/samples/web/Liuliu.Demo.Core/Identity/Entities/Organization.cs
osharp/samples/web/Liuliu.Demo.Core/Identity/Entities/Role.cs
osharp/samples/web/Liuliu.Demo.Core/Identity/Entities/RoleClaim.cs
osharp/samples/web/Liuliu.Demo.Core/Identity/Entities/User.cs
osharp/samples/web/Liuliu.Demo.Core/Identity/Entities/UserClaim.cs
osharp/samples/web/Liuliu.Demo.Core/Identity/Entities/UserDetail.cs
osharp/samples/web/Liuliu.Demo.Core/Identity/Entities/UserLogin.cs
osharp/samples/web/Liuliu.Demo.Core/Identity/Entities/UserRole.cs
osharp/samples/web/Liuliu.Demo.Core/Identity/Entities/UserToken.cs
osharp/samples/web/Liuliu.Demo.Core/Identity/Events/LoginEventData.cs
osharp/samples/web/Liuliu.Demo.C

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com