Tag: migrated-from-wordpress
All the articles with the tag "migrated-from-wordpress".
-
PowerShell 2 and .NET Framework 4
How to configure PowerShell 2 to use .NET Framework 4 CLR via registry or config files.
-
PowerShell unit testing
Comparison of PowerShell unit testing frameworks: Pester, PsUnit, and PsTest.
-
Good WordPress free theme_
Request for a wide, code-friendly free WordPress theme with automatic post excerpts.
-
Useful git hooks - Part 2
Adds a commit-msg hook that enforces TFS work item ID prefixes on all commit messages.
-
MarkdownPad - very nice Markdown editor
Brief introduction to MarkdownPad, a WYSIWYG Markdown editor for Windows.
-
PowerShell Set-PSBreakpoint bug in PowerShell 3_
Bug report: Set-PSBreakpoint breakpoints are not hit when the script runs in a new PowerShell 3 process.
-
Remote debugging over TeamViewer
Step-by-step guide to setting up Visual Studio remote debugging over a TeamViewer VPN connection.
-
Useful git hooks
Introduction to a git hooks repository that prevents ugly pull-merge commits from cluttering git history.
-
PowerShell Cmdlets sources
Script to open any PowerShell cmdlet's source code directly in .NET Reflector for inspection.
-
obj.ToString(), nulls and ReSharper
ReSharper incorrectly marks ToString() as non-nullable, but BCL types like HtmlString can return null.