All Projects → besley → Slickone

besley / Slickone

A Quick Enterprise Web Framework for Information System 企业级Web快速开发框架

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Slickone

Slickflow
.NET 开源工作流, NET Open Source Workflow Engine
Stars: ✭ 559 (+542.53%)
Mutual labels:  webapi, dapper, net, mvc, bootstrap3
Denunciado
This project born from the need from people to have a way of communication between municipalities and communities. Some municipalities, have their platforms, but they are complex to validate the veracity of complaints. Denounced, it was born with the purpose of offering a free platform to these municipalities. Denounced consists of three main modules developed with Microsoft technologies, using the .Net Framework and Xamarin for its development: 1. Back End Web Project: Module of administration of the complaints, by the employees of the town councils. In this tool, the employees of the city council receive, validate, report and close the complaints, after being served. 2. Web Portal Client: It consists of a web project, so that the community make their complaints, in the same, the users of the service create a profile, must specify when making their complaint, evidence to support this. Through the portal, they can see the complaints of other community members, follow it, give their opinion or provide possible solutions or more evidence. 3. Mobile Project: It has the same functionalities as the web portal, with the addition, that the automatic location can be sent, from the cell phone.
Stars: ✭ 183 (+110.34%)
Mutual labels:  webapi, mvc
Diamond
Diamond is a full-stack web-framework written in The D Programming Language using vibe.d
Stars: ✭ 173 (+98.85%)
Mutual labels:  webapi, mvc
Beetle.js
🪲 Javascript ORM, manage your data easily.
Stars: ✭ 53 (-39.08%)
Mutual labels:  mvc, webapi
Audit.net
An extensible framework to audit executing operations in .NET and .NET Core.
Stars: ✭ 1,647 (+1793.1%)
Mutual labels:  webapi, mvc
Goldeneye
The CQRS flavoured framework that will speed up your WebAPI and Microservices development
Stars: ✭ 171 (+96.55%)
Mutual labels:  webapi, dapper
Yishaadmin
基于 .NET Core MVC 的权限管理系统,代码易读易懂、界面简洁美观。演示版 http://106.14.124.170/admin
Stars: ✭ 1,186 (+1263.22%)
Mutual labels:  mvc, bootstrap3
Netpro
🌈An enhanced version of asp.netcore,Support for netcore3.1
Stars: ✭ 112 (+28.74%)
Mutual labels:  webapi, dapper
ASP.NET-Core-2-MVC-CRUD-datatables-jQuery-Plugin
Asp.Net Example implementation of datatables.net using Asp.Net Core 2 Mvc CRUD datatables jQuery Plugin
Stars: ✭ 25 (-71.26%)
Mutual labels:  mvc, net
Saea
SAEA.Socket is a high-performance IOCP framework TCP based on dotnet standard 2.0; Src contains its application test scenarios, such as websocket,rpc, redis driver, MVC WebAPI, lightweight message server, ultra large file transmission, etc. SAEA.Socket是一个高性能IOCP框架的 TCP,基于dotnet standard 2.0;Src中含有其应用测试场景,例如websocket、rpc、redis驱动、MVC WebAPI、轻量级消息服务器、超大文件传输等
Stars: ✭ 318 (+265.52%)
Mutual labels:  webapi, mvc
Jsonapidotnetcore
JSON:API Framework for ASP.NET Core
Stars: ✭ 465 (+434.48%)
Mutual labels:  webapi, mvc
Open Retail
Perangkat lunak open source yang dikembangkan khusus untuk bidang usaha ritel, grosir, toko bangunan, toko komputer, toko buku, counter hp, pos, point of sale, kasir dan bidang usaha lainnya yang sejenis.
Stars: ✭ 110 (+26.44%)
Mutual labels:  dapper, net
Opentouryo
”Open棟梁”は、長年の.NETアプリケーション開発実績にて蓄積したノウハウに基づき開発した.NET用アプリケーション フレームワークです。 (”OpenTouryo” , is an application framework for .NET which was developed using the accumulated know-how with a long track record in .NET application development.)
Stars: ✭ 233 (+167.82%)
Mutual labels:  webapi, mvc
Samples-NET.Core-MVC-CSharp
ASP.NET Core 2.0 MVC C# samples for Stimulsoft Reports.Web reporting tool.
Stars: ✭ 28 (-67.82%)
Mutual labels:  mvc, net
Abp Asp.net Boilerplate Project Cms
ABP module-zero +AdminLTE+Bootstrap Table+jQuery+Redis + sql server+quartz+hangfire权限管理系统
Stars: ✭ 677 (+678.16%)
Mutual labels:  webapi, mvc
Furion
Make .NET development easier, more versatile, and more popular.
Stars: ✭ 902 (+936.78%)
Mutual labels:  webapi, mvc
Recipes
🍣Making Recipes iOS app
Stars: ✭ 77 (-11.49%)
Mutual labels:  mvc
Swift Design Patterns
🚀 The ultimate collection of various Software Design Patterns implemented in Swift [Swift 5.0, 28 Patterns].
Stars: ✭ 85 (-2.3%)
Mutual labels:  mvc
Bancha
Bancha is an open-source CMS made by Nicholas Valbusa written in PHP5.3.
Stars: ✭ 76 (-12.64%)
Mutual labels:  mvc
Genie.jl
The highly productive Julia web framework
Stars: ✭ 1,198 (+1277.01%)
Mutual labels:  mvc

