3 months ago i developed a WPF Application offline,and now i need to host this Application online.
This app gets the function to Add,Edit,Delete,Search (and so on …) records in the database so it use a Databinding and now i need to host it online so the client can connect on the web to insert or update the data .
Can you suggest me which is the best way to host my App online using the Databinding?
Thanks so much for your attention.
..if you need more details don’t hesitate to ask me . 🙂
Cheers
It sounds as though you’d want to convert your WPF application to Silverlight. Silverlight applications run in the browser, and contain a large subset of the WPF features, including XAML and Databinding.
While it’s usually not an exact 1:1 port from WPF to Silverlite, it’s close. There are many resources on the topic if you Google “Converting WPF to Silverlight”.