I am a massive Silverlight user.
Since I started to realize that sooner or later Silverlight is gonna die (there is not going to be a SL 6 from what I heard), I'm starting to sniff around for an alternative technology.
I need a fluid responsive UI like Silverlight, and I need a technology that costs zero development effort. Silverlight is actually just great but it's missing some key features (binding types, shared size group and more), and since it's not going to be developed anymore I am considering other things. It's also not really multi-platform (Android and iOS support is a minimum).
Anyway, I looked into ASP.NET SPA, and I kinda liked the idea, but in the other hand, I think HTML5/javascript are decades far from Silverlight, first of all C#/VB.NET as a language, then all the related tools, such as Entity-Framework, WCF-RIA with scaffolding and validation, SDK/Toolkit and more.
So my question is if there is any kind of way to make a generator that turns my Silverlight website into HTML5+CSS3+Javascript so it works on every platform, perhaps by converting it to a SPA app.
Have you ever heard about any existing project that covers this issue? Do you think it's doable or it will take me years to develop it?