SlickOne

SlickOne is a basic library for an enterprise information system or website project. Some new features have been implemenmted in the solution. The solution is designed for 3-tier distributed system, SOA based system, Repository pattern, POCO entity pattern, plugin architecture and asp.net mvc/web api architecture. There are some details described here:

  1. The 3-tier distributed layer include: data access layer, buisiness logic layer and web presentation layer.
  2. Using micro-ORMapping framework Dapper/DapperExtension for database operation.
  3. Using Generic repository pattern to convert data entity and business entity.
  4. Using Asp.net MVC WebAPI to implement service layer/business layer, webapi is a restful style service, we make it to replacte wcf, the reason is that wcf would make you spend much time to maintain xml config in both server and client sides.
  5. All business logic are implemented from Interface, it makes concept not depended on the concrete class instance.
  6. The IRepository class can be used to implement EF, NHerbinate framework which the user prefered to them.
  7. MSSQL, MySQL, Oracle and other database supported by Dapper.

The SlickOne.Web project would give you a full tutorial how to use the SlickOne library and webapi to create a rich mvc web application. Similarily, there are serveral key features to describe here:

  1. Bootstrap3/Mvc(WebApi)/Dapper.
  2. AG-Grid/zTree/Bootstrap-Dialog.
  3. NavBar in top and left side.
  4. Rich page demos in solution.

SlickOne 企业级Web快速开发框架,技术体系描述如下:

  1. Bootstrap3/Mvc(WebApi);
  2. AG-Grid、zTree优秀开源组件;
  3. Dapper 多数据库支持(MSSQL, MySQL, Oracle);
  4. WebApi 访问支持前后端分离;
  5. SSO多站点统一登录验证实现;
  6. 多租户\SAAS平台基础数据框架支持;

SlickOne 1.2.0 版本发布:

  1. 用户登录身份验证,随机加密算法,密码加盐(Salt)单向验证实现;
  2. SSO多站点统一登录验证,一次登录即可访问集成的多站点;
  3. Mvc页面安全访问;
  4. WebAPI的安全访问;
  5. 集成流程设计器,表单设计器;
  6. 基础数据(公司/角色/用户)支持多集团,多租户和SAAS平台系统要求;

SlickOne--DEMO地址:

  1. 演示地址:http://gc.slickflow.com/sfadmin/
  2. 用户名和密码:admin/123456
  3. 流程设计器:http://gc.slickflow.com/sfd/
  4. 表单设计器:http://gc.slickflow.com/smd/

设计介绍:

  1. 博客文章:http://www.cnblogs.com/slickflow/p/7867712.html

说明:

  1. Demo仅作为功能演示使用,如需获取产品完整源代码和开发文档,请申请企业版商业授权。
  2. QQ群:151650479
  3. EMail: [email protected]

# SlickOne 0.1.2 版本发布:

  1. Bootstrap3.3.5版本升级;
  2. AG-Grid 替代SlickGrid,同样强大功能的数据控件,有完善开源社区支持;
  3. 左侧导航菜单折叠隐藏功能实现;
  4. 用户添加, 角色维护等功能示例实现。

项目描述

基于MVC, WebApi, Dapper的3层分布式架构开发框架,其特点是:

  1. 采用Dapper微ORMapping框架,性能接近原生SQL;
  2. 采用Repository模式;
  3. 采用面向Interface接口编程规范;
  4. 采用WebApi实现服务总线;
  5. 前端AG-Grid数据控件展现,Web富交互功能实现;
  6. 前端Bootstrap框架布局在线演示Demo实现;
  7. 多数据库的支持,默认SQLSERVER,支持Oracle, MySQL, KingBase(人大金仓) 等数据库;

SlickOne框架在线DEMO及项目应用演示案例:

  1. Web前端框架在线演示: http://demo.slickflow.com/soweb/
  2. 基于SlickOne的MVC应用: http://demo.slickflow.com/sfmvc/
  3. 基于SlickOne的流程设计器: http://demo.slickflow.com/sfd/
  4. 基于SlickOne的表单设计器: http://demo.slickflow.com/smd/

QQ交流群: 151650479

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].