Ayende Rahien’s series on porting MVC Music Store to RavenDB

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.

  1. Porting MVC Music Store to Raven: The data model
  2. Porting MVC Music Store to Raven: Setting up the application
  3. Porting MVC Music Store to Raven: Data migration
  4. Porting MVC Music Store to Raven: Porting the HomeController, the map/reduce way
  5. Porting MVC Music Store to Raven: Porting the HomeController, the Right Way
  6. Porting MVC Music Store to Raven: Migrations
  7. Porting MVC Music Store to Raven: Advanced Migrations
  8. Porting MVC Music Store to Raven: StoreController
  9. Porting the MVC Music Store to Raven: ShoppingCart
  10. Porting the MVC Music Store to Raven: ShoppingCartController
  11. Porting MVC Music Store to Raven: Porting the checkout process
  12. Porting MVC Music Store to Raven: StoreManagerController
  13. Porting MVC Music Store to Raven: StoreManagerController, part 2

Leave a Comment

My Visual Studio 2010 Theme

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

Leave a Comment

Minimizing friction in Visual Studio

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

Leave a Comment

Follow

Get every new post delivered to your Inbox.