I'm using an F# domain model assembly. A problem is that MVC's model binding infrastructure assumes model types with mutable properties (I had to write custom model binders to get around this).
I wonder when Microsoft will start paying attention to these details, I mean F# is supposed to be a 'first class citizen' language in Visual Studio now.
Comments
I'm using an F# domain model assembly. A problem is that MVC's model binding infrastructure assumes model types with mutable properties (I had to write custom model binders to get around this).
I wonder when Microsoft will start paying attention to these details, I mean F# is supposed to be a 'first class citizen' language in Visual Studio now.