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
priyanka
NA
215
123.3k
How to select distinct case sensitive record using linq inc#
Jul 5 2017 7:03 AM
Here is my code
var db = (from customer in entity.CUSTOMER_MASTER
select new { customer.CUSTOMER_NM, customer.CUSTOMER_CODE }).Distinct().OrderBy(customer => customer.CUSTOMER_NM).ToList();
Now,Please suggest me,how to do the same using linq,to fetch distinct case senstive record in c# using entity framework
Reply
Answers (
5
)
Can not read JSON data.
how add custom control in asp.net c#