Recent posts
-
Applying styles to the WebForms design view
The designer is arguably one of the better features of WebForms: let's make it even better by applying site-wide styles to the static design view -
Making NPM scripts work cross platform
How to write npm scripts that work cross platform and avoid the headache of "rm is not a recognized as an internal or external command" -
How does RAISERROR work?
What does RAISERROR(50001, 16, 1, 'dbo.GetPerson', 'PersonId') do and what do all those magic numbers mean? -
SQL Database Querying
An overview of how to connect and write queries against a database. -
Redgate Snippets
An overview of how to create custom Redgate Snippets -
SQL Merge
Description and example of using MERGE statement in SQL -
Removing Duplicates Using CTE
A brief description of using CTEs to remove duplicates from a table. -
Acronyms List
A semi-complete listing of acronyms and other jargon used across the State of Vermont -
Syntax Highlighting
Syntax highlighting makes code snippets readable and enjoyable -
Markdown Overview
Markdown is a simple way to format text that is both human readable and can also be easily converted to a webpage