jstangroome

Stories submitted by jstangroome

Code Coverage Delta with Team System and PowerShell(codeassassin.com)

submitted by jstangroomejstangroome(665) 2 years, 11 months ago

A PowerShell script that locates the two most recent successful TFS builds and outputs a list of classes whose coverage has changed between those builds, citing the change in the number of blocks not covered. read more...

add a comment |category: |Views: 19

tags: another

Using IDisposable and Lambdas for temporary values(codeassassin.com)

submitted by jstangroomejstangroome(665) 3 years, 8 months ago

Overriding a property value with a new value, only for the duration of a using block. read more...

add a comment |category: |Views: 12

tags: another

Report Services Automation With PowerShell(codeassassin.com)

submitted by jstangroomejstangroome(665) 4 years, 3 months ago

PowerShell script to take a Report Services .rptproj project file and output a command script to deploy the reports as per the project settings. read more...

add a comment |category: |Views: 58

tags: another

Find Duplicate Files With PowerShell(codeassassin.com)

submitted by jstangroomejstangroome(665) 4 years, 3 months ago

A simple PowerShell script to recursively locate all duplicate files (by content, not name) below a chosen directory. read more...

add a comment |category: |Views: 4

tags: another

Streaming Large Objects with ADO.NET, Properly(codeassassin.com)

submitted by jstangroomejstangroome(665) 4 years, 4 months ago

A quick reference for dealing with BLOBs in SQL without creating huge arrays in memory. read more...

add a comment |category: |Views: 10

tags: another

A good reason for calling GC.Collect()(blogs.msdn.com)

submitted by jstangroomejstangroome(665) 4 years, 4 months ago

Using GC.Collect to verify object destruction in unit tests. read more...

add a comment |category: |Views: 15

tags: another

PowerShell Regular Expression Compiler(codeassassin.com)

submitted by jstangroomejstangroome(665) 4 years, 5 months ago

Mostly pointless, but an interesting use of the RegularExpressions namespace from PowerShell. read more...

add a comment |category: |Views: 162

tags: another

PowerShell Registry Find and Replace(codeassassin.com)

submitted by jstangroomejstangroome(665) 4 years, 6 months ago

Some functions for performing find and replace on registry values from PowerShell. read more...

add a comment |category: |Views: 543

tags: another

The DFO Show - Hosting Windows PowerShell Part 1(channel9.msdn.com)

submitted by jstangroomejstangroome(665) 4 years, 7 months ago

In this first of 3 parts, David demonstrates how you can host Windows PowerShell from a Windows Forms application using PowerShell's RunSpace classes and PSObject. read more...

add a comment |category: |Views: 2

tags: another

Feature Suggestion For DotNetKicks(codeassassin.com)

submitted by jstangroomejstangroome(665) 4 years, 7 months ago

An idea for a new feature for DotNetKicks when it goes Open Source. read more...

add a comment |category: |Views: 2

tags: another

Beware of member hiding(codeassassin.com)

submitted by jstangroomejstangroome(665) 4 years, 7 months ago

The Shadows/new keywords in VB and C# can give unexpected results. read more...

add a comment |category: |Views: 0

tags: another

Deleting old temp files with PowerShell(codeassassin.com)

submitted by jstangroomejstangroome(665) 4 years, 7 months ago

A short function in PowerShell for deleting files older that a given date in a folder. read more...

add a comment |category: |Views: 18

tags: another

Premature Analysation(codeassassin.com)

submitted by jstangroomejstangroome(665) 4 years, 7 months ago

Code Analysis perfomance warnings conflict with avoiding premature optimisation. read more...

add a comment |category: |Views: 3

tags: another

Unit test pattern for event raising(nervoustych.com)

submitted by jstangroomejstangroome(665) 4 years, 8 months ago

Use of C# anonymous delegates to easily test for an event firing. read more...

add a comment |category: |Views: 145

tags: another

SQL Server 2008 "Katmai" for download(codeassassin.com)

submitted by jstangroomejstangroome(665) 4 years, 8 months ago

The June CTP of SQL Server 2008 "Katmai" is now available for download. read more...

add a comment |category: |Views: 62

tags: another

Sharpen Your Unit Tests, Forget VB(codeassassin.com)

submitted by jstangroomejstangroome(665) 4 years, 8 months ago

VB.NET programmers should be writing their unit tests in C#. read more...

1 comment |category: |Views: 4

tags: another