DotNetShoutout - Stories tagged with IronRuby
2
Shouts

IronRuby Tools for Visual Studio is out and IronRuby handed over to Community

published 944 days, 16 hours, 51 minutes ago posted by http://isenthil.myopenid.com/http://isenthil.myopenid.com/ 945 days, 3 hours, 31 minutes ago
Saturday, October 23, 2010 9:27:43 PM GMT Saturday, October 23, 2010 10:48:10 AM GMT
Microsoft has recently announced that they are handing over the the IronRuby and IronPython maintenance and the development to the Community .Microsoft Hands IronPython, IronRuby to Open Source Community The co-ordinators for these languages will be  JB Evain , Michael Foord , Jeff Hardy , Jimmy Schementi and Miguel de Icaza Along with this there is also an alpha release that was made yesterday on IronRuby 1.1.1 In... (more)
category: Architecture | clicked: 1 | comment | | source: www.ginktage.com
tags: IronRuby, Visual Studio
6
Shouts

IronRuby and IronPython are Officially Handed Over to the Community, IronRuby Tools for VS is Out and More!

published 944 days, 16 hours, 51 minutes ago posted by shayfriedmanshayfriedman 946 days, 6 hours, 11 minutes ago
Saturday, October 23, 2010 9:27:43 PM GMT Friday, October 22, 2010 8:07:36 AM GMT
So much going on in the DLR world - IronRuby and IronPython are officially handed over to the community, IronRuby 1.1.1 is released including IronRuby tools for Visual Studio and compatibility with Ruby 1.9.2. Good times! (more)
category: How To | clicked: 1 | comment | | source: www.ironshay.com
tags: IronRuby, Microsoft, Open Source
3
Shouts

Adventures in Ruby MVVM – Wrapping it up

published 972 days, 6 hours, 3 minutes ago posted by BrianGenisioBrianGenisio 972 days, 13 hours, 20 minutes ago
Sunday, September 26, 2010 8:16:25 AM GMT Sunday, September 26, 2010 12:58:38 AM GMT
Over the past few posts, I have written about my experiments with using IronRuby as the primary development language for my WPF applications using MVVM. This wraps it up with a fully functioning example (more)
category: How To | clicked: 1 | comment | | source: houseofbilz.com
tags: IronRuby, Ruby, MVVM
2
Shouts

Going Places - IronRuby on Windows Phone 7

published 994 days, 16 hours, 48 minutes ago posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 996 days, 5 hours, 58 minutes ago
Friday, September 03, 2010 9:31:22 PM GMT Thursday, September 02, 2010 8:21:16 AM GMT
IronRuby expert Shay Friedman goes mobile and shows you how to build a Windows Phone 7 app with Microsoft’s implementation of the popular Ruby dynamic language. (more)
category: How To | clicked: 0 | comment | | source: msdn.microsoft.com
tags: Windows Phone 7, WP7, IronRuby, MSDN, Windows Phone, MSDN Magazine
5
Shouts

blog.RunXc | Interface Driven Extensibility in .Net

published 1045 days, 56 minutes ago posted by runxc1runxc1 1045 days, 8 hours, 39 minutes ago
Thursday, July 15, 2010 1:22:57 PM GMT Thursday, July 15, 2010 5:40:25 AM GMT
If you want to create an extensible application than take a look at the article as it gives an example in MEF and IronRuby and how Interfaces can be used with theses technologies to allow your application to grow. (more)
category: Architecture | clicked: 0 | comment | | source: blog.runxc.com
tags: IronRuby, MEF, Extensibility, Interface
6
Shouts

Adventures in MVVM -- Bootstrapping Ruby

