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: Profiler
R Shiny dashboard inspection with profvis
We’re building a R Shiny dashboard to display big datasets. In our production environment we sometimes experience slow performance. Profiling with the profvis package is our plan to fix this. The profvis package needs to be installed. Then it can … Continue reading
TestMatrix
I’ve been using the GhostDoc extension from SubMain for some time. It puts those triple slash (///) documentation tags above my csharp code for me. All I have to do is hit some shortcut keys. Although I never posted about … Continue reading
Posted in Tooling
Tagged Add-in, code coverage, Profiler, TestMatrix, unittest, visual studio, Visual Studio 2012
Leave a comment
Performance optimization with VS2012 profiler
Many systems are not optimized or sub-optimized by tweaking the wrong features. This post describes the use of the Visual Studio 2012 profiler to get insight in what to optimize and monitor the result of these optimizations. For this post … Continue reading
Posted in Development
Tagged .NET, .NET 4.0, deserialize, Performance, Profiler, stringreader, tweak, Visual Studio 2012, WCF
Leave a comment
Visual Studio 2010 profiler on Windows 8 issue
I’ve been using Microsoft Visual Studio 2010 on my Windows 8 machine for a while now. Never had an issue until today when I tried to start the profiler. Turns out the driver it uses is not compatible with Windows … Continue reading
Posted in Tooling
Tagged Compatibility, Profiler, Visual Studio 2010, Visual Studio 2012, windows 8
Leave a comment