-
Software Development
How can I write a Test if the Code is not there?
Introducing TDD is a lot more psychological than you think. When we start introducing TDD we need to think about…
Read More » -
.NET
Preview of new PBI Edit Dialog
Microsoft shows a new design preview for the Product Backlog Item edit dialog. As usual, Microsoft releases this in Visual…
Read More » -
.NET
Security Risk in Binding WPF Passwordbox Password
In WPF circles, the PasswordBox control has generated quite a bit of discussion. The thing is that you can access the password…
Read More » -
Agile
How to Create a Systemic View of an Organization
When on the Scrum Master Podcast, I was asked a very important question: How do I get a systemic view of…
Read More » -
.NET
Architecture and Modelling Tools
UML models helps you to design and understand your application architecture. Further, you can use the UML models for your…
Read More » -
.NET
The insidious cost of allocations
One of the things we learned from build high performance systems is that algorithm complexity is important for system…
Read More » -
.NET
Using arrays to speed up static tree traversal
Over the last two weeks I wrote about how to construct and query a string prefix-trie. We used the data…
Read More » -
.NET
Nasty Const Bug in ASP.NET 5
Recently, Microsoft released some much-anticipated software including Visual Studio 2015 and .NET 4.6. This has not been without hiccups though:…
Read More » -
.NET
Using C++ debug visualizers in VS2015
I have been using the .NET debug visualizers (and DebuggerDisplay atribute) for a long (long) time and I like the…
Read More » -
Software Development
How Can You Move From Manual Testing to Test Automation?
Manual testing is not what it was five years ago. The number of pure manual testing jobs is low and…
Read More »
[homeForm]