Ayende Rahien’s series on porting MVC Music Store to RavenDB
Posted by codereflection in Links on September 16, 2010
Ayende Rahien’s series on porting MVC Music Store to RavenDB. I’m going through an re-reading all of these while I assess a possible port of my to-be-open sourced project to Raven.
- Porting MVC Music Store to Raven: The data model
- Porting MVC Music Store to Raven: Setting up the application
- Porting MVC Music Store to Raven: Data migration
- Porting MVC Music Store to Raven: Porting the HomeController, the map/reduce way
- Porting MVC Music Store to Raven: Porting the HomeController, the Right Way
- Porting MVC Music Store to Raven: Migrations
- Porting MVC Music Store to Raven: Advanced Migrations
- Porting MVC Music Store to Raven: StoreController
- Porting the MVC Music Store to Raven: ShoppingCart
- Porting the MVC Music Store to Raven: ShoppingCartController
- Porting MVC Music Store to Raven: Porting the checkout process
- Porting MVC Music Store to Raven: StoreManagerController
- Porting MVC Music Store to Raven: StoreManagerController, part 2
My Visual Studio 2010 Theme
Posted by codereflection in Productivity on August 28, 2010
Based upon WekeRoad from http://studiostyles.info/schemes/wekeroad-ink, but with some modifications because there where some color selections that made the text difficult to read.
Download the theme: codereflection-vs2010-theme
Minimizing friction in Visual Studio
Posted by codereflection in Productivity on August 11, 2010
Something that is very important to me is minimizing friction so that I can code as fast or slow as I can think think about a problem. A big part of this is having a decent computer, but there are also things that you can do with a vanilla Visual Studio install to help minimize the friction you’ll face while writing code.
1) Turn off all the toolbars
2) Disable the HTML designer
3) Install TestDriven.NET
4) Re-map F5 to launch a file in Notepad that simply says "What the hell are you doing?!" F5 is just slowing you down
5) Turn off window animations
6) Closing the XAML preview
7) Closing all windows except Solution Explorer, Output, and Errors
8) CodeRush / Refactor Pro – turn off all GUI improvements

