-
Recent Posts
Archives
Twitter Updates
- Before griping that EntityFramework doesn't support migrations outside application execution context, please check the tools directory 11 hours ago
- @wheresyourbrain did not know that! interesting ladies. 12 hours ago
- via @gilesgoatboy, an "interesting video on the science of willpower" bit.ly/KfKBqq 12 hours ago
- If I were an executive I would not be satisfied with that slide. 2 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
7 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