.NET 的 ORM 框架 ServiceStack.OrmLite

码农软件 · 软件分类 · ORM/持久层框架 · 2019-09-25 08:59:20

软件介绍

ServiceStack.OrmLite 是一个开源的无配置的轻量级 .NET 和 Mono 的 ORM 框架。

示例代码:

dbCmd.Select<Author>(q => q.Name.Contains("Benedict"));

本文地址:https://codercto.com/soft/d/15352.html

Approximation Algorithms

Approximation Algorithms

Vijay V. Vazirani / Springer / 2001-07-02 / USD 54.95

'This book covers the dominant theoretical approaches to the approximate solution of hard combinatorial optimization and enumeration problems. It contains elegant combinatorial theory, useful and inte......一起来看看 《Approximation Algorithms》 这本书的介绍吧!

UNIX 时间戳转换
UNIX 时间戳转换

UNIX 时间戳转换

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具