I was holding off on posting this, but read some other good blog posts which sort of went along similar lines to this so decided to post it now… What is a framework? Whenever you write a reasonably-sized application, you’ll probably end up writing some sort of bespoke “framework” in your application. When you start … Continue reading Over-egging a Framework
Entity Framework Code-First almost released
I should actually qualify that by saying the first version of it is almost released. I blogged about Code First what seems like ages ago, and it’s great to see a version of it getting out there. However, this version won’t ship with several features – some of which are in the current model- and … Continue reading Entity Framework Code-First almost released
Pragmatic software
A slight off-topic post today. I want to talk about pragmatic software design and development – the idea that when you implement a feature, before you start it ask yourself some questions: - What are the customers / users expectations for this feature? What is the bare minimum I need to do to implement this … Continue reading Pragmatic software