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 declarative exception handling in struts?
How interceptor works in struts 2?
Which class of struts is responsible to converts data types from string and vice versa?
What does apache struts do?
What is container struts2?
What are the core classes of the struts framework?
When should be opt for struts framework?
What is the differences between struts1 and struts2?
How many instances of servlet usually run in a struts application ?
Which model components are supported by Struts?
What is struts2 in java?
What are the struts2 configuration properties that control file uploading process?
How to upload struts file?
What is struts and why it is used?
Can we integrate struts with spring?