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
Sanjay Sharma
1.3k
413
27.2k
Contains performance
Jun 26 2019 7:00 AM
Hi,
I have following code
int [] selectedPocilies = {1,2,3,...................10000};
var PolicyData = commonDAL.GetPolicyData(); // policy records
//Below statement took time
var FilteredPolicyData = PolicyData.Where(p => SelectedPolicies.Contains(p.PolicyId)).ToList();
Is there anyway to reframe above code line.
Thanks in advance
Reply
Answers (
1
)
Angular 8 Error Using Asp.net Core
checkbox click event