Category Archives: Configuration

What is Docker?

Docker is the latest technology to hit the I.T. industry but what is it? Before the realization of the cloud every software company had to develop their own method to deploy their software. This was costly to do and took up many resources and time. Docker is a standardized method to deploy software using containers.… Read More »

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.