A free tool to reduce coding for developers who like to surface T-SQL database recordsets in a simple collection of customized POCO objects. Every so often, I find myself wishing that I had a utility ...
There are lots of ways to create MSSQL databases via PowerShell. We could invoke a T-SQL query using the CREATE DATABASE term, we could write some code to use the [Create() method with SMO] or, if ...
The opinionated guide to running Claude Code well. CLAUDE.md, skills, subagents, hooks, and the workflows that produce ...
Microsoft’s Azure-based AI development and deployment platform shines with a strong selection of models and agent types and ...
The structured query language is a powerful tool for connecting to many database systems that store data in tables organized into rows and columns. It's often used on the backend of business websites ...