Most ASP.NET MVC developers know that the framework source code is available. This means you can:Read the source code to see how things work Edit, compile, and use your own custom build with your own modifications (though this is almost certainly not necessary, as the framework gives you plenty of extensibility options) Instead of just reading the MVC Framework source code in the abstract, one of the best ways of understanding what’s going on is to put it directly into your application’s solution. You c...
|
4
votes |
|
|||


No comments yet, be the first one to post comment.