in

Drowning In Technical Debt

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

Browse by Tags

  • PEX Dynamic Test Generation

    Found this project, http://research.microsoft.com/Pex/ from MS Research which apparently dynamically generates tests and code analysis during active development. Interesting way to enforce code quality and just prove requirements are being met.
  • ASP.NET Debug=true Performance Considerations

    I'm sure, like me, you've seen plenty of production web.config files with debug=true set. Most senior ASP.NET developers will recognize that debug should be set to false for the production build. However, this small detail is often over looked. So what does this setting really do and does it...
  • 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 (4 items)
Community Credit
Powered by Community Server (Commercial Edition), by Telligent Systems