Reputation: 1262
I'm going to develop diagramming app with support for designing SQL databases.
I have experience with WPF (about 2 years) and with html5/js (about a year)
This should be quick and easy-to-use app (working on linux and android is just a wish)
I'm looking for advice, should I use WPF or Html5 ?
Thanks :)
Upvotes: 3
Views: 421
Reputation:
I'd go with WPF.
I don't think WPF is so much easier than HTML (it feels a little overdesigned here and there), but prototyping in C# is easier as it is a much richer language than javascript. Not to mention the benefits of typesafety.
Upvotes: 3