InterviewSolution
| 1. |
What Are The Advantages Of Extensible Application Markup Language (xaml) Over C# Or Vb.net? |
|
Answer» XAML is the language which is used with SILVERLIGHT. It is one of the GROWING languages that has lots of features and properties. The advantages of it over C# or VB.NET are that: C# or VB.NET PROVIDE development by USING coding whereas, XAML provides codeless development and provides lots of features to create complex user interface CONTROLS etc. It can also define an instance of class which is being already defined by C# or VB.NET. XAML is the language which is used with Silverlight. It is one of the growing languages that has lots of features and properties. The advantages of it over C# or VB.NET are that: C# or VB.NET provide development by using coding whereas, XAML provides codeless development and provides lots of features to create complex user interface controls etc. It can also define an instance of class which is being already defined by C# or VB.NET. |
|