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
sankeerth m
NA
484
23.3k
Unable to replace a string with linq
Mar 18 2021 8:15 AM
List<MASTER> list = new List<MASTER>();
list = (from fo in db.OFFICE
join Master in db.MASTER on fo.ID equals Master.ID
select Master).ToList();
return list.OrderBy(x=>x.NAME).ToList();
i want to replace a character but unable to get can please help me out.
Reply
Answers (
2
)
loop through excel package list assign data table dynamically in c#
print a Div without print preview