published 1051 days, 34 minutes ago posted by BrianGenisioBrianGenisio 1052 days, 13 hours, 2 minutes ago
Friday, July 09, 2010 1:44:47 PM GMT Thursday, July 08, 2010 1:17:23 AM GMT
In this post, I want to discuss how I am loading the Ruby ViewModels into the View.  When I write my Views, I like to use the tools I have available to me; Visual Studio and/or Expression Blend.  This means that I want a Visual Studio project and I want to be able to use these tools to create new views quickly.  The XAML files that define my views will still be backed by the obligatory auto-generated C# code, but this is where I want my C# code to end (for these experiments)... (more)
category: Agile | clicked: 0 | comment | | source: www.houseofbilz.net
tags: Silverlight, IronRuby, WPF, MVVM
5
Shouts

Create a Build Script with Rake in Iron Ruby that Integrates StyleCop, Simian, FxCop, MSpec and NCover - Kazi Manzur Rashid

published 1061 days, 40 minutes ago posted by iftekharahmedamitiftekharahmedamit 1061 days, 11 hours, 50 minutes ago
Tuesday, June 29, 2010 1:38:41 PM GMT Tuesday, June 29, 2010 2:29:25 AM GMT
With the release of Iron Ruby we are no more tide up with the xml based build script like NAnt and MSBuild, we can now use Rake with Iron Ruby to build our .NET based projects. In this post, I will show you a very basic build script in rake that will integrate StyleCop, Simian, FxCop, MSpec and... (more)
category: How To | clicked: 1 | comment | | source: weblogs.asp.net
tags: Rake, C#, MSpec, IronRuby, Mock, Ruby, BDD
8
Shouts

Starting Using IronRuby in 25 Minutes

published 1064 days, 2 hours, 23 minutes ago posted by shayfriedmanshayfriedman 1066 days, 1 hour, 16 minutes ago
Saturday, June 26, 2010 11:55:47 AM GMT Thursday, June 24, 2010 1:03:13 PM GMT
On the journey to cross the language barrier that stands between IronRuby and .NET developers, this post will teach you everything you need to know to start using IronRuby. And the intention is that it will not take you more than 25 minutes. So go grab a coffee and start reading. (more)
category: How To | clicked: 0 | comment | | source: www.ironshay.com
tags: IronRuby
5
Shouts

Write your Tests in RSpec with IronRuby - Kazi Manzur Rashid

