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
Difference between html tags and struts specific html tags
What are action errors and error and what are the consequences they impose?
Explain about the process of functioning of the struts program?
Explain the complete struts validator framework.
What helpers in the form of jsp pages are provided in struts framework?
Do I have to credit struts on my own website?
What is the purpose of @results annotation?
Explain how can we upload files in struts2 application?
Where should struts xml be placed?
Do we need to pay the struts if being used in commercial purpose?
Why use struts framework in java?
What is the default location of result pages and how can we change it?
Is struts mvc framework?
Explain struts.devmode?
In how many ways duplicate form submission can occurs?