tags:

views:

98

answers:

4

Where can I find a library with collections of fluent methods as in Rails

I found some here

+1  A: 

here http://ayende.com/projects/rhino-mocks.aspx

http://flimflan.com/blog/ReadableRegularExpressions.aspx

BlackTigerX
thanks for the links
Rony
I hope I'm not the only one who finds those "ReadableRegularExpressions" notoriously unreadable.
Juliet
It's not just you.
Matthew Scharley
+1  A: 

http://fluentnhibernate.org/

zvolkov
+2  A: 

CuttingEdge.Conditions is another one.

Reed Copsey
thanks for the new link
zvolkov
+1  A: 

My favorite; dependency intection: http://www.ninject.org

jerryjvl