silverlight
Creating a chat application using Socket in Silverlight
Here I will explain how to communicate with the server using the Socket class. The socket class allows Asynchronous communication between the client and server. This application will show how to share data in real-time in two different browser windows using Silverlight.
This application will contain two parts:
Server application using Ruby.
Client application using C# in Silverlight.
Creating [...]
Read Full Post | Make a Comment ( 8 so far )Using Flex with Ruby on Rails
This is the second blog post in a series of three posts comparing Flex with Silverlight. In my previous post I demonstrated how to integrate a scaffolded Rails application with Silverlight. Here I will be showing the same with Flex. The steps needed to create the Rails application are also mentioned here.
Creating a new Flex [...]
Using Silverlight with Ruby on Rails
In this post I will be showing a really simple example of creating a Silverlight frontend for a Rails backend. This is what I think will be a three part series comparing Silverlight with Flex.
The steps will be:
Creating a Rails application.
Creating a frontend for it in silverlight.
Creating a frontend for it [...]
Silverlight 2.0 Beta-1 now available, version 1.0 ported to Nokia mobiles
Microsoft has just released highly anticipated first beta of Silverlight here. The development tools for visual studio 2008 can be downloaded from here. Tutorials are also available on the same site.
This link reports that Silverlight is now also available on the Nokia mobile devices (specifically S60 on Symbian OS, as well as for Series 40 [...]


