Entities and Repositories Discussion
posted on 08/28/08 at 06:13:35 pm by Joel Ross
Earlier today, there was a great discussion in an IRC channel about entities and whether they should have behaviors or not, and that eventually moved onto Repositories. It's a good discussion and after it was over, several of us felt it would be a good r… more »
Categories: Development
Playing With NHibernate
posted on 08/27/08 at 11:52:42 pm by Joel Ross
Over the past week or so, I've been dabbling with NHibernate. As may be apparent from reading my latest posts over the past few weeks, I've been digging into automated testing more and more, and as I've looked at how I can make the Kinetic Framework more… more »
Categories: Development, Software, C#
How Many Levels of Abstraction Do You Care About?
posted on 08/24/08 at 11:16:01 pm by Joel Ross
There's been a lot of discussion on twitter recently about Drag-N-Drop (DND) software development, and whether or not that's good for the industry as a whole. Personally, I think it clouds the whole process by making it appear too simple, when in reality… more »
Categories: Development, C#
Opportunistic Advertising?
posted on 08/15/08 at 12:44:14 am by Joel Ross
I spend most of my day in an IRC chat room (##twittertribe on irc.freenode.net - stop by and say hi sometime!), just kind of lurking to see if anything interesting comes along. Every now and then, I'll find a link worth clicking on. Today was one of thos… more »
Categories: General
Querying in the Kinetic Framework
posted on 08/14/08 at 08:00:00 pm by Joel Ross
I was chatting with a few people in IRC the other day about different development approaches, and I brought up the Kinetic Framework. Someone took a look at source of the samples and didn't care for the SQL included in the class files. Personally, I d… more »
Categories: C#, RCM Technologies
Simple Online CMS
posted on 08/13/08 at 08:00:00 pm by Joel Ross
Ever since I started this site, I've been trying to figure out a way to simply manage a few items and pages - such as my about page. I know I could have done a blog post that included my about information, and then just linked to that, but it seemed like… more »
Categories: Software
Getting Started With Mocking and Moq
posted on 08/08/08 at 12:45:40 am by Joel Ross
Lately, I've taken a keen interest in unit testing. I've started to rewrite some of my code to make it more test-friendly. One of the frustrating parts about doing that is that I found I was creating a lot of fake classes in my tests so that I would be a… more »
Categories: Development, C#
