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: 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
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 Click Once Deployment, half marathon, MS Access, Productivity, roundup
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
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