Rating:
0 user(s) have rated this article
(Not rated)
Posted by: Suprotim Agarwal,
on 8/29/2010,
in category "LINQ"
Views:
this article has been read 3296 times
Abstract:
In this article, we will learn LINQ To XML using some ‘How Do I’ kind of examples.
|
Rating:
3 user(s) have rated this article
Posted by: Suprotim Agarwal,
on 7/6/2010,
in category "LINQ"
Views:
this article has been read 21323 times
Abstract:
In this article, we will use LINQ to print the Longest and Shortest Type Name in .NET 4.0.
|
Rating:
0 user(s) have rated this article
(Not rated)
Posted by: Suprotim Agarwal,
on 5/23/2010,
in category "LINQ"
Views:
this article has been read 23087 times
Abstract:
I was recently going through the forums and found some developers struggling with queries involving Classes with One-To-Many Relationship. In this article, I will demonstrate how to query a Hierarchical Parent-Child Structure using LINQ.
|
Rating:
0 user(s) have rated this article
(Not rated)
Posted by: Suprotim Agarwal,
on 5/7/2010,
in category "LINQ"
Views:
this article has been read 21100 times
Abstract:
This article demonstrates how to query a Web Service’s public API using LINQ
|
Rating:
2 user(s) have rated this article
Posted by: Suprotim Agarwal,
on 4/7/2010,
in category "LINQ"
Views:
this article has been read 20209 times
Abstract:
: In this article, we will read an XML file containing Master-Detail records and represent it as an object using LINQ.
|
Experience the best in ASP .NET web hosting at some of the most affordable prices in the industry. With the latest .NET framework, the greatest in ASP web hosting components, and our world class support, you'll soon realize the advantage of working with the best -Advertisement |
Rating:
2 user(s) have rated this article
Posted by: Suprotim Agarwal,
on 3/18/2010,
in category "LINQ"
Views:
this article has been read 23131 times
Abstract:
In this article, we will see how to read and filter the RSS Feed of dotnetcurry.com using LINQ to XML.
|
Rating:
3 user(s) have rated this article
Posted by: Suprotim Agarwal,
on 3/16/2010,
in category "LINQ"
Views:
this article has been read 20416 times
Abstract:
I was recently working on a requirement where I had to read a XML file and then identify a key, value pair and load it into a Dictionary object. I used LINQToXML to solve this requirement.
|
Rating:
2 user(s) have rated this article
Posted by: Suprotim Agarwal,
on 1/17/2010,
in category "LINQ"
Views:
this article has been read 16787 times
Abstract:
In Part I of this article, I shared some common operations on List. In this article, I will share some advanced examples that demonstrate common operations on List
|
Rating:
4 user(s) have rated this article
Posted by: Suprotim Agarwal,
on 1/15/2010,
in category "LINQ"
Views:
this article has been read 16345 times
Abstract:
In this article, I will demonstrate some common operations on List using LINQ
|
Rating:
2 user(s) have rated this article
Posted by: Suprotim Agarwal,
on 12/8/2009,
in category "LINQ"
Views:
this article has been read 8913 times
Abstract:
In this article, I will demonstrate a simple example of converting a List<> to XML using LINQ.
|
Rating:
4 user(s) have rated this article
Posted by: Suprotim Agarwal,
on 11/16/2009,
in category "LINQ"
Views:
this article has been read 7465 times
Abstract:
We often come across requirements where data needs to be partitioned into two parts and then return one of the parts. The Partition Operators in LINQ helps you partition data. In this article, we will see how to use these operators to partition collections
|
Rating:
1 user(s) have rated this article
Posted by: Suprotim Agarwal,
on 11/12/2009,
in category "LINQ"
Views:
this article has been read 7796 times
Abstract:
In this article, we will see how to select the highest value in a Group or Category using LINQ
|
Rating:
7 user(s) have rated this article
Posted by: Malcolm Sheridan,
on 7/24/2009,
in category "LINQ"
Views:
this article has been read 17112 times
Abstract:
The following article demonstrates how to use LINQ to perform some complex tasks in ASP.NET.
|
Rating:
10 user(s) have rated this article
Posted by: Suprotim Agarwal,
on 3/10/2009,
in category "LINQ"
Views:
this article has been read 42604 times
Abstract:
In this article, I will show you how to ‘query’ the ASP.NET SiteMap using LINQ. The intention of this article is to demonstrate the power and simplicity of querying an XML document like the ASP.NET SiteMap using LINQ.
|
Rating:
5 user(s) have rated this article
Posted by: Suprotim Agarwal,
on 3/2/2009,
in category "LINQ"
Views:
this article has been read 12160 times
Abstract:
Quantifier operations return a Boolean value if some or all of the elements in a sequence satisfy a condition. In this article, we will see some common LINQ to Objects scenarios where we can use these operators.
|
|