Windows Presentation Foundation (WPF) Question:

Tell me can Windows Service be created Using WPF?

WPF Interview Question
WPF Interview Question

Answer:

No, Windows Services cannot be created using WPF. WPF is a presentation language. Windows services need specific permissions to execute some GUI related functions. Therefore, if it does not get the required permissions, it gives errors.


Previous QuestionNext Question
Why ListBox made to scroll smoothly?Is it better to wrap items in ComboBoxItem?