Silverlight – Writing a unified code to access online and offline Database

By: Oren Beeri I got a request to build an internet application that will also be available offline; The user “checks out” part of the database to the client, works offline and checks it in when going back online. To implement this request I decided to use Silverlight built-in out-of-browser application, RIA services for accessing theContinue reading “Silverlight – Writing a unified code to access online and offline Database”

The Definite Guide to Notification Window in Silverlight 4.0

By: pluginbaby Note: This article was first published in Web Central Station, but code format has problem there, so I republish here. When this article was written the latest version of Silverlight was Silverlight 4. Notification Window is a Silverlight Out-of-Browser feature (among WebBrowser control, Elevated Trust and offline DRM) that allows your application to display a notificationContinue reading “The Definite Guide to Notification Window in Silverlight 4.0”

Notification of Silverlight Applications about Database State Changes

By: Max Paulousky Introduction There is a big class of software applications that should provide the ability for users to be notified about other user’s changes. The software for stock exchanges, medical practices, and clinics have to have the above mentioned feature. Silverlight applications are suitable for such areas because they have a rich interface andContinue reading “Notification of Silverlight Applications about Database State Changes”