Thanks for reading this article so far. If you like this interview question then please share it with your friends and colleagues. If you have any questions or suggestions then please drop a comment and I'll try to find an answer for you. P.S. -If you want to learn how to develop R...
To create basic CRUD applications in MVC, scaffolding is the best choice to reduces the amount of time and generate clean code. Scaffolding is a way of starting thedevelopment of CRUD operation. The Visual Studio's MVC Scaffolding uses templates to generate the routine code which is common to ...
Gaurav for more details please once go through below link: http://www.dotnet-tricks.com/Tutorial/mvc/9KHW190712-ViewData-vs-ViewBag-vs-TempData-vs-Session.html If this is helpful for you then pleaseaccept my Answer. MVC Question Boostrap Treeview with EF and MVC...
I have a controller to which I want to POST 2 items via AJAX: a complex object (my entireviewmodel), and an integer (the id of a particular row). This particular project is in VB .Net, but if someone can answer this in C#, that would be fine (I know both languages...
Was this answer useful? Yes ReplyPriyankN Mar 6th, 2011 The question itself is wrong. It should have been difference between Model1 and Model2. There is nothing called MVC1 in actual. The term MVC itself stands for Model-View-Controller, which clearly seperates the three layers, so ...
interview questions postedSep 4, 2017byanonymous Share this question 1 Answer 0votes Spring provides excellent support for localization or i18n through resource bundles. Basis steps needed to make our application localized are: Creating message resource bundles for different locales, such as messages_en...