Advanced Forum Search Results
-
Hello,
I've got a SL application that consumes different WCF Webservice and it's used by different customers... since the data I send over WCF are quite big (from 1mb to 9mb) I wish to adopt some kind of caching...
I've tried for now using the HttpContext.Current.Cache class inside the WCF service and checking if an item is present ...
-
Thanks codeblock for your answer... I was aware of the existence of the LocalMessaging but I'm quite a bit scared about using it to transfer 100/150 xml items collection.....to be honest I would have been much more comfortable using the silverlight bag on the hard drive (saving it as xml file) or if possible storing it in javascript (but ...
-
Hello ,
I've got a project with 3 different SL application (I've got a main one and 2 that needs to be open in full screen so I need to pass via HTML and open a new SL application)
Each application calls the same methods to fill some datastructure (as a list of activities and grafical palettes)... is there a way of sharing them between ...
-
Thanks Varshavman,
this is a commercial solution... do you know if there's something similar free? The price of that application is too much for what we need...
Have u got a sample of creating a silverlight-wcf channel implementation?
Thanks
-
Hello,
I've looked around and tried different solution, but none seems to work.... I've got a WCF service that right now sends huge xml over Http (binary)
The xml not compressed is 9,2MB
using SL3 binaryXML I reach 2,1MB
Using a sample application (web asp.net, not SL) I tried Gzipping it and I'm around 500kb... the problem ...
-
Hello to everybody, I've got 3 silverlight application that were referencing the same WCF Services, I've refactored all the code in a Silverlight class project so that the SL projects reference the Class for accessing the data service...
I've got a single ServiceReferences.ClientConfig in the Class Project and I tought it was ok... ...
-
hello,
please excuse me, where do I need to put the code in javascript in the html page or into the silverlight one (since it's related to parent)
Thanks in advance
Paolo
-
Hello to everybody,
I'm getting lost with SL + Telerik + data binding... I've got this piece of code :
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="telerikCharting:ChartLegendItem">
...
-
hello varshavmane,
I need the exact opposite.. I need my window to be shown outside the browser window and standing to the introduction of CP article
"Modal display of any UserControl derived controlDragging of the hosted controlCentering the hosted control when the browser is resizedHosted control is prevented from being ...
-
Hello to everybody,
I have got a SL application that need to open customers details as a new window, currently I'm using the RadWindow but they're locked inside the browser space, is there a way to open a new window (or even browser window) and load the XAML page inside it?
I also need to keep unique the xaml application, since I store ...