Giter Club home page Giter Club logo

gz-chenzd / ecode Goto Github PK

View Code? Open in Web Editor NEW
8.0 2.0 4.0 298 KB

ECode是一套NetCore组件,提供了一套面向SaaS的ORM框架及各种常用的基础类库,包括缓存Redis/Memcached、数据校验CRC/哈希/RSA、数据编码B64/QP、加解密AES/DES、依赖注入DI/IoC、事件框架、日志组件、抽象配置及部分常用工具方法,用于帮助大家简化系统开发,减少系统臃肿

License: MIT License

C# 100.00%

ecode's Introduction

ECode

ECode是一套NetCore组件,提供了一套面向SaaS的ORM框架及各种常用的基础类库,包括缓存Redis/Memcached、数据校验CRC/哈希/RSA、数据编码B64/QP、加解密AES/DES、依赖注入DI/IoC、事件框架、日志组件、抽象配置及部分常用工具方法,用于帮助大家简化系统开发,减少系统臃肿

Core

Core是ECode的核心组件,包含有各种常用的基础类库,用于帮助大家简化系统开发

  • 缓存: 统一的接口及多个缓存实现 内存缓存、Redis Kv及Memcached
  • 数据校验: 收录了大部分常用的CRC、MD5、SHA及RSA签名验证等
  • 数据编码: 收录有Base64、QuotedPrintable、Hex、UrlEncode等
  • 加解密: 统一的接口及其实现AES、DES
  • 依赖注入: 一套小巧精致的依赖注入实现
  • 事件框架: 一套程序内的事件通知机制实现
  • 日志组件: 类似与Log4Net的实现,主要用于自定义监控使用
  • 配置管理: 抽象的配置管理,用于管理基于环境变量及程序自身的配置
  • 其他常用方法: 如类型转换、参数校验、网络调用等等

Data

Data是ECode的ORM组件部分,提供了基于lambda表达式同时又类似于SQL语法的使用模式,支持多种关系型数据库MySQL、MS SQL Server、SQLite等

  • 支持分库分表: 基于策略接口的、自定义规则的分库分表实现
  • 支持读写分离: 自动根据SQL上下文进行主从选择自由切换
  • 支持事务: 支持基于ReadCommitted隔离级别的事务
  • 支持MySQL、MsSQL、SQLite等多种数据库


QQ群: 10527852

ecode's People

Contributors

gz-chenzd avatar

Stargazers

ycb avatar  avatar Pipeng avatar  avatar  avatar devonyannis avatar  avatar  avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.