|
|
|
|
|
by rjbwork
4651 days ago
|
|
I much prefer working in .NET MVC4 than I did trying the same pattern in Java with JSP/Servlet/Spring. Things seem to just work. As for 1, I haven't really had to write tests around these wrappers yet. I can't really comment on 2 as we don't use but a couple of pretty simple ones that ARE easily testable. I'm also really not sure what you mean with 3. If by "hint" you mean use @ as your denotation for C# code, then yeah, I guess you do. I also don't see how it's much different from Rails templates, and in fact I think the syntax is far more readable than rails templates (disclosure: I've not used Rails extensively or professionally) and a marked improvement over JSP/ASP Classic. 4. We've got >20k users who access the site multiple times a day and we've not seen anything indicating thread corruption. Not saying you're wrong, but I'm really not entirely sure what you're talking about, perhaps you could elaborate? 5. I can't really comment on this one either, but I can say for a fact that we currently have users downloading excel files over SSL in IE8 and greater. |
|
I've ben going back and forth between Java and C# in the not-so-distant past and I felt that C# ecosystem is just too limited.