|
|
|
|
|
by mattmanser
4994 days ago
|
|
There's a load of little things that are gotchas, but an example that pops into my head is that it wasn't compatible with default jQuery for example. If you didn't ask specifically for a content-type of application/json, which jQuery didn't by default, it would throw a hissy fit. It meant mucking around with the ajax object meaning you couldn't use certain jQuery shortcut methods. Regardless of what you 'told' MVC to do. So there's a bunch of things it's doing you're not even aware that it is nor have asked it to do. Think that was MVC 3? I've been using it since the first version, it's much better than it started (the original JSON support was awful), but you still every now and then get a WTF moment. For example I still really have no idea the 'right' way to return 404 or 500 error pages. I swear they change their mind every release. |
|