Click here to Skip to main content
15,901,666 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Asp.net mvc is slow and take much time to retrieve or insert data, kindly told me the solution that its response will be fast like php.

What I have tried:

Is asp.net mvc is fast with angluar js or any other advice me
Posted
Updated 31-Jul-17 8:38am
Comments
Karthik_Mahalingam 1-Aug-17 4:12am    
performance depends on the way you have written the code and the approach to retrieve the data from db.
show your code

1 solution

Write better code?

Seriously, it's plenty fast so long as you've written your code properly. But, since we can't see your code, it's pretty much impossible to tell you what may be the problem.

Your database structure will also affect performance of all database related code, so...

May I suggest profiling the code in the debugger to find where the possible bottlenecks are.
 
Share this answer
 
v2

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