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: visual studio
Setup Boot Camp with hyper-V support
For development I’m using Windows in a Parallels VM on my MacBook Pro. To use docker on Windows I need to enable Hyper-V. Parallels has an option called “nested virtualisation” where the guest OS can do virtualisation. For this you’ll … Continue reading
Posted in Development, Tooling
Tagged Bootcamp, Docker, Hyper-V, parallels, visual studio, Windows 10
2 Comments
A first look at IntelliTest
Looking into Visual Studio 2017 features I found that Pex was back in the form of IntelliTest. It was actually introduced in VS2015 but I’ve never seen it. Time to give it a spin. For this I use my Traffic … Continue reading
VS2017 Live unit testing in Parallels Desktop VM
TLDR; change the project location on disk from shared mac (my documents) to local windows (c:-drive) to prevent Live unittesting from crashing Live unit testing has been introduced in 2016 (visual studio blog) and got my attention recently by a … Continue reading
Microsoft TechDays 2017
After a year of absence I’ve been to TechDays 2017. The keynote was amusing and the schedule of sessions looked promising. Happy developers all around. Below a list of take-away bullets from the sessions I attended. Azure Azure Service Fabric … Continue reading
Posted in Conference
Tagged .NET, ARM, azure, container, DEVOPS, microservices, Performance, service fabric, Techdays, visual studio
Leave a comment
Limit vs2015 IntelliTrace
Debugging my solution was a pain. Running from visual studio debug the application was slow, visual studio output window was cluttered and I was getting frustrated. When the application was deployed it performed fast and snappy. ❓ Looking in the options … Continue reading