Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Linq vs SQL
Message
General information
Forum:
ASP.NET
Category:
Databases
Title:
Miscellaneous
Thread ID:
01465539
Message ID:
01465702
Views:
71
>Is there any benefit to converting my data access layer to Linq To SQL?

The one big benefit I've seen is the ability to defer query execution until it's needed. I've always disliked having to create multiple overloads of queries in my business objects to allow for things like paging of the data (I'm usually doing web apps so this comes up a LOT). Now I can write the standard query and have a simple control which handles paging w/o having to add any overloads. I just return an IQueryable<MyEntity> and don't worry about what the client-side does with it.
-Paul

RCS Solutions, Inc.
Blog
Twitter
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform