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 (175)
- Uncategorized (168)
Most used tags
Tag Archives: WPF
Password confirm in WPF
In WPF the PasswordBox control doesn’t expose any property to bind it. You’ll need solutions as described here to get the password the ‘WPF way’. Getting it to validate is a different story. Whenever a user is created you want … Continue reading
WPF enable next button of Wizard on Validation success
Using a wizard in my application that validates the input. The user must not be able to move to the next page if the validation is not a success. This can be done by disabling the next button when validation … Continue reading
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
Icon editor
For a nice GUI I need nice icons. The IconWorkshop software from Axialis Software is the tool for me. Giving me more options than I need without making my head spin. A nice feature is constructing an icon from multiple … Continue reading