About
This blog is mostly about my work, but expect an occasional home project, productivity tip and tooling review.Search
Categories
- Conference (21)
- Development (208)
- Security (17)
- Test (32)
- Tooling (166)
- Uncategorized (168)
Most used tags
Tag Archives: parallel
Parallel Deflate issue in DotNetZip Library
For deployment packages we use DotNetZip Library to create zip files. One of the files recently became corrupted when put in the package. We investigated the changing of Compression Level and Compression Method. Which solved the issue but none were … Continue reading
Executing Unittests in parallel
My machine has a multi core processor, but my unittests only run one at a time. In Visual Studio 2010 the option to use more than one core and run unittests in parallel is there, but well hidden in the … Continue reading
Posted in Test
Tagged cual-core, Hack, multi-core, parallel, parallelTestCount, Test, testsettings, Tooling, unittest, Visual Studio 2010, xml
Leave a comment