Connecting Tech Pros Worldwide Help | Site Map

Re: Linq. Take and OrderBy

Marc Gravell
Guest
 
Posts: n/a
#1: Sep 5 '08
LINQ isn't necessarily using reflection; it can use dynamic methods to
use regular IL to access members. As for UI binding - that is going to
be the same either way. Even with untyped objects and no LINQ you can
speed things up *if* you know this is your bottleneck (bulk import/
export etc) - search for HyperDescriptor, for example.

In most cases, the work done in reflection is small in scope, and so
not a performance issue.

Marc
Closed Thread


Similar C# / C Sharp bytes