Click here to Skip to main content
15,923,689 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
If we need to fetch 1000 records from database , what is the processs to be followed that the user need not wait for lomg time or not to get the system hang
Posted

I prefer you to user entity framework for such an application if it is multiuser based application.
Or
You can go for data set!
 
Share this answer
 
Use pagination while fetching records from database.

Pagination using LINQ to SQL[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900