Does WPF XAML Browser Application (XBAP) work in Android and Windows Phone browsers? What are the alternatives?

I want to create a simple CRM site for my small company. Thanks to the people from stackoverflow, I assume I can use the XAML browser application (XBAP):

Does the WPF XAML (XBAP) browser application work on Android and Windows Phone browsers? Is it supposed to be deployed on a server / cloud, and then it does not matter which device, Internet browser, or operating system you use?

This is the technology I'm talking about: http://msdn.microsoft.com/en-us/library/aa970060%28v=vs.110%29.aspx

If not, are there any alternatives related to .NET?


CHANGE Xamaring tempting, but I'm afraid that it is too difficult for me.

  • Is it possible to write a single application in Xamarin and run it on Windows and Android without any changes?
  • If we are talking about ASP.NET, is this a site written in ASP, will BET have full functionality (buttons, text fields) on an Android phone?
+4
source share
1 answer

Does the WPF XAML (XBAP) browser application work on Android and Windows Phone browsers?

No.

XBAP - HACK, WPF "" "-", Internet Explorer. (Chrome, Mozilla ..), . .Net Framework, , , , , .Net Framework (Windows PC, Notebooks Tablets Windows (NOT RT).

- -, - - ( HTML > [, , CSS JavaScript]) - ( HTML, , , , ).

, - ( HTML), - -.

?

-, -, ASP.Net.

, API Web-, . Xamarin - , # , PCL Windows (WPF).

+12

Source: https://habr.com/ru/post/1543694/


All Articles