博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
orm收藏
阅读量:4620 次
发布时间:2019-06-09

本文共 607 字,大约阅读时间需要 2 分钟。

http://www.toptensoftware.com/petapoco/

PetaPoco is a tiny, fast, single-file micro-ORM for .NET and Mono.

  • Like it's a single file that you easily add to any project
  • Unlike it works with strongly typed 's
  • Like , it now also supports dynamic Expandos too -
  • Like , it supports a close relationship between object and database table
  • Like , it supports generation of poco classes with T4 templates
  • Like , it's fast because it uses dynamic method generation (MSIL) to assign column values to properties
  • MicroOrm.Net主页:

    MicroOrm.Net系列随便目录总览:

 

转载于:https://www.cnblogs.com/shiningrise/archive/2013/01/09/2852519.html

你可能感兴趣的文章
图的邻接表存储
查看>>
2018 leetcode
查看>>
PHP中获取当前页面的完整URL
查看>>
所谓输入掩码技术,即只有数字键起作用
查看>>
Display对象,Displayable对象
查看>>
安装oracle11G,10G时都会出现:注册ocx时出现OLE初始化错误或ocx装载错误对话框
查看>>
生产环境下正则的应用实例(一)
查看>>
在CentOS7命令行模式下安装虚拟机
查看>>
Arduino可穿戴开发入门教程Arduino开发环境介绍
查看>>
Windows平台flex+gcc词法分析实验工具包
查看>>
3.Python基础 序列sequence
查看>>
Chapter 4 Syntax Analysis
查看>>
vi/vim使用
查看>>
讨论Spring整合Mybatis时一级缓存失效得问题
查看>>
Maven私服配置Setting和Pom文件
查看>>
Linux搭建Nexus3.X构建maven私服
查看>>
NPOI 操作Excel
查看>>
MySql【Error笔记】
查看>>
vue入门
查看>>
JS线程Web worker
查看>>