Creating Multiple Queries for Running Objects

Posted by edurdias on ASP.net Weblogs See other posts from ASP.net Weblogs or by edurdias
Published on Mon, 24 Sep 2012 13:57:00 GMT Indexed on 2012/09/24 21:38 UTC
Read the original article Hit count: 271

Running Objects combines the power of LINQ with Metadata definition to let you leverage multiples perspectives of your queries of objects. By default, RO brings all the objects in natural order of insertion and including all the visible properties of your class. In this post, we will understand how the QueryAttribute class is structured and how to make use of it. The QueryAttribute class This class is the responsible to specify all the possible perspectives of a list of objects. In other words, is...(read more)

© ASP.net Weblogs or respective owner

Related posts about agile

Related posts about ASP.NET