Hacker News new | past | comments | ask | show | jobs | submit login

It seems that the criticisms keep switching between ASP.NET and ASP.NET MVC interchangeably. If you are primarily speaking about MVC, I think there is definitely some misinformation here.

1. The key term here is "defaults". This behavior is completely configurable.

2. This doesn't apply to MVC, since it is all handler based. Plus, you can extend it at pretty much any point in the pipeline: http://blog.stevensanderson.com/2007/11/20/aspnet-mvc-pipeli...

4. I think this is an older point of view that is rapidly changing with MVC. Outputting custom formats is astonishingly simple, it's a matter of using built-in ActionResults, or inheriting it when creating your own, e.g., YamlResult. When they make the framework more extensible like they have here, I think developers certainly take advantage of that.

I keep seeing a lot of criticism of the default behavior, when all of this behavior is trivially overridden.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: