Wat is Difference between Mvc1 architecture and Mvc2
Architecture?
Answer Posted / larry
Template Helpers
Areas
Following are supported in MVC 2 and Not 1
Support for Asynchronous Controllers
Support for DefaultValueAttribute in Action-Method Parameters
Support for Binding Binary Data with Model Binders
ModelMetadata and ModelMetadataProvider Classes
Support for DataAnnotations Attributes
Model-Validator Providers
Client-Side Validation
New RequireHttpsAttribute Action Filter
Overriding the HTTP Method Verb
New HiddenInputAttribute Class for Templated Helpers
JsonResult now responds only to HTTP POST requests
New syntax to support HTML Encoding automatically
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the purpose of @key?
Explain architecture of struts2?
What is the use of reset method of ActionForm class?
Which class is the Front Controller in Struts2?
What is the purpose of @key annotation annotation?
What are the two different types of validations that the validator framework supports?
How properties of a form are validated in Struts?
What is the purpose of @intrangefieldvalidator annotation?
Which tag is used to declare constants in struts xml?
What is the differences between struts1 and struts2?
Do I have to credit struts on my own website?
What are the struts2 error message keys that can come during file uploading process?
What is difference between actionform and dynaactionform?
Can I have html form property without associated getter and setter formbean methods?
When it’s useful to use IncludeAction?