.net Articles

I dont really have that many .net articles, yet, but I am writing more as I go on...

The current list is as follows:

  • The usage of MD5 checksums
  • Getting HTTP content from other sites
    • An introduction to System.Net.HttpWebRequest, and getting html (and other content) from other remote sites
  • IP Address Restriction
    • A sample HTTPModule on how limit access to your sites based on IP Address, although I am planning to rewrite this code at one point
  • Refactoring - Spacing of code
    • A gripe, and some tips about the spacing of code to make things to appear clearer and better defined.
  • Refactoring - Making things clearer
    • An example of how refactoring code can make it more efficient, and follow standards
  • Developer vs Programmer - which one are you?

(Yes, I will add these articles soon. I promise)