Which technology is best for desktop application?



Which technology is best for desktop application?..

Answer / Richa Sharma

There isn't a single 'best' technology for desktop applications as it depends on various factors such as project requirements, development team expertise, and the target platform. However, some popular technologies for creating desktop applications include Electron (JavaScript), WPF (C#), Qt (C++), and JavaFX (Java).

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

Valuetype/reference type?

6 Answers   Microsoft,


What is definition in c#?

1 Answers  


What does assert() do in c#?

1 Answers  


Why do we need abstract class?

1 Answers  


What is callback delegate in c#?

1 Answers  


Is c# code is managed or unmanaged code?

1 Answers  


What is callback function in c#?

1 Answers  


C# provides a default constructor for me. I write a constructor that takes a string as a parameter, but want to keep the no parameter one. How many constructors should I write?

3 Answers   Visual Soft,


How long can loop recorders stay in?

1 Answers  


Can you override private virtual methods?

5 Answers  


Is the following code legal?

1 Answers  


If you define integer variable and a object variable and a structure then how those will be plotted in memory ?

1 Answers  


Categories