当前位置: 首页 > 软件库 > 数据库相关 > >

Weapsy

ASP.NET Core CMS
授权协议 View license
开发语言 C/C++
所属分类 数据库相关
软件类型 开源软件
地区 不详
投 递 者 殳俊晤
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

THIS REPOSITORY IS NO LONGER MAINTAINED

This project is replaced by Atles.

Weapsy

Weapsy is an ASP.NET Core CMS.

Technology

  • C#
  • ASP.NET Core
  • Entity Framework Core
  • MSSQL, MySQL, SQLite, PostgreSQL

Prerequisites

How to run on local

  • Open the Weapsy.sln solution in Visual Studio
  • Build the solution with release configuration (default apps will be copied over to the "Apps" folder)
  • Set the data provider of your choice in the appsettings.json file and modify the default connection string accordingly if needed.
  • Run (F5 or Ctrl+F5)
  • Login using these credentials:
  • Database and seed data will be created automatically the first time you run the application.
  • 其实后面的内容已经没有多少了,服务层、实体层和核心层。 核心层涉及了这些概念: 1  缓 2 Cookie 3 仓储接口 4 邮件 5 任务 6 AppSetting 7 异常 8 图像处理 这层感觉想一个大杂烩,称呼其为Core 感觉不怎么好,我想AppCommon来的比较好(应用程序通用组件层)。 实体层: 这层就不介绍了,定义了概念模型。 服务层: 这层基于实体去定义了业务,通过一个聚合的根

  • 好久没写了,N多的加班,还得学习公司业务的知识,有点小悲催。虽然有加班费,但是总归有点累,而且关于领域模型中的概念有很多的力不从心,导致好久没怎么下笔。 最近充电了下,在次开始处理前期定下的目标。 Data层: 这个层作者定义了这些内容: 1 EF数据如何初始化 2 实体属性和数据库的映射 3 实体之间的关联 4 定义仓储 5 定义上下文环境context 这个层其实应该很复杂的,如一些规范,工作

  • 很多人在做MVC3的时候问过这样的问题:我在一个表单中有几个按钮,如何提交到不同的方法。 <% Html.BeginForm("MyAction", "MyController", FormMethod.Post); %> <input type="submit" value="Send" /> <input type="submit" value="Cancel" /> <% Html.EndF

相关阅读

相关文章

相关问答

相关文档