Tuesday, December 16th, 2008 Posted in | 38 Comments »
Now that Asp.Net is much more mainstream at work, the question is asked time and again as to which one should be used while developing a Web Application. One possible ... Read more..Tuesday, April 8th, 2008 Posted in | 3 Comments »
Here something I didn't know before. By default, you cannot access the session from within an Asp.Net HttpHandler. To be able to do that, your handler class has to implement ... Read more..