January 2007 - Posts

Live Writer and Community Server
30 January 07 11:47 PM | andersnoras | 3 Comments   
One thing I found annoying with my previous blog was that it lacked support for a meta blog API. This forced me to use the web-based editor. The site had an OK editor, but I envied those who blogged with Live Writer . When chose Community Server for this Read More...
Filed under:
The Car interface is broken
30 January 07 04:16 PM | andersnoras | 0 Comments   
Defining a Car interface is probably the most tired example in object-oriented development. Virtually every OO book, article or class uses an Car analogy to explain what an interface is. "Imagine if instead of learning how to drive a car and then being Read More...
Filed under:
Money Pattern: An introduction to Value Objects
30 January 07 06:09 AM | andersnoras | 4 Comments   
There is a saying that you can get away with just about any crime as long as you only commit it once. This is probably a hard-learned lesson for the Cobol developer employed by a major Norwegian bank back in the early nineties. He added a small “feature” Read More...
Filed under:
Blogs.Add(musings.Serialize())
30 January 07 04:05 AM | andersnoras | 1 Comments   
First, give me a second to get rid of my old blog... IDisposable oldBlog=Blogs.Get( "http://dotnetjunkies.com/weblog/anoras" ); oldBlog.Dispose(); Welcome to my brand new blog. I’ve had a blog over at Dot Net Junkies for some time, but during the last Read More...
Filed under: