13Aug
This is a blog post that will be updated over time. It's intention is to collect the best IronRuby resources on the web, so feel free to leave a comment and let me know of additional resources you would like to see listed here. http://www.ironruby.net - in particular the Frequently asked questions section...
Continue reading →
Posted in Blog | No Comments
16Jun
You'll need to uninstall all Silverlight 2 Beta 1 tools, and install the Silverlight 2 Beta 2 Chainer (which includes tools for VS 2008, see www.silverlight.net ) Then update your Silverlight Dynamic SDK . If you are doing Deep Zoom, get the new Deep Zoom Composer . Here are updated Demos: Demos 1 -...
Continue reading →
Posted in Blog | No Comments
21May
This past weekend I had the honor of presenting my IronRuby, the DLR and Silverlight talk at Cleveland Day of .Net. As promised I am posting the Deep Zoom sample that I had created. One gotcha that you will hit is that during the development, you will be required to add the mime type for the *.bin extension...
Continue reading →
Posted in Blog | No Comments
28Apr
Each new term in the Fibonacci sequence is generated by adding the previous two terms. By starting with 1 and 2, the first 10 terms will be: 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, ... Find the sum of all the even-valued terms in the sequence which do not exceed four million. Here is my IronRuby solution...
Continue reading →
Posted in Blog | No Comments
28Apr
I came across a site that contains mathematical problems that can be solved programmatically. The site is http://projecteuler.net . I thought this was a good site to frequent so that I can learn how to apply my new found love for IronRuby. Running this samples requires that you download and build IronRuby...
Continue reading →
Posted in Blog | No Comments
26Apr
Recently I presented this talk at the Central Ohio Day of .Net. It was an excellent experience, the sessions were all top notch, and the attendees were great! I'm sure to do this again next year. If you missed out, there are other Day of .Net events scheduled in nearby areas, to get a list, you can access...
Continue reading →
Posted in Blog | No Comments