Category Archives: .Net
Paul Stovell’s Fantastic Binding Oriented Programming Example
Paul Stovell has one of the best examples I’ve seen on how to-do Binding Oriented Programming (BOP). I’ll be honest, I’ve not seen many, in fact I’ve been keeping my eyes open looking for a better way, than the classic … Continue reading
Linq and Functional programing
With my C++ project crashing visual studio a lot today, I’ve been reading a few blog entries. Alex pointed out Wes Dyer’s blog, so I’ve been reading my way thought his recent posts. The Visual Studio “MSDN: Visual C#” feed … Continue reading
You learn a lot from reading the bleeding edgers
Well I think Alex is bleeding, his Base4.Net project seems very cool, I just don’t understand it enough to know how to use it, but I do know I should try understand it. But what is cool is that he … Continue reading
Microsoft Connect ‘06
Well it was a week ago that I went to the Microsoft Connect ’06 event here in Christchurch. My very first impression was it took me three weeks to register for it, as there where problems with the registration server. … Continue reading
First “home” app – A homework timer.
I have completed my first bespoke development. A “homework timer”. The spec was very loose, so I decided a XP style would suit this project well. I opened Visual Studio, created a new project, drag on a Timer, Button and … Continue reading