IronRuby instead of NAnt or MSBuild?

I tried to use IronRuby in a continuous integration project and it worked pretty good, except when I wanted to use some external GEM to compress/extract zip files, turns out most are written for native un*x… But with a simple call to my trustworthy .NET solved that problem. Good read here: Say Goodby to NAnt and MSBuild

, , ,

Leave a comment

How Not To Lead Geeks

Got a good link from a friend: http://positivesharing.com/2006/03/how-not-to-lead-geeks/

It makes a lot of sense, I’m a strong believer in most of it.

,

Leave a comment

Passing WCF username AND PASSWORD to service handler

The correct way to do this in WCF is to implement IAuthorizationPolicy to replace PrimaryIdentity in the ServiceSecurityContext.

http://www.neovolve.com/post/2008/04/07/wcf-security-getting-the-password-of-the-user.aspx

Leave a comment

Collection of good questions to ask during a .NET interview

Now I just need to learn some of these before I can ask…

http://www.hanselman.com/blog/NewInterviewQuestionsForSeniorSoftwareEngineers.aspx

Leave a comment

Site for public domain XAML icons

Nice site with icons (styles should come later) for XAML and other uses: Xamalot

Leave a comment

Development Model using GIT

I’ve tried GIT, like it a lot. Click here for a good read on a development/branching model using GIT.

Leave a comment

.NET Gadgeteer by Microsoft

I think I’m a gadgeteer… I want this .NET Gadgeteer, would go perfect with the Netduino.

Leave a comment

Comprehensive article about threading in C# .NET 4

This is an article with the most comprehensive write-up about threading, synchronizing, blocking, and everything related, in C# and .NET 4.0.

Threading in C# by Joe Albahari

Remember my mantra – “Premature optimization in the root of all evil” by Donald Knuth


Leave a comment

Home Automation

Another link today, http://iridiummobile.net/

They’ve built a very cool product that takes a touch panel file from AMX‘s TPDesign4 and lets you use it on iPhone, iPad, Windows 7/XP/CE with more products coming. I’m excited about the Android 3.0 Honeycomb platform paired with this. My goal is to get a highly-integrated system that can either be handheld or wall-mounted for about $500. We’re getting there…

I’ll do some more evaluation of their product, especially how it compares to tpcontrol, another company having a similar product, but Iridium’s strength is that it can run on non-iOS products like WinXP, which should give me more hardware choices. Plus their upcoming version 2.0 promises features that we don’t even have on the native AMX touch panels, like the MVP-9000, etc.

 

Leave a comment

Very useful monitoring tool

Check this out: http://www.newrelic.com/

We bought it for my work to monitor our site http://www.activegolf.com.

Leave a comment