From the discussion below I learned that it is preferrable (besides making the code more maintainable) to use Html.EditorFor over Html.TextBoxFor.
http://stackoverflow.com/questions/31002078/why-validation-is-not-working-with-html-textboxfor-but-is-when-using-html-editor
A more thorough coverage on the differences between EditorFor and TextBoxFor here.
Keeping track of interesting places I put my feet on in the software development world.
Search This Blog
Thursday, June 25, 2015
Wednesday, June 24, 2015
Prefer Installing Nuget Packages At Solution-Level Over Project-Level
Something very nice to know, which may spare you of future problems:
The problem: http://stackoverflow.com/questions/31023889/assembly-references-across-projects-need-for-more-than-one-entity-framework-re
The solution: http://blog.spinthemoose.com/2013/04/21/nuget-tip-3-manage-packages-at-the-solution-level/
The problem: http://stackoverflow.com/questions/31023889/assembly-references-across-projects-need-for-more-than-one-entity-framework-re
The solution: http://blog.spinthemoose.com/2013/04/21/nuget-tip-3-manage-packages-at-the-solution-level/
Subscribe to:
Posts (Atom)