Sign In
Monad
Monad Technology Blog
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
No tags have been created or used yet.
Archive
Archives
April 2006
(10)
March 2006
(7)
February 2006
(8)
January 2006
(7)
December 2005
(6)
November 2005
(8)
October 2005
(2)
September 2005
(5)
August 2005
(7)
September, 2005
MSDN Blogs
>
Monad
>
September, 2005
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Monad
Monad PDC talk rated #3 overall
Posted
over 7 years ago
by
MSDNArchive
4
Comments
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...
Monad
Monad Beta 2 Available
Posted
over 7 years ago
by
arulk
5
Comments
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...
Monad
Duplicate Files
Posted
over 7 years ago
by
arulk
8
Comments
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...
Monad
Adding Notes
Posted
over 7 years ago
by
arulk
0
Comments
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...
Monad
MshObject and Methods that take object
Posted
over 7 years ago
by
arulk
5
Comments
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...
Page 1 of 1 (5 items)