Welcome to MSDN Blogs Sign in | Join | Help

September 2005 - Posts

Monad PDC talk rated #3 overall

PDC results are in and the Monad talk came in #3 based upon Presenter Effectiveness. Anders Hijlsberg's talks on C# and LINQ got the #1 and #2 slots. This is the second conference in row that Anders has edged out the Monad team for the #1 slot so this
Posted by Monad Team | 4 Comments

Monad Beta 2 Available

We've just uploaded the new release to Download Center and the bits are now live! x86: http://go.microsoft.com/fwlink/?linkid=51989&clcid=0x409 x64: http://go.microsoft.com/fwlink/?linkid=52472&clcid=0x409 Please direct any questions or comments
Posted by arulk | 5 Comments

Duplicate Files

Need a way to check if two files are the same? Calculate a hash of the files. Here is one way to do it: ## Calculates the hash of a file and returns it as a string. function Get-MD5([System.IO.FileInfo] $file = $(throw 'Usage: Get-MD5 [System.IO.FileInfo]'))
Posted by arulk | 7 Comments

Adding Notes

A while back I mentioned that there was a way of adding notes to objects in the shell. Here is one way to do it: ## Adds a note to the pipeline input. filter AddNote([string] $name, $value) { $mshObj = [System.Management.Automation.MshObject] $_; $note
Posted by arulk | (Comments Off)

MshObject and Methods that take object

Every once in a while people ( including me) run into trouble calling methods that take object. Why? Well, as I told you earlier objects in MSH are wrapped by an invisible MshObject. As it turns out that this invisible object is not always so invisible.
Posted by arulk | 5 Comments
 
Page view tracker