Contents tagged with Asp.Net 3.5 extension
-
Using Take and skip keyword to filter records in LINQ
In LINQ we can use the take keyword to filter out the number of records that we want to retrieve from the query. Let’s say we want to retrieve only the first 5 records for the list or array then we can use the following query
-
Filtering data in LINQ with the help of where clause
-
Microsft releases SilverLight 2.0 Beta 1, Asp.net MVC preview and IE8 Beta1
Hi,