SlickSafe is a web based user authentication system. There are some new features have been implemenmted in the solution.
The system is designed for 3-tier distributed system, SOA based system, Repository pattern, POCO entity pattern, asp.net mvc/web api architecture. Some details can be described here:
The SlickSafe.Web project would give you a full tutorial how to use the SlickSafe library and webapi to create a rich mvc web application. Similarily, there are serveral key features to describe here:
http://demo.slickflow.com/ssweb2/
User/Pwd:admin/123456, jack/123456
SlickSafe 企业级权限快速开发框架,技术体系描述如下:Bootstrap3/Mvc(WebApi)Dapper,AG-Grid/zTree优秀开源组件,Dapper针对MSSQL, MySQL, Oracle等多数据库的实现,丰富代码示例。
功能说明
技术说明
基于MVC, BootStrap3, WebApi, Dapper的3层分布式架构开发框架,其技术特点是:
添加多数据库支持特性,默认支持SQLSERVER,也可以通过Dapper实现对ORACLE, MYSQL, KINGBASE等数据库的标准SQL支持,程序代码修改及配置请参阅文件: SessionFactory.cs
权限系统支持Console, Winform 和 Web 各种类型的项目引用,数据库连接设置方法说明如下:
<appSettings>
<add key="WebAppDBConnectionString" value="SlickSafeDBConnectionString"/>
</appSettings>
其中WebAppDBConnectionString 是用于SlickOne.Data的数据访问组件的属性读取,对应的value数值是实际的数据库连接串.
# SQL SERVER数据库:
<connectionStrings>
<add name="SlickSafeDBConnectionString" connectionString="Data Source=127.0.0.1;Initial Catalog=SODB;Integrated Security=False;User ID=sa;Password=1234;Connect Timeout=15;Encrypt=False;TrustServerCertificate=False" />
</connectionStrings>
# ORACLE 数据库:
<connectionStrings>
<add name="SlickSafeDBConnectionString"
connectionString="user id=dbadminOracle;password=1234;data source=(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=XE)))"/>
</connectionStrings>
支持LGPL开源协议(Open Source License)和商业授权许可协议(Commercial License)。
http://www.cnblogs.com/slickflow/p/6478887.html
Contact: [email protected]
QQ: 47743901(过河卒子)