Submitted by Maniac D
from Google Reader:
I've been working through some architectural choices with a team starting a new project recently and the ever running debate over database access philosophies came up (as it was bound to). Personally I'm in favour of letting an ORM manage all the CRUD operations as I see very little benefit in writing CRUD stored procedures (Read More)
Submitted by Maniac D
from Google Reader:
I just ran across a new project on CodePlex today called Clone Detective for Visual Studio from Immo Landwerth (also responsible for NQuery) and I've got to say that it's really quite cool. I've blogged previously about detecting code clones with CCFinder but CCFinder is an external tool and a bit cumbersome to (Read More)