3
Reply

What we should do for improve the performance of application ?

Sandeep Kumar

Sandeep Kumar

Oct 07, 2015
470
0

    clustered and nonclustered and avoid Boxing and Unboxing

    Munesh Sharma
    May 31, 2016
    0

    3. By Proper use of Indexes(clustered and nonclustered). 4. By Using Cache.

    For improving performance of application we should (1) avoid Boxing and Unboxing and use generic type (2) Use stored Procedure for retrieve the data from back end

    Sandeep Kumar
    October 07, 2015
    0