Category Archives: Technical Journal
Visual Studio: Sort the usings so that System stays at the top
Visual Studio: Show the open file in the solution explorer.
HttpModule basics
The a HTTP module is used when you need to intercept and examine the incoming HTTP requests before or after the page life cycle. The HTTPModule provides events where you can plug into to examine or alter the request or response within the asp.net cycle. HTTPModule are the perfect place the apply security checks.