All Projects → NewLifeX → comcms

NewLifeX / comcms

Licence: MIT license
COMCMS_Core 版本

Programming Languages

javascript
184084 projects - #8 most used programming language
C#
18002 projects
HTML
75241 projects
CSS
56736 projects
TSQL
950 projects

Projects that are alternatives of or similar to comcms

Cqrswithmediatr
CQRS implementation in .NET Core with MediaTR tutorial
Stars: ✭ 71 (+121.88%)
Mutual labels:  aspnetcore, netcore
Elmahcore
ELMAH for Net.Standard and Net.Core
Stars: ✭ 127 (+296.88%)
Mutual labels:  aspnetcore, netcore
Module Shop Mini Program
一个基于 .NET Core构建的简单、跨平台、模块化的商城系统
Stars: ✭ 89 (+178.13%)
Mutual labels:  aspnetcore, netcore
Netcorebbs
ASP.NET Core Light forum NETCoreBBS
Stars: ✭ 483 (+1409.38%)
Mutual labels:  aspnetcore, netcore
SharpPlugs
.Net Core 鋒利扩展
Stars: ✭ 26 (-18.75%)
Mutual labels:  aspnetcore, netcore
Bing.netcore
Bing是基于 .net core 2.0 的框架,旨在提升团队的开发输出能力,由常用公共操作类(工具类、帮助类)、分层架构基类,第三方组件封装,第三方业务接口封装等组成。
Stars: ✭ 758 (+2268.75%)
Mutual labels:  aspnetcore, netcore
Neventlite
NEventLite - An extensible lightweight library for .NET that manages the Aggregate lifecycle in an Event Sourced system. Supports Event and Snapshot storage providers like EventStore/Redis or SQL Server. Built with dependency injection in mind and seamlessly integrates with AspNetCore.
Stars: ✭ 117 (+265.63%)
Mutual labels:  aspnetcore, netcore
awesome-dotnet-async
A curated list of awesome articles and resources to learning and practicing about async, threading, and channels in .Net platform. 😉
Stars: ✭ 84 (+162.5%)
Mutual labels:  aspnetcore, netcore
Netcorecms
NetCoreCMS is a modular theme supported Content Management System developed using ASP.Net Core 2.0 MVC. Which is also usable as web application framework. This project is still under development. Please do not use before it's first release.
Stars: ✭ 165 (+415.63%)
Mutual labels:  aspnetcore, netcore
Revo
Event Sourcing, CQRS and DDD framework for C#/.NET Core.
Stars: ✭ 162 (+406.25%)
Mutual labels:  aspnetcore, netcore
Module Shop
一个基于 .NET Core构建的简单、跨平台、模块化的商城系统
Stars: ✭ 398 (+1143.75%)
Mutual labels:  aspnetcore, netcore
X.Extensions.Logging.Telegram
Telegram logging provider
Stars: ✭ 32 (+0%)
Mutual labels:  aspnetcore, netcore
Simplcommerce
A simple, cross platform, modularized ecommerce system built on .NET Core
Stars: ✭ 3,474 (+10756.25%)
Mutual labels:  aspnetcore, netcore
Couchdb Net
EF Core-like CouchDB experience for .NET!
Stars: ✭ 50 (+56.25%)
Mutual labels:  aspnetcore, netcore
Anet
A .NET Core Common Library , Framework and Boilerplate.
Stars: ✭ 255 (+696.88%)
Mutual labels:  aspnetcore, netcore
Gitserver
ASP.NET Core Git HTTP Server
Stars: ✭ 98 (+206.25%)
Mutual labels:  aspnetcore, netcore
Ark.Tools
Ark set of helper libraries
Stars: ✭ 20 (-37.5%)
Mutual labels:  aspnetcore, netcore
Cosmos.Identity
A Cosmos storage provider for ASP.NET Core Identity.
Stars: ✭ 26 (-18.75%)
Mutual labels:  aspnetcore, netcore
Formhelper
ASP.NET Core - Transform server-side validations to client-side without writing any javascript code. (Compatible with Fluent Validation)
Stars: ✭ 155 (+384.38%)
Mutual labels:  aspnetcore, netcore
XAF Security E4908
This repository contains examples for Role-based Access Control, Permission Management, and OData / Web / REST API Services for Entity Framework and XPO ORM
Stars: ✭ 47 (+46.88%)
Mutual labels:  aspnetcore, netcore

COMCMS_NETCORE

COMCMS NETCORE版本,一个简单的CMS后台管理系统,带前台演示。 主要是演示了.net core 一个系统后台如何搭建。前台如何使用。可以简单的完成一个企业站。通过二次开发,可以支持商城系统、小程序、app服务器端等...

更新日志

  • 2021-02-02 升级组件,删除ZKWeb组件,增加文章Tag标签
  • 2020-12-02 升级到.net5;增加文章栏目、商品分类快速修改排序;增加jwt授权登录
  • 2020-11-11 管理组管理增加控制普通管理组的文章和商品权限,文章、商品操作增加权限判断
  • 2020-10-11 更新组件,兼容IE11
  • 2020-08-06 增加数据字典管理
  • 2020-04-27 增加程序初始化数据,支持Mysql(windows和linux)、Sqlserver 数据库
  • 2020-03-06 更新新的demo地址

技术简要

  • .net 5 (请注意升级本地SDK 或者runtime)
  • 数据库:Mysql 5.7 /Mysql 8.0 / SqlServer 2008+
  • ORM:数据库操作使用XCode,目前支持mysql、sqlserver。详细见:https://github.com/NewLifeX/X
  • 据库驱动使用:MySQL官方驱动,8.0.23
  • 后台模板是H+
  • 编辑器采用CKeditor 支持截图粘贴进去,上传图片采用webuploader

文件夹介绍

  • COMCMS.API 目前还没用到,预留api的第三对接类库

  • COMCMS.Common 通用帮助函数类库

  • COMCMS.Core 数据库操作核心业务逻辑和实体 采用XCode

  • COMCMS.Web .net 5 的MVC网站。

  • XCoder 代码生成器,跟上述的没任何关系,只是为了生成数据库操作业务逻辑和实体而已。

  • Lib.Core 部分中间件

  • NewLife.UserGroup.WebUploader 大文件上传

  • WebTest 测试站点;暂时屏蔽

  • data 目录是初始化sql ,目前是mysql,注意linux版本要还原comcms_for_linux.sql

演示地址

演示地址1(windows server 2016 + IIS):前台:[前台演示地址](http://demo.comcms.com) 后台:[后台演示地址](http://demo.comcms.com/AdminCP)
演示地址2(CentOS + Nginx):前台:[前台演示地址](http://demo.comcms.cn) 后台:[后台演示地址](http://demo.comcms.cn/AdminCP)

账号密码都是admin

技术交流群

1600800

贡献者

漫遊者(hogenwang)、笑笑(xxred)、一只萌新(HTR)

捐赠

  • 如果您觉得本源码对您有所帮助,可以给我捐赠一杯咖啡

捐赠微信码 捐赠支付宝码

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].