DevDevin

  Home  |   Contact  |   Syndication    |   Login
  105 Posts | 0 Stories | 37 Comments | 29 Trackbacks

News

Archives

Post Categories

Blogworthy

Design Patterns

Recommended Books

Testing

This article reviews three open-source web service testing tools that might be useful if you don't already have one: http://www.infoworld.com/ar
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Here is an excellent article on types of memory leaks you can still have in a managed app: http://msdn.microsoft.com/m... One thing I was blown away with was this code snippet that dynamically creates an assembly in memory: CodeCompileUnit program = new CodeCompileUnit();CodeNames... ns = new CodeNamespace("MsdnMag.Memo... CodeNamespaceImport("System... class1...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

As well as introducing the Microsoft Fiddler Http Debugger, these two articles provide a good introduction to Http performance, caching and compression. http://msdn.microsoft.com/l... http://msdn.microsoft.com/l...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

This article provides a nice introduction to Test-Driven Development (TDD) and a fair assesment of its advantages and disadvantages: http://www.developer.com/de... It also included this nice little reference list of unit testing tools available for different programming languages: C++ cppUnit .Net csUnit C CUnit Borland Delphi DUnitDelphi JUnit extension for database projects DBUnit Java JUnit .Net library for database projects NDbUnit Oracle Unit Tester OUnit PHP PHPUnit Python...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati