English 中文(简体)
哪一个微量单位使用? [闭门]
原标题:Which Micro ORM to use? [closed]
  • 时间:2011-04-29 08:40:24
  •  标签:
  • c#
  • .net
  • orm
问题回答

决定你提到哪些特点——简明扼要、灵活、支持——从现在起,对你和你的项目()最为有用。 哪些工作最有可能使你的工作更容易?

然后,请你回答。 如果你仍然可以选择的话,请Dapper(作随机选择,我做过:-) 正如切希尔·卡塔所说,如果你不真正知道你想要去哪里,那就没有你选择的道路。

PetaPoco s documentation seems more mature than others. It seems like it is the safest route.

i havent triend any of those. by default i always base my decision on number of lines of resulting client code and type safety. of course there are number of other metrics you should take into account but if your project is not constrained by any special (exotic) requirements those two are generally appliable. btw. i am aware about controversy my response may lead to ;)





相关问题
Anyone feel like passing it forward?

I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...

NSArray s, Primitive types and Boxing Oh My!

I m pretty new to the Objective-C world and I have a long history with .net/C# so naturally I m inclined to use my C# wits. Now here s the question: I feel really inclined to create some type of ...

C# Marshal / Pinvoke CBitmap?

I cannot figure out how to marshal a C++ CBitmap to a C# Bitmap or Image class. My import looks like this: [DllImport(@"test.dll", CharSet = CharSet.Unicode)] public static extern IntPtr ...

How to Use Ghostscript DLL to convert PDF to PDF/A

How to user GhostScript DLL to convert PDF to PDF/A. I know I kind of have to call the exported function of gsdll32.dll whose name is gsapi_init_with_args, but how do i pass the right arguments? BTW, ...

Linqy no matchy

Maybe it s something I m doing wrong. I m just learning Linq because I m bored. And so far so good. I made a little program and it basically just outputs all matches (foreach) into a label control. ...