Is there LinqToCSLA .NET?

Y

Yash Ganthe

Hi,

Is there any support for Linq To CSLA, which would expose entities as
IQueryable just like Linq to Entities?

We have about 100 entity classes based on CSLA .NET developed in an
existing application which now needs to be enhanced with RIA Domain
services and Dynamic Data. Dynamic Data expects the operations to
support the Linq syntax and hence we need somthing like LinqToCSLA.


Thanks,
Yash
 
J

Jason Keats

Yash said:
Hi,

Is there any support for Linq To CSLA, which would expose entities as
IQueryable just like Linq to Entities?

We have about 100 entity classes based on CSLA .NET developed in an
existing application which now needs to be enhanced with RIA Domain
services and Dynamic Data. Dynamic Data expects the operations to
support the Linq syntax and hence we need somthing like LinqToCSLA.


Thanks,
Yash

Why don't you ask Rockford Lhotka?

Have you checked out the CSLA site and forums?

http://www.lhotka.net/cslanet/
http://www.lhotka.net/cslanet/faq/LinqToCslaFaq.ashx
http://forums.lhotka.net/
 
G

Gregory A. Beamer

Hi,

Is there any support for Linq To CSLA, which would expose entities as
IQueryable just like Linq to Entities?

We have about 100 entity classes based on CSLA .NET developed in an
existing application which now needs to be enhanced with RIA Domain
services and Dynamic Data. Dynamic Data expects the operations to
support the Linq syntax and hence we need somthing like LinqToCSLA.

What version of CSLA?

you might want to read this:
http://forums.lhotka.net/forums/thread/32512.aspx

It talks about indexing objects so LINQ can actually operate at a decent
speed. There is some perf and maintenance cost for implementing, of
course.


--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

Twitter: @gbworld
Blog: http://gregorybeamer.spaces.live.com

*******************************************
| Think outside the box! |
*******************************************
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top