Tag Archives: Productivity

Week roundup

Last week recap and links: Xamarin test cloud included (60 mins) in every subscription Create blog header image with Canva 7 productivity tips. Use the right tool for the job. Image courtesy of kanate / FreeDigitalPhotos.net What are your best … Continue reading

Posted in Uncategorized | Tagged , , , | Leave a comment

Week roundup

Last week recap an links: This week I migrated a Microsoft Access “application”. It uses Auto FE Updater to copy the Front End from a central network path to a local folder. A bit like Click Once Deployment Scott Hanselman’s … Continue reading

Posted in Uncategorized | Tagged , , , , | Leave a comment

Time Capsule Archive

My Time Capsule disk died on me recently after upgrading to a bigger one. Luckily my MacBook did not do the same so I could revert back to my old disk and start over with an initial backup. This got … Continue reading

Posted in Tooling | Tagged , , , , | 1 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 , , , , , , , | 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

Posted in Test | Tagged , , , , , | Leave a comment