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: Test
Microsoft Developer Days 2011 in The Hague – day 2
Declarative refactoring C#Chris showed the ?? operator that is the ? operator that tests if a nullable type is null and provides a default. He also showed the Tuple.Create and the dynamic type to remove out parameters, Yield return can … Continue reading
Posted in Conference
Tagged .NET, .NET 4.0, Azure beta program, Conference, Devdays, Enity Framework, Loadtest, Microsoft, Productivity, Projecthosting, Test, Tooling, Visual Studio 2010, WCF, Windows Azure, WPF
1 Comment
Microsoft Developer Days 2011 in The Hague – day 1
KeynoteThe days started with Arie talking us through the keynote.Scott talked about old programming languages, followed by the MVC and the concept of (Lego) blocks. How everything should be pluggable and fit together. Wade spoke of the Windows Azure Appfabric … Continue reading
Posted in Conference
Tagged .NET, .NET 4.0, Azure beta program, Conference, Devdays, Enity Framework, Hack, iPhone, Loadtest, Microsoft, Productivity, T4, Test, Tooling, Visual Studio 2010, WCF, Windows Azure, WPF
Leave a comment
Implement abstract class not possible
For my unittests I want to use Moles to run the tests outside the Windows Azure development factory. By making a mole assembly for Microsoft.WindowsAzure.ServiceRuntime I would be on my way. But I’m getting strange error messages: there is no … Continue reading
Posted in Test
Tagged .NET, Pex and Moles, Reflector, Test, Tooling, unittest, Visual Studio 2010, Windows Azure
Leave a comment
Usefull unittest links
While updating my unittest I found two challenges: 1. Start the development fabric from my unittest solution 2. Compare byte arrays solution
Posted in Test
Tagged .NET, .NET 4.0, Test, Tooling, unittest, Visual Studio 2010, Windows Azure
Leave a comment