in

Drowning In Technical Debt

C# | ASP.NET | SharePoint | SQL | Architecture | SOA |

Browse by Tags

  • Thoughts On Recursion

    Recursion is a computer science concept in which a method / function essentially calls itself until some condition is met. Recursion can be an elegant solution to some logic problems. However, I believe there are some potential dangers in using recursion that should carefully be consider. Recursion is...
  • Visual Log Parser On Code Plex

    Microsoft has a nifty command line utility known as Log Parser which can parse many common log file formats such as IIS, SMTP, and FTP logs. I found this http://www.codeplex.com/visuallogparser project on Code Plex which is a Smart Client front end to the Log Parser. Visual Log Parser is a great way...
Page 1 of 1 (2 items)
Community Credit
Powered by Community Server (Commercial Edition), by Telligent Systems