-
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
Author Archives: Matt
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
Type systems and their advantages
Typing is not the bottleneck. Neither is typing. If you’ve been a programmer sometime in the last fourteen billion years you’ve noticed that there’s this conversation about type systems, specifically about comparing static type systems to dynamic type systems. Dynamic … Continue reading
Posted in Deep thoughts
8 Comments