July 2008 - Posts

1
Comments

Open a WPF Window from WinForms by jdanforth

If you find yourself in need to open a WPF Window from a WinForms program - this is one way to do it (works for me): 1) Create/Add a new project of type "WPF Custom Control Library" 2) Add a new Item of type "Window (WPF)" 3) Do your...
Filed under:
0
Comments

IronRuby with ASP.NET MVC by jdanforth

Now that ASP.NET MVC preview 4 is out, Phil Haack did as promised and made available a working prototype of IronRuby + ASP.NET MVC integration . He wrote: Now that Preview 4 is out, I revisited the prototype and got it working again. I use the term working...
Filed under: ,
0
Comments

IronRuby Getting Started Links by jdanforth

Justin Etheredge wrote a detailed step-by-step blog post about how to download, build and get IronRuby up and running which is really good. There is also the new wiki on the official IronRuby web site ( www.ironruby.com ) which covers the same topic and...
Filed under:
0
Comments

Fetching User Details from OpenId via Attribute Exchange by jdanforth

Rob Conery did another excellent episode of his MVC Storefront series the other day where he ripped out his user membership code and replaced it with OpenId. Implementing the whole OpenId protocol yourself isn't necessary as there are some great libraries...
Filed under: ,
0
Comments

ThreadPool.QueueUserWorkItem with Anonymous Types by jdanforth

I thought this blog post by Matt Valerio was good, and it gave me a few ideas to use in a current test project. He wrote a helper method to be able to use anonymous types when calling a delegate or lambda in the ThreadPool: public delegate void WaitCallback...
Filed under:
More Posts