Entity Framework Profiler Hosts IronRuby and IronPython

The Entity Framework is a Microsoft ORM framework for .NET. It is included in .NET 3.5 SP1.

The Entity Framework Profiler is a tool for analysing, logging and profiling the SQL queries made by the Entity Framework.

Based on the work done by Ben Hall in his IDE for DLR languages, IronEditor, Simon Segal has added "scripting into the profiler so users could compose scripts and execute Entity Framework code directly from the Profiler itself".
Both IronPython and IronRuby scripting works, and there is lots of example code in the blog entry.

Comments

Popular posts from this blog

Extending Abobe Flash Player and AIR with Python and Ruby

Should Python Projects Support IronPython and Jython?

Further Adventures of the Debugger