Creating an IronRuby Silverlight Application
IronRuby is an implementation of the Ruby programming language that is currently being developed by Microsoft. Using IronRuby, developers can implement Ruby code as the client-side language for Silverlight applications. Using Ruby to code Silverlight applications allows developers to use already existing Ruby applications to provide rich functionality to the Silverlight application.
The first step in creating an IronRuby Silverlight application is to create a folder for the application. Inside that folder, you need to create a Web page similar to the one in Listing 11.1 to host the application.
Average user rating: 5 stars out of 3 votes
Post a comment