Month: March 2010
-
Hosting and Debugging SilverLight in Windows Azure
Objective This article will give a pictorial representation of how a SILVERLIGHT application can be hosted and debugged on local development fabric of Windows azure Note: This article is taken from original article written by JIM and can be read Here Now a SILVERLIGHT application can be hosted in a Web Role. And on local […]
-
LINQ to Object Part #3: Grouping
Objective In this article, I am going to show, how we could achieve grouping in LINQ to object I have created two classes for my explanation purpose. Student class is having details of students and Hostel class is having details of hostel. Both classes are having a properties HostelNumber common. I will be using this […]
-
LINQ to Object Part #2: Filtering and Sorting
Objective In this article, I am going to show, how we could achieve filtering and sorting in LINQ to object I have created two classes for my explanation purpose. Student class is having details of students and Hostel class is having details of hostel. Both classes are having a properties HostelNumber common. I will be […]
-
LINQ to Object Part #1: Projection
Objective In this article, I am going to show, how we could achieve projection in LINQ to object. I will explain different types of projection and how to achieve them over a collection using LINQ. I have created two classes for my explanation purpose. Student class is having details of students and Hostel class is […]