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.PowerShell23112/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.PowerShell14412/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.PowerShell24312/1/2009
Get HTTP Response Content as XElement Returns the entire response content for an HTTP web request as an XElement.C#31210/26/2009
Get HTTP Response Content as String Returns the entire response content for an HTTP web request as a string.C#21710/26/2009
Create HTTP Post Request Method used to post form data and get back an HTTP web request object.C#22910/26/2009
Calculate Number of Pages (for paging) This method calculates the number of pages required when paging.C#6948/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.PowerShell21712/5/2008
BitDiffer XSL Report for CC.NET This XSL stylesheet is used for a BitDiffer report as part of a CruiseControl.NET build.XSL2306/3/2008
Delete SVN Folders This registry script allows you to right-click on a folder in Windows Explorer to delete all svn folders.Other3193/2/2008
123456