Welcome to MSDN Blogs Sign in | Join | Help

July 2005 - Posts

Announicing public availability of Monad Beta

Folks, Monad beta is now publicly available as part of WinFx beta release. You can get this beta at the following location http://www.microsoft.com/downloads/details.aspx?FamilyID=23a22468-5807-4ff7-a363-ce6fe69b8f04&DisplayLang=en
Posted by arulk | 0 Comments

Difference between $() and ()

Today, I was writing some script to play around hash declaration. My line of script to declare hash was MSH>$a = @{(‘foo’ + ‘bar’) = 5)} MSH>$a.foobar 5 MSH> Then, I tried MSH>$a = @{$(‘foo’ + ‘bar’)=5} MSH>$a.foobar 5 MSH> That worked
Posted by arulk | 1 Comments
 
Page view tracker