Short Fast Code
Just the code thanks ma'am
Delete a file and its history from TFS
›
What if you need to delete a file and all its history from tfs for some reason. Maybe someone checked in a password or api key? tf destro...
notepad++ regex replace
›
Problem : I have a file with many variable length lines with a decimal number on the end (i.e. a transaction statement that was not formatt...
Import IIS logs into SQL Server table
›
There are lots of IIS log parsers out there, but I found a simple SQL script that will load them into your own SQL Server table for you to ...
How to script SQL server database role permissions
›
SELECT 'GRANT ' + database_permissions . permissio n_name + CASE database_permissions . class_ desc WHEN...
How can I see what certificates are installed on a Windows computer with PowerShell
›
Using PowerShell to view certificates is easy. PowerShell has a provider that exposes the certificates store which is part of the pki and s...
Compare Branches with Beyond Compare
›
After I do a big merge I always like to compare my source and target branches to review the differences. My tool of choice for this is Beyo...
Convert object to csharp object initialization code
›
Below is a class that will convert any object into c# code that would statically initialize that object. Why is this cool? - Suppose you n...
How to write confusing angular - Changing the default angular delimiter.
›
I just spent a wasted hour trying to figure out why an angular app written by one of my employers contracts was behaving so strangely. Appar...
WCFExtras XML comment doesn't work?
›
WCFExtra 's is an awesome addition to any WCF project which enables you to include your code comments as documentation in the generated...
How to ignore non-trival differences in files with Beyond Compare
›
If you want to ignore something that can't be handled by a replacements because the to-state isn't easily defined such as mismatchi...
›
Home
View web version