Creating Response Filter in ASP.NET

11/17/2008 12:00:00 AM (ASP.NET)
comments => 0

In this screencast we will create a ResponseFilter to intercept and change the response. The screencast will introduce the basic concepts behind the ResponseFilter and will show how to capitalize the response HTML.

[Download Sample]


Using HttpModule to Catch Unhandled Exceptions

11/16/2008 8:37:00 PM (ASP.NET)
comments => 0

In this screencast we will demonstrate how to create a simple custom HttpModule to catch unhandled exceptions and log them in a text file. We also recommend that you check out the screencast on ELMAH (Error Logging Module And Handler) here.

[Download Sample]


Creating Custom HttpHandler to Read and Display Cache Values

11/10/2008 9:20:00 PM (ASP.NET)
comments => 0

In this screencast we will learn how to create a custom HttpHandler which reads and displays the values from the application cache. This screencast shows how you can get started in making your own cache manager. If you are interested in using the Cache Manager tool then visit the following link:

SharpCacheSessionManager

     


Plugging Elmah into Web Application to Catch Unhandled Exceptions

11/9/2008 4:17:00 PM (ASP.NET)
comments => 2

In this screencast we will demonstrate how to plug in and use ELMAH (Error Logging Module and Handler) in your web application. Elmah is used to catch unhandled exceptions and provides different views of viewing the problems.

[Download Sample]


Assigning Styles to the Dynamically Added TabItem Controls

11/5/2008 8:19:00 PM (WPF)
comments => 0

In this screen cast we will demonstrate how to apply style to the dynamically added TabItem controls. The styles will be defined in the App.XAML file so that it can be accessed throughout the application.