I want to create simple CRM website for my small company. Thanks to people on stackoverflow I assume that I can use WPF XAML Browser Application (XBAP):
Does WPF XAML Browser Application (XBAP) work on Android and Windows Phone browsers? Is it suppose to be deployed on a server/cloud and then it does not matter what device, internet browser, operating system you use?
This is the technology I am talking about: http://msdn.microsoft.com/en-us/library/aa970060%28v=vs.110%29.aspx
If not, do I have any alternatives involving .NET?
EDIT Xamaring seems tempting but I am afraid that it is too hard for me.
- Is it possible to write one applciation in Xamarin and run it on Windows and Android without any changes?
- If we are talking about ASP .NET is the website written in ASP ,BET will have full functionallity(buttons, textfields) on Android phone?
Thanks to people on stackoverflow I assume that I can use WPF XAML Browser Application (XBAP)
- sorry, NO. I have no idea who told you that, but XBAP is NOT a web technology and should NOT be used to create Web applications. Use ASP.Net or other Web technology instead. – County