Tagged Questions
1
vote
2answers
318 views
How to get Castle MonoRail's DataBinder/SmartDispatcherController to bind against types containing properties that are interfaces?
We're using interfaces to represent entity classes in our domain model. We have concrete implementations of these by virtue of using LinqToSql. We have added a factory method to each LinqToSql class ...