Giter Club home page Giter Club logo

yiframework's Introduction

YiFramework 在.net 开发中结合entity framework,借鉴传统三层架构,搭建的一个快速开发框架。

  • 底层架构适应于B/S、C/S,同时考虑到缓存、并发、用户回话、异常等处理。
  • ORM实体框架对常见CRUD操作进行封装,基于接口的设计更利于灵活实现控制。
  • 可支持多个_数据库上下文_同时存在。
  • entity framework 的基类Repository暂时只实现基于database first,也能实现code first模式的开发。
  • 在B/S系统中,实现了每一个http请求对应的每一个_数据库上下文_只会创建一次,请求结束统一释放上下文资源,保证了每次请求中,上下文也是线程内安全的。
  • 在业务逻辑层的增删查改中,封装了对常见字段创建者CreatorID、创建时间CreateTime、更新时间UpdateTime、软删除IsDel等的处理

yiframework's People

Contributors

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