About
This blog is mostly about my work, but expect an occasional home project, productivity tip and tooling review.Search
Categories
- Conference (20)
- Development (208)
- Security (17)
- Test (32)
- Tooling (166)
- Uncategorized (168)
Most used tags
Tag Archives: Tooling
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
VS2010 not responding solved with Resource Monitor
My Visual Studio 2010 randomly stopped responding. In my frustration I never looked further than the first tab of the Task Manager to end the task. Until I read a post about the Resource monitor in Windows. What is this … Continue reading
Posted in Tooling
Tagged Network, not responding, Productivity, Resource monitor, Task manager, Tooling, Tunnelier, Visual Studio 2010
Leave a comment
Use your own performance counters
Create and use your own performance counters to see how you program is doing in performancetests, stresstests, production, … First register the performance counters. This is done with a PerformanceCounterCategory that contains the CounterCreationData objects for the performance counters. Be … Continue reading
Expose WSDL
Working with my java colleagues I came to love SOAPUI for testing services. Now Microsoft seems to have catched up with the WCF Test Client. A blog post of dotNET colleague Rick van den Bosch made me search for it … Continue reading
Posted in Development
Tagged .NET, Productivity, Test, Tooling, Visual Studio 2010, WCF, WCF Test Client
Leave a comment
Move MSOCache
Microsoft Office 2010 has a cache folder so you don’t need the media anymore after the installation. Very handy. Problem is it is 1.26Gb and I want to reclaim the space on mij C-drive. A solution is posted here but … Continue reading