Can WPF applications be made without XAML?



Can WPF applications be made without XAML?..

Answer / Sumit Kumar Sahay

While XAML (eXtensible Application Markup Language) is the primary markup language for creating WPF UI, it's possible to create WPF applications using only code-behind (C# or VB.NET). However, using XAML provides a declarative syntax that separates UI design and application logic, making development faster, easier, and more maintainable.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More WPF Interview Questions

What is wpf browser application?

1 Answers  


What is code window?

1 Answers  


What are important features wpf?

1 Answers  


Is visual studio written in wpf?

1 Answers  


How does "updatesourcetrigger" affect bindings?

1 Answers  


What is mvvm wpf?

1 Answers  


What is a form based application?

1 Answers  


Can wpf be used in web applications?

1 Answers  


What do you know by content alignment in wpf?

1 Answers  


What is the use of system.windows.navigation namespace in wpf?

1 Answers  


What is the use of Data Templates in binding in WPF binding controls?

1 Answers  


What the first class that is loaded by any new WPF Application project?

1 Answers  


Categories