published 1070 days, 2 hours, 27 minutes ago posted by rajuraju 1071 days, 22 hours, 55 minutes ago
Sunday, June 20, 2010 11:51:48 AM GMT Friday, June 18, 2010 3:24:13 PM GMT
[Note: This is not a continuation of my previous post, treat it as an experiment out in the wild. ] Lets consider the following class, a fictitious Fund Transfer Service: view source print? 01 public class FundTransferService : IFundTransferService 02 { 03 private readonly ICurrencyConvertionService currencyConvertionService; (more)
category: How To | clicked: 4 | 1 comment | | source: weblogs.asp.net
tags: RSpec, C#, MSpec, IronRuby, Mock, Iron Ruby, Ruby, BDD, Unit Test
11
Shouts

Start Learning Ruby with IronRuby – Setting up the Environment - Kazi Manzur Rashid

published 1072 days, 45 minutes ago posted by jantujantu 1074 days, 4 hours, 40 minutes ago
Friday, June 18, 2010 1:34:10 PM GMT Wednesday, June 16, 2010 9:39:23 AM GMT
Recently I have decided to learn Ruby and for last few days I am playing with IronRuby. Learning a new thing is always been a fun and when it comes to adorable language like Ruby it becomes more entertaining.Like any other language, first we have to create the development environment. In order to run IronRuby we have to download... (more)
category: How To | clicked: 1 | 1 comment | | source: weblogs.asp.net
tags: C#, IronRuby, Ruby
4
Shouts

Adventures in Ruby MVVM – Firing Events from Ruby

published 1075 days, 29 minutes ago posted by BrianGenisioBrianGenisio 1076 days, 39 minutes ago
Tuesday, June 15, 2010 1:49:55 PM GMT Monday, June 14, 2010 1:39:48 PM GMT
My Experiment: Can I move over to Ruby as my primary programming language when developing WPF and Silverlight applications?  In this post, I talk about how to fire events from Ruby, including an implementation of INotifyPropertyChanged (more)
category: Architecture | clicked: 0 | comment | | source: houseofbilz.com
tags: Silverlight, IronRuby, WPF, Ruby, MVVM
6
Shouts

Extending CLR types « IronRuby rocks

published 1094 days, 1 hour, 48 minutes ago posted by ThorstenHansThorstenHans 1095 days, 8 hours, 47 minutes ago
Thursday, May 27, 2010 12:30:52 PM GMT Wednesday, May 26, 2010 5:31:43 AM GMT
Extending CLR types 0 comments Posted on 18th May 2010 by Thorsten in IronRuby | Scripts IronRuby, Metaprogramming Extending .NET Framework types could be achieved by .NET Extension Methods since release 3.0. But there is an alternative way to add functionality to core CLR types. You can utilize IronRuby Metaprogramming to add new methods to common CLR types such as System::String or System::IO::File class System::IO::File def self.Equals(firstFile, secondFile) sel... (more)
category: How To | clicked: 4 | comment | | source: ironruby-rocks.com
tags: DLR, IronRuby
4
Shouts

Query WMI with IronRuby « IronRuby rocks

posted by ThorstenHansThorstenHans 1111 days, 1 hour, 13 minutes ago
Monday, May 10, 2010 1:05:35 PM GMT
Query WMI with IronRuby 0 comments Posted on 10th May 2010 by Thorsten in IronRuby | Scripts IronRuby, WMI In order to get detailed information about a system or about the operating system you can use the Windows Management Interface (WMI) to query the information you need. With IronRuby this is just as simple as in CLR. Just a few lines of code and you receive the information you need. First lets have a look at the IronRuby class DiskInfo, which will store the information for any logical device... (more)
category: How To | clicked: 14 | comment | | source: ironruby-rocks.com
tags: IronRuby, WMI
5
Shouts

Sending tweets with IronRuby and CLR « IronRuby rocks

posted by ThorstenHansThorstenHans 1118 days, 3 hours, 10 minutes ago
Monday, May 03, 2010 11:08:38 AM GMT
Sending tweets with IronRuby and CLR 0 comments Posted on 3rd May 2010 by Thorsten in IronRuby | Scripts | Web 2.0 Http, IronRuby, System.Net, Twitter, Web 2.0 Twitter is used to communicate via short messages, not longer than 160 chars. Millions of people use Twitter in these days to talk about their interests. For developers twitter offers a simple HTTP API which can be used with any framework. In conjunction with CLR you can easily send tweets from IronRuby. This simple snippet shows how to r... (more)
category: How To | clicked: 0 | comment | | source: ironruby-rocks.com
tags: web2.0, IronRuby, Twitter
8
Shouts

Script everything with PowerShell and IronRuby « IronRuby rocks

published 1118 days, 3 hours, 2 minutes ago posted by ThorstenHansThorstenHans 1122 days, 16 hours, 17 minutes ago
Monday, May 03, 2010 11:17:12 AM GMT Wednesday, April 28, 2010 10:01:32 PM GMT
Script everything with PowerShell and IronRuby 0 comments Posted on 28th April 2010 by Thorsten in IronRuby IronRuby, PowerShell Scripting safes time! Depending on the target you can save more time by using different Scripting Languages. SQL Server or SharePoint for example are offering PowerShell support, to promote PowerShell as main scripting language in Windows environments. As an IronRuby developer you can use this support to. The only thing you have to do is running PowerShell scripts dir... (more)
category: How To | clicked: 12 | comment | | source: ironruby-rocks.com
tags: Powershell, IronRuby
6
Shouts

Accessing SQLServer Databases with IronRuby « Professional IronRuby

published 1122 days, 3 hours, 10 minutes ago posted by ThorstenHansThorstenHans 1123 days, 20 hours, 29 minutes ago
Thursday, April 29, 2010 11:08:29 AM GMT Tuesday, April 27, 2010 5:50:01 PM GMT
Accessing SQLServer Databases with IronRubyby ThorstenHans on April 26, 2010 Hi, executing queries on a SQL Server instance is a common task. By using IronRuby this task can be resolved with a minimal effort. require "System" require "System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" con = System::Data::SqlClient::SqlConnection.new "MyConnectionString" con.Open cmd = con.CreateCommand cmd.CommandText = "SELECT * FROM ARTICLE" reader = cmd.ExecuteReader while reader.Rea... (more)
category: How To | clicked: 5 | comment | | source: proironruby.wordpress.com
tags: DLR, IronRuby
6
Shouts

Using GenericTypes with IronRuby « Professional IronRuby

published 1122 days, 3 hours, 10 minutes ago posted by ThorstenHansThorstenHans 1123 days, 20 hours, 30 minutes ago
Thursday, April 29, 2010 11:08:29 AM GMT Tuesday, April 27, 2010 5:49:18 PM GMT
Using GenericTypes with IronRubyby ThorstenHans on April 27, 2010 Generic types are a powerfull feature of C# since .NET framework Version 2.0. these powerful types are very important for IronRuby devs to execute scripts against existing CLR API’s or the base class library. As example I’ll take the Generic List class List (more)
category: How To | clicked: 0 | comment | | source: proironruby.wordpress.com
tags: DLR, IronRuby
7
Shouts

Sending mail messages with IronRuby « Professional IronRuby

published 1122 days, 3 hours, 10 minutes ago posted by ThorstenHansThorstenHans 1123 days, 20 hours, 31 minutes ago
Thursday, April 29, 2010 11:08:29 AM GMT Tuesday, April 27, 2010 5:48:04 PM GMT
Sending mail messages with IronRubyby ThorstenHans on April 27, 2010 Sending mail messages from an application is a common scenario to provide some information to the user. By using the existing .NET types in the System.Net.Mail Namespace, you can quickly create and send mail messages through an existing mail server like Microsoft Exchange. mail = System::Net::Mail::MailMessage.new ('ironruby@mydomain.com', 'recipient@mydomain.com', 'Mail from IronRuby'... (more)
category: How To | clicked: 2 | comment | | source: proironruby.wordpress.com
tags: DLR, IronRuby
6
Shouts

Testing C# code with IronRuby - a Review of Ruby's Testing Frameworks

published 1140 days, 4 hours, 1 minute ago posted by shayfriedmanshayfriedman 1141 days, 21 hours, 30 minutes ago
Sunday, April 11, 2010 10:17:45 AM GMT Friday, April 09, 2010 4:49:19 PM GMT
On of the most shining features of the Ruby language for .NET developers is, in my opinion, its testing frameworks. Ruby has got such amazing testing frameworks that it is such a shame that people still use other languages to test code. The goal of this post is simple – to show you how to test a given code in various different frameworks, so you can choose the one for you. (more)
category: How To | clicked: 0 | comment | | source: www.ironshay.com
tags: IronRuby, unit testing
7
Shouts

blog.RunXc | Calling an Interface Method using IronRuby in C#

published 1168 days, 1 hour, 30 minutes ago posted by runxc1runxc1 1169 days, 10 hours, 20 minutes ago
Sunday, March 14, 2010 12:49:12 PM GMT Saturday, March 13, 2010 3:58:34 AM GMT
Using IronRuby can be a lot of fun and with this little snippet you can get up and writing IronRuby that is designed to be hosted inside a .Net application. Just a decent sample of how to use a .Net Interface to ease calling IronRuby methods from C# (more)
category: Architecture | clicked: 1 | comment | | source: blog.runxc.com
tags: C#, IronRuby, Snippet
Previous 1 2 Next