LINQ to CSV : Getting data the way you want

Posted by Wriju on May 25, 2009

Getting data from CSV is one of the mostly used business in applications/tools development.
Here how we can do it in LINQ,
You have a table called Emp with the below details,
CREATE TABLE [dbo] . [Emp] (
[Id] [int] IDENTITY ( 1 , 1 ) NOT NULL,
[FirstName] [varchar] ( 50 ) NOT NULL,
[LastName]... [read more]

Rating

4/5

Reviews

There are currently no comments or reviews.

Submit a review:

Login required.