You are designing an application by using Microsoft NET Framework 4 and Microsoft Visual
Studio 2010. Your development team consists of designers and C# developers. • You need
to ensure that the application meets the following requirements: • Kit allows separation of
user interface (UI) code and business logic. • “It allows the UI to be data-bound without
requiring a code-behind file. Which technology should you use?
A.
Windows Presentation Foundation (WPF) without Model-View-View Model (M-V-VM)
B.
Windows Presentation Foundation (WPF) along with Model-View-View Model (M-V-VM)
C.
Windows Forms along with Model View Presenter (MVP)
D.
Windows Forms without Model View Presenter (MVP)
Explanation: