How to improve performance of a web application. How to reduce deadlocks in a DB. Write an ASP.NET web application that fetches and display a collection of data items from a database table and be able to click on an item in the collection and dislay its metadata.
Sigiloso
data caching, asynchronous calls, reduce callbacks to the server. Use nolock sql hint.