What all steps you may take for improving the performance of your ASP.NET application?
Dennis Thomas
Select an image from your device to upload
There are tone of ways to do it but in end its a Asp.Net application. The main purpose of this is to get data from db and provide it to end users. Now what if I say you can cache the coming data from db without using cache itself, in form or objects using you code and then just reuse, So next time you dont have to get the same data from DB.Now how you do it it’s totally upto your logic and OOPs knowledge.Best way to do it is to create region specific singlton objects or company specific or whatever you application demand