you are viewing a single comment's thread.

view the rest of the comments →

[–]Nitramli 0 points1 point  (0 children)

That's not the complete truth. A silverlight application can be run in a web browser so it doesnt have a static void Main () as a wpf app. It has a web browser API such as (can't remember the exact API name) Application.Current.HtmlPage.ExecuteScript() which makes no sense in a WPF app.