Hacker Timesnew | past | comments | ask | show | jobs | submitlogin

Basic LINQ on in-memory collections isn't really that different from what you have in other languages. Where things get special is the LINQ used by Entity Framework. It operates on expressions, which allow code to be compiled into the application and manipulated at runtime. For example, the lambda expression that you pass to Where() will be examined by an EF query provider that translates it into the where clause for a SQL query.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: