• +91 9723535972
  • info@interviewmaterial.com

Xamarin Interview Questions and Answers

Question - What is XAML namespace declaration?

Answer -

XAML namespace is the declaration of the namespaces on top of the XAML file. There are two declarations available within the root element when we create any new XAML UI. Here is the default declaration of the xmlns without any prefix:

xmlns="http://xamarin.com/schemas/2014/forms"  
The second declaration uses the x prefix:

xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"  
All declaration of the namespace which uses the prefix is a non-default declaration.

Suppose we want to bind the ViewModel with XAML and that ViewModel is declared inside the namespace, "XamSample.ViewModels".

xmlns:vm="clr-namespace:XamSample.ViewModels; assembly=XamSample.ViewModels"  
Then we can access the element from inside this namespace using VM prefix.

Comment(S)

Show all Coment

Leave a Comment




NCERT Solutions

 

Share your email for latest updates

Name:
Email:

Our partners