score:3
Accepted answer
Time has passed, NHibernate has a LINQ provider since 2.1 and ActiveRecord since 2.0.
score:0
LINQ to ActiveRecord is built on top of LINQ to NHibernate. This won't be around for a a while, but you can follow progress on Steve Strong's blog.
Source: stackoverflow.com
Related Articles
- The state of LINQ to NHibernate ActiveRecord
- LINQ Source Code Available
- creating Linq to sqlite dbml from DbLinq source code
- NHibernate LINQ query performance, which code fragment is better?
- nhibernate activerecord linq Contains problem
- source code for LINQ 101 samples
- c# Linq or code to extract groups from a single list of source data
- Convert string[] to int[] in one line of code using LINQ
- Code equivalent to the 'let' keyword in chained LINQ extension method calls
- NHibernate vs LINQ to SQL
- Linq code to select one item
- Fetch vs FetchMany in NHibernate Linq provider
- How are people unit testing code that uses Linq to SQL
- Linq for NHibernate and fetch mode of eager loading
- Tradeoffs using NHibernate 3.0 QueryOver or LINQ provider
- Nhibernate Linq In Clause
- LINQ query to perform a projection, skipping or wrapping exceptions where source throws on IEnumerable.GetNext()
- Getting count with NHibernate + Linq + Future
- NHibernate Second Level Cache With NHibernate Linq Provider 1.0
- Nhibernate 3 & LINQ
- I am wondering about the state of connection and impact on code performance by 'yield' while iterating over data reader object
- How to do a case-insensitive string where in NHibernate Linq query?
- Syntax to execute code block inside Linq query?
- LINQ to Nhibernate duplicates joins
- Does NHibernate LINQ support ToLower() in Where() clauses?
- NHibernate efficient Delete using LINQ Where condition
- NHibernate or LINQ to SQL
- Linq to NHibernate : is it mature?
- Enumerable.Empty<T>().AsQueryable(); This method supports the LINQ to Entities infrastructure and is not intended to be used directly from your code
- NHibernate Linq provider and take() skip() with eager fetching
- Getting difference between two dates in days
- EF Linq QUery cause lock compared to SQL
- Group a List by two criteria C#
- Creating class from XML using LINQ, but TargetInvocationException when using namespace
- Prioritizing fields when matching multiple fields with linq
- Linq results type?
- new to linq. compiler doesnt like my query. Code provided
- Convert string to int, check total sum of int based on foreach loop
- LINQ to Object - How to implement dynamic SELECT projection of sub elements
- Filtering a collection deep in an object graph
- Using Lambda or Linq Get data based on child table
- Select strokes from inkcanvas within a rectangle by program
- Sorting an ArrayList
- How to find the position(not Id) of an Item in a sorted Linq list
- Linq Grouping/Parsing very slow
- LINQ query from two related lists with specific criteria
- EF does not recognize the method 'Boolean Contains(System.Object)' method, and this method cannot be translated into a store expression
- Best practice to build dynamic SQL queries
- Query with optional/conditional join between 2 tables
- OrderBy selected DateTime column(Column name string) from datatable C#