Browse by Tags

All Tags » Debugging » .NET (RSS)
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.
Posted by dbottjer | with no comments
Filed under: ,
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...
Posted by dbottjer | with no comments
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...
Posted by dbottjer | with no comments
Filed under: , ,
Smart Client front end to MS Log Parser Utility....
Posted by dbottjer | 1 comment(s)
Filed under: , , ,