Peter Schneider


MCT, MCSD.NET, MCAD.NET, MCDBA

News

Locations of visitors to this page

  

Austrian .NET Community

Browse by Tags

All Tags » C# (RSS)
Powershell CmdLet for LiveContacts Get-WindowsLiveContact
The Windows Live ID Client SDK documentation shows you quite well how to sign in silently or with the built-in dialog - yet there is a small problem if you want to use this within a Powershell cmdlet, because the threading model has to be set to Single...
AtomSpacesPhotos Browser Sample Application
If you have seen Pablo Castro's MIX Session about accessing the Windows Live Services via Atom Publishing Protocol and want to play yourself with the protocol, I've built a quick and dirty WinForms app, which logs you in with your Windows Live ID and...
Posted: Mar 21 2008, 04:43 PM by pschneider | with 1 comment(s)
Filed under: ,
Brainfuck Compiler and Interpreter in Powershell
Surley some of you know the Brainfuck programming language... there are many compilers and interpreters around, yet I haven't found some for powershell... so here we go: Powershell Brainfuck Interpreter: param ($i) $t = @{ '>'='$p+...
Posted: Apr 08 2007, 05:23 AM by pschneider | with 4 comment(s)
Filed under: ,
Get-DocProps Cmdlet for Powershell
I've written a small and rather simple powershell cmdlet which allows you to list the core and application properties of office documents, so that you can do something like this: Samples: Get-DocProps –path "*.docx" | where { $_.Creator...
Head First Design Patterns Samples in C#
Good books are rare. One of them is surly O'Reillys Head First Design Patterns . Although the samples are written in Java it should not be a problem to translate them into C#. You can find a zip file with all the samples on http://www.msquaredweb.com...
More Posts