IT:AD:ASP.NET:MVC
- See also:
Summary
I'm going to state this upfront: You shouldn't be designing your next Web UI with ASP.MVC (note that I stated the UI – I've got nothing but praise for IT:AD:ASP.NET:WebAPI on the other hand). It's technically old, and the concept of creating View Models on the server rather than the client has technical costs compared to better architectural choices (such as IT:AD:Single Page App (SPA)).
But, that said, there's a lot of legacy software out there that needs to be maintained. Some of which I (gosh…) created.
Hence the continuation of a need for these notes.
Perfect
* http://www.codeproject.com/Articles/556995/MVC-interview-questions-with-answers * Great Intro Tips
Reading
* Read this * MVC Extension Points
Configuration
- Use MVC3 or better.
- Don't think about not installing IT:AD:Glimpse