Categories: Silverlight

Silverlight Introduction

This article explains about Silverlight Introduction, Silverlight features and about Silverlight Plug-in.

Categories: WCF

What is SOA, WCF, Distributed Programming

It explains about what is Service SOA, WCF, Distributed Programming and WCF features.

Categories: C#.Net, WCF

What is Endpoint, Endpoints in WCF, C#

It explains about what is Endpoint for a WCF service and how to create WCF Endpoints Programmatically and by using Configuration file.

Categories: C#.Net, Asp.Net, LINQ

Compare Two Data tables using LINQ in C#

This article discuss about how to compare two data tables using LINQ in C#, Asp.Net. Also discuss how to get the records from one data table which are not there in second data table.

Categories: C#.Net, Asp.Net, LINQ

Find and Delete empty records from Data Table using LINQ in C#, Asp.Net

This article discuss about how to identify the empty records from a data table by using LINQ in C# and how to delete empty records from the data table using LINQ in Asp.Net, C#.

Categories: C#.Net, Asp.Net

Convert Datatable into Entity Object in ASP.NET

This article explains about Entity Class advantages in C#, how to convert Dataset into Entity Object and Datatable into Entity Class Object. Convert Datatable data into Entity object Collection.