Daniel Cazzulino's Blog
Browse by Tags
All Tags
»
All Technology
»
PowerShell
(RSS)
.NET
PowerShell with TFS: how to perform batch-updates to WorkItems
In this post, I'll show how you can use Powershell to perform one of the most annoying and (currently impossible) tasks in an iteration planning using TFS: batch update of all non-completed items so that they are moved to the next iteration. The end result...
How to use C# typeof in Powershell
Have you ever missed C#'s "typeof" while working with PowerShell? PS C:\> [System.Type]::GetType("System.Enum") IsPublic IsSerial Name BaseType -------- -------- ---- -------- True True Enum System.ValueType PS C:\> typeof System.Enum IsPublic IsSerial...
PowerShell needs an XML namespace before it's too late
PowerShell exposes some pretty cool features via XML files, such as custom formatting and type extensions . The only problem I see right now is that those XML files have no namespace whatesoever. That may sound useless to you, but it's the very reason...
PowerShell: how to unit test your cmdlet
If you miss VS, intellisense, TD.NET , etc., you might want to try extending PowerShell with custom cmdlets, which are .NET classes deriving from Cmdlet. They allow you to extend PowerShell while still programming in your favorite language. Read Pablo...
PowerShell: vastly improved tab expansion/completion (or do you still miss VS intellisense?)
I'm an intellisense-addict. I hate doing work that my computer can do for me, and typing long namespace and class names certainly fits that category. [If you know all about PowerShell and just want to try it really quick, go get the straight dope...
More Posts
Search
Go
This Blog
Home
Contact
About
News
Tags
.NET
.NET/XML
All Technology
ASP.NET
Atlas
Books
C#
CAB
GAT
InSTEDD
Mesh
Miscelaneous
mobile
Moq
Movies
Mvp.Xml project
Patterns & Practices
PowerShell
Shadowfax
Software Factories
Vista
Visual Studio
Whidbey General
WPF
XML
XML Performance
Navigation
Home
Blogs
Archives
August 2008 (3)
July 2008 (5)
June 2008 (2)
May 2008 (2)
April 2008 (8)
March 2008 (9)
February 2008 (1)
January 2008 (3)
December 2007 (7)
November 2007 (12)
October 2007 (4)
September 2007 (12)
August 2007 (7)
July 2007 (3)
June 2007 (3)
May 2007 (3)
March 2007 (2)
February 2007 (3)
January 2007 (3)
December 2006 (1)
November 2006 (2)
October 2006 (3)
September 2006 (1)
July 2006 (3)
June 2006 (6)
May 2006 (3)
April 2006 (2)
March 2006 (2)
February 2006 (4)
January 2006 (10)
December 2005 (6)
November 2005 (5)
October 2005 (3)
September 2005 (6)
August 2005 (9)
July 2005 (11)
June 2005 (9)
May 2005 (8)
April 2005 (6)
March 2005 (1)
January 2005 (3)
December 2004 (3)
November 2004 (6)
October 2004 (8)
September 2004 (6)
August 2004 (4)
July 2004 (13)
June 2004 (7)
May 2004 (14)
April 2004 (14)
March 2004 (9)
February 2004 (26)
January 2004 (13)
December 2003 (19)
November 2003 (7)
October 2003 (19)
September 2003 (3)
August 2003 (8)
Miscelaneous
Successful Presentations
Programming
NMatrix project
CSS Destroy
RDF Primer
RexExLib Tester
CSS Zen Garden
Bookmarklets
XSD -> CLR type mappings
SqlDbType -> DbType mappings
Anders Heljsberg on C#
TDD links
Syndication
RSS
Atom