Browse by Tags

All Tags » Asp.Net 3.5 extension (RSS)

Using Take and skip keyword to filter records in LINQ by vik20000in

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 int[] numbers = { 5, 4, 1...

Filtering data in LINQ with the help of where clause by vik20000in

LINQ has bought with itself a super power of querying Objects, Database, XML, SharePoint and nearly any other data structure. The power of LINQ lies in the fact that it is managed code that lets you write SQL type code to fetch data. Whenever working...

Microsft releases SilverLight 2.0 Beta 1, Asp.net MVC preview and IE8 Beta1 by vik20000in

Hi, Seems like Microsoft has decided to go for many releases on a day on the first day of MIX. Yes today Microsoft not only announced the release of IE8 Beta1 but also the preview of the Asp.Net MVC and Silverlight 2.0 Beta 1. This is way too much to...
More Posts