0
votes
Silverlight Project -Expression Blend
This is now possible in Silverlight 3, the beta of which shipped a few months ago. WPF's BitmapEffects were deemed too slow to port over, but there are Effects. Two are builtin-- BlurEffect and Dro …
1
vote
Image processing in Silverlight 2
There is first-class support for bitmap surfaces in Silverlight 3: h …
2
votes
Creating an IMAP client application in Silverlight
Silverlight does not yet allow arbitrary socket connections, which you would need to connect to an IMAP server on the privileged port of 143. Silverlight can only connect to servers, even with a cl …
