About
This blog is mostly about my work, but expect an occasional home project, productivity tip and tooling review.Search
Categories
- Conference (21)
- Development (217)
- Security (19)
- Test (32)
- Tooling (174)
- Uncategorized (168)
Most used tags
Tag Archives: Visual Studio 2010
Code generation from Visual Studio UML class diagram
In the Ultimate edition of Visual Studio 2010 Microsoft has put the Architecture feature. With this I can create Graphs, Layer and UML diagrams. The feature is readonly in the Premium edition, but I’m not sure it can generate code … Continue reading
Posted in Development
Tagged azure, class diagram, classdiagram, Code, codegeneration, DataContract, generate code, interface, servicecontract, serviceimplementation, T4, Tooling, UML, Visual Studio 2010, WCF, Windows Azure
1 Comment
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
Target Mono from Visual Studio
Targetting Mono in Visual Studio is possible. This way your assemblies are build using the Mono framework (which should be .NET compatible). Change the target to the Mono profile to get immediate feedback of incompatible references and other Mono things. … Continue reading
Posted in Development
Tagged .NET, framework, Hack, mono, profile, target, Visual Studio 2010
20 Comments
VS2010 Dependency Graph gotchas
We need to refactor a solution with 200+ projects in Visual Studio 2010. The solution must be split into a runtime and a design solution. As we have the Ultimate edition, the Architecture features will be used. With the Dependency … Continue reading
Posted in Development
Tagged .NET, architecture, const, dependency graph, Design, generics, Visual Studio 2010
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