** Just a last minute update, from Arnoud: Found the ultimate Silverlight PNG encoder with zip-compression.. http://www.codeplex.com/Wik... And about the license, can be used for commercial purpose (check this thread: http://silverlight.net/foru... And about... saving a canvas as PNG compressed: http://imagetools.codeplex.... the content of a canvas to a file Hope to get some extra time to create a new post with ......
When you add a WCF service referencein your Silverlight project you get for free a powerful autogenerated proxy: collections are ObservableCollection based, even the entities have already implemented the FireNotification on the set method ( it’s a good exercise to make a “go to definition” and explore the autogenerated classes code). All this is great but… what happens if you need to extend an autogenerated entity? Let’s say I have the following scenario: - A service provides me with a list of expected ......
SL Calling same domain WCF located service zero configuration Nice stuff… in my app’s I use to have a config.xml file associated to my Silverlight application, it included an entry to specify the root url to access the WCF services that I need to call in my app. It was a pain on the neck swapping between localhost and server mode (remember always to set the right config. Blah blah…), googling a bit I have found nice solution… why do you need to host that root url in a file? You already can grab it ......
One of the SL app’s that I have developed (http://www.dbschemaeditor.... calls services that are located on the sames domain… so far so good. Some weeks ago a user was complaining that in some occasions the application thrown a “Connection failed” message whenever he tried to login, … researching a bit on the issue I found that the user was typing in the url address dbschemaeditor.com (no WWW), what happens in this case? It’s treated as a cross domain call !! (request for clientaccesspolicy.xml ......
I got a MVP award from Microsoft on Silverlight. Altough I already manage a generic .net site + blog (tipsdotnet.com), I have decided to reopen my blog here at Geek with blogs just to talk about Silverlight.
Hope to start posting soon interesting stuff :-).