-
Recent Posts
Archives
Twitter Updates
- @jbogard cause of the mac, right 3 days ago
- @Encosia @kevindente we're talking about malware right? 3 days ago
- OH "achy breakies" 3 days ago
- Oh no, I just asked a dependency team how many breaky breakies we would have to deal with. Something is horribly wrong. 3 days ago
- @chuckfrey yes, that's what I was after. but none of the tools I looked at were worth the time investment, so I used balsamiq instead 3 days ago
Category Archives: Tools
Simple reads with Entity Framework
This works nicely for quick reads. Requires no mappings or any of that junk. Just a DataReader shaped to a type. Edit: Because this is my first day to ever work with EF, my first attempt at this was more … Continue reading
Reuse is overrated, then came package management
Reuse is overrated. True story: a team building a system. They decide that one chunk of code might be valuable in another project or two. So they extract it into a library and open source it. Project complete, team reorganizes … Continue reading
Posted in Agile, Tools
6 Comments
AutoMapper in NerdDinner
Speaking of NerdDinner, Scott asked me to use it to create an AutoMapper example. AutoMapper, the brainchild of Jimmy Bogard, is an object-to-object mapper. What that means is up to you – but we’ll use it here to map from … Continue reading