What is the use of viewmodel in mvc?
Answer / Tushar Gupta
ViewModel is an object that serves as a bridge between the Controller and View in ASP.NET MVC. It holds the data to be passed to the view, as well as any additional properties needed for display purposes. This helps separate the concerns of data handling, presentation logic, and UI.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the necessity for singning an assembly with a strong name?
What meant of assembly & global assembly cache (gac) & Meta data
Please explain me what the project manager will ask in the interview.The interview is for senior position in .Net (5 years experience )
Explain test driven development (tdd) ?
what is deferred loading(lazy loading)?
what is eager loading?
Can you use Razor code in Javascript in ASP.Net MVC?
What does CLR do as soon as an assembly is created ?
When was the first version of .NET released
How do you handle variable number of segments in a route definition?
Is entity framework slow?
Can any particular component of .net framework 3.0 be removed?