One month a ago my friend Njål blogged about executing commands and programs on a remote machine using powershell. Njål wrote about PsExec and Invoke-WmiMethod and I will present some more ways to do this. First one is through MSDeploy.exe and the second, my preferred w...
The .IsNullOrEmpty() and .IsNullOrWhitespace() utility methods for string objects really helps cleaning up the code compared to the old fashion if (myString == null || myString.Trim().Equals("")) ... This should definately have been implemented for oth...
Enabling users to download files (blobs) in Windows Azure can be done in 4 ways ;(as Microsoft evangelist Sean Harris explains in this blogpost) Direct Download – Set the Access of the Container to Public Read Access or Full Public Read Access and expose the URL ...