13 ASP - Net Session19
13 ASP - Net Session19
NET
Objectives In this session, you will learn to:
Describe the Page Scripting Object Model Explain how to use tracing and instrumentation to monitor and improve the performance of a Web application Describe ASP.NET 2.0 caching techniques Explain how asynchronous processing can lead to improved performance for Web applications Describe strategies for dealing with session state management issues when deploying Web applications in a Web farm environment Access Page Scripting Object Model functionality Implement tracing and instrumentation in Web applications Implement ASP.NET 2.0 caching techniques
Ver. 1.0
Slide 1 of 27
Ver. 1.0
Slide 2 of 27
Slide 3 of 27
Ver. 1.0
Slide 4 of 27
Ver. 1.0
Slide 5 of 27
Ver. 1.0
Slide 6 of 27
Ver. 1.0
Slide 7 of 27
Ver. 1.0
Slide 8 of 27
Slide 9 of 27
Ver. 1.0
Slide 10 of 27
Ver. 1.0
Slide 11 of 27
Slide 12 of 27
Ver. 1.0
Slide 13 of 27
Slide 14 of 27
Slide 15 of 27
Multiple versions of a page can be cached by using varybyparam attribute in the <%@OutputCache%> directive:
<%@OutputCache Duration = 60 VaryByParam=City%>
Ver. 1.0
Slide 16 of 27
Ver. 1.0
Slide 17 of 27
Ver. 1.0
Slide 18 of 27
Ver. 1.0
Slide 19 of 27
Ver. 1.0
Slide 20 of 27
Ver. 1.0
Slide 21 of 27
Ver. 1.0
Slide 22 of 27
Ver. 1.0
Slide 23 of 27
Ver. 1.0
Slide 24 of 27
Ver. 1.0
Slide 25 of 27
Ver. 1.0
Slide 26 of 27
Ver. 1.0
Slide 27 of 27