Creating a Local DB in SQL Server Management Studio
Having to install SQL Server from scratch. I always forget that it doesn't come with a local database installed. Which I will always think
Apr 18, 20241 min read
0 comments


Non Functional Requirements (NFR's)
Why we need NFR’s for our code. Non Functional Requirements
Dec 30, 20214 min read
0 comments


The Great Debate - Single or First
Ah, the joy of having options! I have definitely had some spirited debates regarding which method to use .First() or .Single() I am...
Mar 10, 20212 min read
0 comments


Time Test your Sprocs
Hey kids! Have you had issues with your queries running slow, or you aren't sure how to time them? Maybe you don't know exactly where...
Feb 26, 20212 min read
0 comments


Umbraco Admin Password Reset Tip
I tend to be really great at creating crazy passwords, especially for Admin access to a site I'm building. That also means I'm really...
Jan 21, 20211 min read
0 comments


Guids
An implementation of the universally unique ID (see UUID) that is computed by Windows and Windows applications.
Sep 16, 20201 min read
0 comments


LINQ
LINQ started as a simple way to query SQL data through code
Aug 4, 20202 min read
0 comments

