Comparing 2 files

  • Thread starter Thread starter Marco Shaw
  • Start date Start date
M

Marco Shaw

I've got 2 files with several entries. There are some entries that will be
contained in both files.

I only want to output the entries that are *not* found in each file.

What is the best way to do this with C#? There must be some .NET features
that will help me out here?

Marco
 
I've got 2 files with several entries. There are some entries that will be
contained in both files.

I only want to output the entries that are *not* found in each file.

What is the best way to do this with C#? There must be some .NET features
that will help me out here?

Marco

How many rows are in each file?

Good luck with your project,

Otis Mukinfus
http://www.arltex.com
http://www.tomchilders.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top