Hi,
Im building an web application where im using number of views & stored procedure..
i just want to apply performance tuning techniques for my application.
while reviewing the code, i realized that lots of my views are being called in the Code behind file of the UI..i don understand how i can remove the call from there & place it in m Business logic layer.
I have seen some performance boosting techniques on MSDN,like Output caching & but im also not sure if that works out.
please help me n tell m how can i increase the performance of my application