Live Views with LiveLinq
LINQ is the perfect tool for transforming raw data into custom views. Studio for Entity Framework makes LINQ even more powerful by making LINQ query statements live. Studio for Entity Framework includes ComponentOne LiveLinq, an extension library which augments the functionality of LINQ to speed up queries and provide live views.
With LiveLinq, you can shape your view however you want using LINQ operators without losing full updatability and bindability. “Bindability” means that your views are not just static snapshots of their source data. They are “live” and automatically reflect changes in the data. Your query results are kept up-to-date without re-populating every time changes in your data occur.