TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
David Smith
NA
2k
0
Ling Merging two List together.
Apr 5 2012 12:52 PM
I want to use linq to merge two list, and the with the linq I want to remove the duplicates, how to remove duplicate values after merging the to list in linq. I am assuming you probably call the distinct method after
How to merger ListOne and ListTwo below.
For instance, if one list contains:
List<string> ListOne
"Bob"
"Bill"
"Fred"
"Jim"
and another list contains:
List<string> ListTwo
"Bob"
"Fred"
the result will be:
"Bill"
"Jim"
Reply
Answers (
1
)
How to connect SQl Server 2000
Sql Server Service