-
Hello friends,
Anybody knows if this amazing library has been ported to Xamarin.Forms?
Thanks in advance
-
Hi, I am very interested on Aurelia. I would like to ask if is there a plan to add an isomorphic architecture on it. We would have models, routes and templates on both sides, and we could render pages…
-
Proposal for MvvmCross 5.0 release:
- [x] CI for builds (#1301)
- [x] Automated release builds and nightly builds (#1301)
- [x] WP Silverlight removal (#1460)
- [x] WP8.1 & WindowsStore removal
-…
-
Any plans on porting this to work with .Net Core?
-
How do we perform a user sign in from .net WPF or forms app? This functionality seems to be missing
-
Due to use of bcrypt.dll
ghost updated
7 years ago
-
I am one of the early XAML adapters and passionate who started using XAML in WPF, Silverlight, UWP and Xamarin Forms since **Avalon** release (yeah Avalon you know what I mean) .
As a developer w…
-
When a family doesn't have spouse data, the GEDCOM export is writing empty records. Observed with GEDKeeper 2.8.1.0.
I.e. if there is no father data, export writes a "1 HUSB" line. Or a "1 WIFE" li…
-
Are there any plans on supporting aspnet 5 and aspnet core 5 support ?
StefH updated
7 years ago
-
If you try the following layout code in GTK:
`
var table = new TableLayout();
var cellcp = new Panel();
var txtcell = new TextBox { Width = 80, …