Home
Manage Your Code
Snippets for Dave Donaldson
Showing 1-10 of 55
TitleDescriptionLanguageViewsDate Added
Recursively Copy Folder (with excludes) in PowerShell This function recursively copies a folder and all subfolders while allowing you to properly exclude certain items.PowerShell8912/1/2009
Recursively Delete Item in PowerShell This function recursively deletes an item from the current location. The item can be a file or folder, and can be specified with or without wildcards.PowerShell7912/1/2009
Create Folder in PowerShell Creates a folder in the current location. If the folder already exists, it will be deleted and then re-created.PowerShell11512/1/2009
Get HTTP Response Content as XElement Returns the entire response content for an HTTP web request as an XElement.C#20010/26/2009
Get HTTP Response Content as String Returns the entire response content for an HTTP web request as a string.C#13310/26/2009
Create HTTP Post Request Method used to post form data and get back an HTTP web request object.C#14010/26/2009
Calculate Number of Pages (for paging) This method calculates the number of pages required when paging.C#4048/4/2009
Create SQL Server Database from PowerShell This script creates a SQL Server database from PowerShell. If the database already exists, it deletes it, then re-creates it.PowerShell16112/5/2008
BitDiffer XSL Report for CC.NET This XSL stylesheet is used for a BitDiffer report as part of a CruiseControl.NET build.XSL1796/3/2008
Delete SVN Folders This registry script allows you to right-click on a folder in Windows Explorer to delete all svn folders.Other2613/2/2008
123456