Advanced Forum Search Results
-
Can't say I am impressed with SL4 feature set. I guess v4 is all about LOB/enterprise development and mostly irrelevant to me. Although if pixel shaders will be GPU accelerated then I guess it SL4 is not complete meh.
-
Take a look at this article: http://www.ernzo.com/WindowlessCont.aspx
And I am pretty sure it is not illegal (misdemeanor at most)
-
I had this problem while using Safari on Mac. Try using FireFox, at least for this site.
-
Silverlight and WPF use different text rendering engines as well as different layout engines. Given that three pixel difference is pretty modest.
-
You might be able to pass data from Java applet to silverlight app using javascript as a bridge, but why go to such trouble? Why not just implement it all in Java?
-
It can be done, but i don't see any advantage in doing it in javascript. Since blur and perspective transform are not available in silverlight 1,2 you just as well could do it in native C#.
-
I don't think there is a simple answer to your question. It all depends on desired level of security you would like to get. For example it is less secure to have same server exposed to the intranet and internet. Approach practiced in majority of companies with intranets is not to expose intranet servers to the internet at all. If you ...
-
1. Silverlight can not connect to databases directly.
2. If you would like to use asp.net + mssql + wcf on server side than you will have to change your provider/plan.
3. You can inplement simple REST webservice in php or java on any *nix/apache platform. If you want SOAP it is better to go with option 2. I am no expert in php or java, so ...
-
http://www.google.com/search?q=accessing+mysql+from+silverlight
-
You could do things not permitted by Silverlight if you get user to install ActiveX control. Silverlight app would need to use javascript as a bridge to talk to ActiveX control. Of cause using ActiveX kills portability and puts use of Silverlight in question. If you have to resort to ActiveX then why not simply go with xbap?