Dapper ,和PetaPoco。 我在PetaPoco对Dapper、Masive和POCO的支持是简单明了的,但目前拖延了谁选择下一个项目。
我确实知道,在很大程度上,它涉及的是个人信条,但认为听取关于这个主题的一些意见是很有价值的,特别是来自那些尝试其中不止一个图书馆的人(is)。 正确术语:图书馆、档案、框架?
Dapper ,和PetaPoco。 我在PetaPoco对Dapper、Masive和POCO的支持是简单明了的,但目前拖延了谁选择下一个项目。
我确实知道,在很大程度上,它涉及的是个人信条,但认为听取关于这个主题的一些意见是很有价值的,特别是来自那些尝试其中不止一个图书馆的人(is)。 正确术语:图书馆、档案、框架?
决定你提到哪些特点——简明扼要、灵活、支持——从现在起,对你和你的项目()最为有用。 哪些工作最有可能使你的工作更容易?
然后,请你回答。 如果你仍然可以选择的话,请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 ;)
What is the use of default keyword in C#? Is it introduced in C# 3.0 ?
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. ...
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 ...
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 ...
I have two EF entities. One has a property called HouseNumber. The other has two properties, one called StartHouseNumber and one called EndHouseNumber. I want to create a many to many association ...
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, ...
Since I cannot order my dictionary, what is the best way of going about taking key value pairs and also maintaing an index?
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. ...