Tim Van Wassenhove
Passionate geek, interested in Technology. Proud father of two
Home
All posts
Tags
Posts
06
Sep 2008
Distributed Data Applications with ASP.NET, Second Edition
Last week i finally got round to reading Distributed Data Applications with ASP.NET, Second Edition. The book was writte...
06
Sep 2008
More on choosing names for tests
Choosing names with the technique i presented yesterday leads to at least one class per method. To tackle that explosion...
06
Sep 2008
Presenting WindowsIdentityHelper
One of the difficulties of using the WindowsIdentity class is the fact that it requires a handle (IntPtr) to a Windows S...
05
Sep 2008
Experimenting with naming conventions for unit tests
To be honest, i never really took the time to think about the names of my unit tests. Although i noticed posts like this...
05
Sep 2008
The Microsoft Certified Professional Developer: Enterprise Applications Developer on Visual Studio 2005
Not that anyone should care, apart from my manager, i posted that the only remaining exam was 070-549 PRO: Designing and...
01
Sep 2008
Presenting AssemblyTypePicker
I really like the way the Object Browser makes the types in an assembly visible. Because i have a couple of programs tha...
01
Sep 2008
Presenting EventHandlerHelper
Being bored of writing code to raise an event, i have added an EventHandlerHelper to BeTimvwFramework. public static cla...
01
Sep 2008
Presenting ItemEventArgs<T>
Because i believe in the DRY principle i decided to add a generic ItemEventArgs class to BeTimvwFramework public class I...
29
Aug 2008
Presenting OneTimePasswordMembershipProvider
What good is a TimeOTP client if you don’t have anything to use it with? Last week i have implemented a Membership...
23
Aug 2008
Presenting TimeOTPClient
Because most people have their java enabled mobile phone with them, and I did not want to buy an expensive token generat...
← Prev page
Next page →