Month: April, 2007

ADO.NET team blog : ADO.NET Entity Framework Update

30 April, 2007 (07:12) | .NET Tools, Software Architecture | No comments

We’ve collected great feedback from you in these early releases, the most significant being that we need better tools to aid in defining a data model and mapping that model to the database. Although we have tools for generating a direct mapping to the storage schema, the real power of the ADO.NET Entity Framework comes […]

More REST topics popping up

29 April, 2007 (06:33) | .NET, Software Architecture | No comments

After Larry O’Brien declared his allegiance to REST, here are a couple more people who have solidly been in the SOAP world for the past few years but seem to have had various forms of epiphanies. Dino talks about the usage of REST in ASP.NET AJAX Extensions and Tim Ewald seems to have had some good […]

Rockford Lhotka - CSLA .NET 3.0 test release #3 available

29 April, 2007 (06:10) | .NET, .NET Tools, .NET Code Related, Software Architecture | No comments

While I haven’t used CSLA in a few years, I have always looked to Rocky and the code in his library as great examples of how to structure frameworks and how to use certain technologies. For example for ASP.NET 2.0 Rocky went ahead and worked on a custom DataSourceControl which was (to me) very trail-blazing. […]

PaulStovell.NET » The Domain Tree

28 April, 2007 (04:58) | Software Architecture | No comments

Paul Stovel in his post on The Domain Tree describes the similarities between concepts listed in Domain Driven Design by Eric Evans and some aspects of WPF. Nice analogy. The part that had me tweak my ears , so to speak, is the application architecture tree toward the bottom of the post. I know this […]

Stephen Forte’s WebBlog - This Changes Everything

28 April, 2007 (04:37) | .NET, .NET Tools, Software Architecture | 1 comment

Stephen has a very interesting article that describes the technology used by his company and how BizTalk Services ties in to provide some pretty amazing capabilities.
Read Article.
Tags: BizTalk+Services

Anemic Domain Model Anti-Pattern

23 April, 2007 (15:00) | .NET, Software Architecture | No comments

Udi has an interesting post about the notion of an Anemic Domain Model Anti-Pattern. He does point out that Datasets frequently go hand in hand with that pattern. So far so good – I am in total agreement. But somewhere along the lines Udi references Fowler, who (unless I’m misreading his point) pretty much doesn’t […]

Google Personalized Home Page

22 April, 2007 (05:34) | General | No comments

I’ve been using the personalized home page for a number of years. The other day I noticed that Google has added theme support. Maybe thats where some of the billion dollar revenue this quarter went to….. I went ahead and picked a theme and was pleasantly surprised when the weather of this theme changed in […]

Why Accurate Estimations Are Just Not Possible

20 April, 2007 (05:09) | General | No comments

Leon has a fantastic post that illustrates in a very hilarious way one particularly difficult aspect of our profession – estimating a feature. I love it! Been there a few times.
Link here….

To DDD or Not To DDD that is the question….

17 April, 2007 (06:01) | .NET, .NET Tools, Software Architecture | No comments

OK that was lame. Seems that Udi Dahan managed to send me a little traffic to two of my blogs with one of his posts. Nice. Haven’t you found that nothing raises cross blog traffic quite as much as  a spirited set of well placed posts over a topic of perceived disagreement?
I am not […]

Book Review : Release It ! by Michael T. Nygard

15 April, 2007 (21:52) | General | No comments

In this book, Michael Nygard touches on an aspect of software development that is rarely ever discussed in print. Namely what happens after an app goes into production. Most of us hope against all odds that nothing happens. And of course something always goes wrong. Murphy’s Law. Nygard shows with anecdotes and real life case […]

Knowing.NET - System Locking : Circumstances Point To Firefox (!)^h^h^h^h^h^h^h^h^h Mystery

11 April, 2007 (18:30) | General | No comments

Some time ago my machine suffered from strange freezes. It would lock up for no reason. Absolutely and completely. I updated my ATI drivers and things seemed ok. Well, after coming back from sleep mode more often than not the display would be completely messed up psychedelic looking thing but that was about it. Until […]

The Post Money Value: Kicking the Tires: A Due Diligence Checklist

10 April, 2007 (06:11) | General | No comments

Rick provides us with a checklist that seems very similar to something a VC might use before investing in a company. I think you might also use this list to screen prospective employers. If you are being hired at a high enough management level, these sort of questions make a lot of sense. Of course […]

The Testable Object Pattern

7 April, 2007 (04:52) | General | No comments

Brad Wilson doesn’t like mock objects nor setup and tear down code for his tests. Interesting. Looks good enough with a simple example but what about something more complex?
Read more.

Frans Bouma’s blog : Why change-tracking has to be part of an entity object

5 April, 2007 (20:03) | .NET, .NET Tools | 1 comment

Frans has a bang-up article on yet another problem with LINQ. Its more fuel for the flames of discontent (so to speak). I’ve already pointed out that from a very pragmatic standpoint LINQ is a PITA. Frans adds to that some detailed under the hood observations of why this thing is such a failure in […]

Clemens Vasters: - So how much faster is it really and is it? WCF performance in comparison.

4 April, 2007 (05:22) | General | No comments

Interesting – WCF is up to 50% faster than ASP.NET web services.
more….