Recent Articles

ASP.Net IMAP Email Checker

In this article we see how to create a email checker user control using ASP.Net and IMAP. The user control contacts the server and gets the number of unread messages, displaying the result on screen.

ASP.Net Browser Detection

Browser detection in both ASP.Net 1.1 and 2.0 is made simple by the HttpBrowserCapabilities class. In this article, we see how we can detect the browser name, comment on its accuracy and improvements that can be made.

ASP.Net System Info

We look at how ASP.Net can be used to find information about the system it it running on. In particular we attempt to replicate the useful PHP function phpinfo(). Full source code available.

ASP.Net WhoIs LookUp - Page 2

Today we look at how simple it is to use ASP.Net to perform WhoIs server queries. We also consider how to return registration details of a domain. Full source code available.

ASP.Net WhoIs LookUp

Today we look at how simple it is to use ASP.Net to perform WhoIs server queries. We also consider how to return registration details of a domain. Full source code available.