Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>What you are asking for looks like an <a href="http://en.wikipedia.org/wiki/Object-relational_mapping" rel="nofollow noreferrer">Object-relational mapper</a> with LINQ provider.</p> <p>For instance, <a href="http://nhforge.org/Default.aspx" rel="nofollow noreferrer">NHibernate</a> ORM (my personal favorite) supports both PostgreSQL and MySQL. As of <a href="http://www.zvolkov.com/clog/2010/12/04/whats-new-in-nhibernate-3-0-ga/" rel="nofollow noreferrer">version 3.0</a> it has a built in LINQ provider.</p> <p>Microsoft's <a href="http://msdn.microsoft.com/en-us/library/bb399572.aspx" rel="nofollow noreferrer">Entity Framework</a> doesn't have out of the box support for many database engines, as NHibernate has, but there are <a href="http://msdn.microsoft.com/en-us/data/dd363565.aspx" rel="nofollow noreferrer">third party solutions</a>. Btw, EF <a href="http://weblogs.asp.net/scottgu/archive/2012/07/19/entity-framework-and-open-source.aspx" rel="nofollow noreferrer">got open-sourced</a> two days ago. </p> <p>There's an interesting site that compares various ORMs in .NET world - <a href="http://ormbattle.net/" rel="nofollow noreferrer">ORM Battle</a>. There you can find a list of other popular ORMs and see how they compare to each other.</p> <p>Some SO ORM questions:<br> <a href="https://stackoverflow.com/questions/132676/which-orm-for-net-would-you-recommend">https://stackoverflow.com/questions/132676/which-orm-for-net-would-you-recommend</a><br> <a href="https://stackoverflow.com/questions/3187928/best-orm-to-use-with-c-sharp-4-0">Best ORM to use with C# 4.0</a> </p> <p>Also, <a href="https://stackoverflow.com/questions/5829891/which-micro-orm-to-use">micro-ORMs</a> have recently risen in popularity. They don't really offer a full object to database mapping, nor Linq support (most of them) but they could be a good tool for the job.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload