Can mvc be used for desktop applications?



Can mvc be used for desktop applications?..

Answer / Vishal Upadhyay

Yes, the Model-View-Controller (MVC) design pattern can be applied to create desktop applications in C# using frameworks like WPF or WinForms.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

How u make an application remotable?

1 Answers  


What is system console writeline in c#?

1 Answers  


What are instance fields in c#?

1 Answers  


What is dynamic dispatch?

1 Answers  


what is a constructor?

5 Answers   Amazon, Amdocs, Choice Solutions,


What is the difference between read and readline in c#?

1 Answers  


What is IL / CIL / MSIL?

1 Answers   CitiusTech,


What do you mean by hashtable c#?

1 Answers  


What's new in c#?

1 Answers  


What is difference between ienumerable and enumerable in c#?

1 Answers  


What is sorting in c#?

1 Answers  


I created a class which is inherited from interface IDisposable. Now if I use object of this class with using keyword. Then How the dispose method will get call. Does garbage collector call it or some else.

2 Answers   Sapient,


Categories