We have a .Net application running in a user's desktop and another Silverlight application running in a browser on the same desktop. I need to pass some data from the desktop .net application to the Silverlight client on the browser. Based on the data sent from the .Net app, Silverlight client needs to call a web service and display the result on the Silverlight client. Can you please give me possible options to achieve this? Thanks!
Communication between a .Net desktop application and a Silverlight application in browser
579 Views Asked by Betty Thomas At
1
There are 1 best solutions below
Related Questions in .NET
- file download method in visual studio 2017
- Repository manager receives the wrong connection string in .net core
- MongoDb not connecting C#
- The current .NET SDK does not support targeting .NET Core 6.0. Brand new WPF Project VS Community 2022 17.9.5
- Why Scanning GSI on DynamoDb doesnt work as fast as expected when using CONTAINS?
- Are "blittable types" really unmanaged types for StructLayout Sequential
- Failed to fetch dynamically imported module on Blazor JS Interop
- Problem to upload several images per one request
- Implementing Azure AD B2C Authentication in .NET 8 Blazor Project (RenderMode: InteractiveAuto)
- Stripe connect payout - throws exceptions
- 'IOException: The cloud file provider is not running', when trying to delete 'cloud' folder
- Azure Application Insights Not Displaying Custom Logs for Azure Functions with .NET 8
- Convert C# DateTime.Ticks to Bigquery DateTime Format
- Socket.io nodejs server .NET connection
- Producer Batching Service Bus Vs Kafka
Related Questions in SILVERLIGHT
- ServiceReferences.ClientConfig use basicHttpsBinding or similar
- How to draw and show map in in ArcGIS C# Silverlight Application
- ESRI.ArcGIS.Client.Symbols.SimpleFillSymbol invoke system crash on Unhandled Error in Silverlight Application
- OpenSilver 'Tapped' event not triggered on phone
- Debugging Silverlight with Microsoft Edge
- Where to download Silverlight Developer Runtime nowadays?
- Where can I download RiaServices.msi nowadays?
- How to build old Silverlight project in Azure DevOps?
- reading of barcodes are badly interpreted in silverlight app with edge
- StringFormat doesnt change number in Silverlight <telerik:GridViewDataColumn>
- Migrate Silverlight check for ElevatedPermission to ASP.NET MVC
- How do I install Silverlight now that it has been discontinued?
- OpenSilver and Dispatcher.CheckAccess
- Port Silverlight Storyboard to WPF
- Silverlight bing maps component are no longer working
Related Questions in CLIENT-SIDE-SCRIPTING
- Parameterise variables in sitespeed.io scripting
- Why won't or statement work in a for loop?
- UI Action returning GlideAjax undefined in ServiceNow Workspace
- How to download and rename the list of google drive links on real time during the download process
- how to implement the Smartsheet API client-side code using Browserify?
- fetch() API with NodeJS server makes req.redirect() not working
- Accounting Application Self-Generated SerialNumber is Duplicated in PHP
- Uncaught TypeError: Failed to resolve module specifier "@microsoft/applicationinsights-web". Relative references must start with either "/", "./"
- How to work with python as client side scripting language
- How to update the data source in typeahead in JS?
- how to click action link menu option in JavaScript
- How to reload an iframe in Javascript?
- How to Refresh a page in JavaScript and redirect to controller's Action method with parameters
- Plotly Dash - not fully understanding the extendData feature with stacked barplot
- Debugging javascript for webforms project hosted on iis
Related Questions in CLIENT-SIDE-DATA
- how to get data filled in pdf application dispalyed in angular 5 client side?
- How can I filter a string field in a dataset with a like clause and an umlaut?
- How to track users without authentication on nodeJS
- Javascript store client-side password across pages in memory
- REST Web api application data managment
- Chrome Extension and a Client-Side Database
- Best way to cache client-side data across iron-router routes in Meteor
- use client side database to show results in webpage
- Client Side binding Telerik RadListView not working, what is missing?
- Simple, standalone (i.e., no external files), offline, client-based solution for selecting file and displaying contents in HTML with Javascript
- How to save form input data to a XML file using Javascript?
- Best way for cross platform client storage?
- Communication between a .Net desktop application and a Silverlight application in browser
- IDBKeyRange querying by key, where key is String
- In a classic ASP application, is it better to use a session or cookie for cross-page data persistence?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
I think its possible to host A WCF duplex service in your desktop application and you can communicate with the siverlight app, or You can use a proxy to send push notifications to silverlight check SignalR