I\'ve started reading NerdDinner tutorial from scratch. While reading and coding application 开发者_高级运维I came to part about some Helper methods and there was one example of some class (AddRuleVio
I\'m working through the Nerd Dinner ASP.NET MVC tutorial and am at the part right after I\'ve created the project and am trying to run my unit tests for the first time.I see the test project and the
I have created a web app in MVC following the NerdDinner tutorial.I have 2 fields that have many to many relationship with my \"dinner\".For each \"dinner\", I need to be able to select one or more Co
I noticed that NerdDinner doesn\'t dispose of the DataContext -- ever.That seems very strange to me.They have a Repository class that creates a private member of the data context, which hangs around f
Consider a beginner dealing with Dependency Injection. We\'re analyzing two relevant classes in NerdDinner.