DEV Community

Sean Drew profile picture

Sean Drew

Application Developer/Architect @ Maxor National Pharmacy Services

Location Boston Joined Joined on  Personal website http://www.seandrew.info
Writing C# Code Like a Klingon

Writing C# Code Like a Klingon

Comments
4 min read

Want to connect with Sean Drew?

Create an account to connect with Sean Drew. You can also sign in below to proceed if you already have an account.

Already have an account? Sign in
Designing a SOLID, Layered ASP.NET Core Solution for Patient Lookup

Designing a SOLID, Layered ASP.NET Core Solution for Patient Lookup

1
Comments 1
7 min read
Refactoring Repetitive Model Validation in ASP.NET Core

Refactoring Repetitive Model Validation in ASP.NET Core

Comments
4 min read
Transitioning to JSON: Supporting Both Body and Query Parameters in ASP.NET Core

Transitioning to JSON: Supporting Both Body and Query Parameters in ASP.NET Core

Comments
8 min read
SQL Server Stored Procedure Design for Flexible Record Lookup

SQL Server Stored Procedure Design for Flexible Record Lookup

2
Comments 4
5 min read
Dynamic API Dispatching in C#

Dynamic API Dispatching in C#

3
Comments 4
5 min read
Identifying Stored Procedures Created or Modified Within a Date Range in SQL Server

Identifying Stored Procedures Created or Modified Within a Date Range in SQL Server

1
Comments 2
2 min read
Customizing Output Caching in ASP.NET Web Forms and C# APIs

Customizing Output Caching in ASP.NET Web Forms and C# APIs

Comments
5 min read
Filtering and Exporting SQL Stored Procedures with PowerShell

Filtering and Exporting SQL Stored Procedures with PowerShell

Comments
4 min read
Some Random SQL Error Handling Techniques for Reliability and Transactional Integrity

Some Random SQL Error Handling Techniques for Reliability and Transactional Integrity

Comments
7 min read
Centralizing SQL Connection Handling with a DatabaseHelper Class

Centralizing SQL Connection Handling with a DatabaseHelper Class

1
Comments 1
4 min read
Launching Executables and Switching Focus in Delphi

Launching Executables and Switching Focus in Delphi

3
Comments
4 min read
Automating Multi-Channel Client Notifications with a Custom Windows Service

Automating Multi-Channel Client Notifications with a Custom Windows Service

Comments
8 min read
Dynamically Extracting Endpoint Names and Attributes from a Custom C# MVC API

Dynamically Extracting Endpoint Names and Attributes from a Custom C# MVC API

1
Comments
6 min read
File Comparison Made Easy: Detecting New and Changed Files with PowerShell

File Comparison Made Easy: Detecting New and Changed Files with PowerShell

1
Comments
3 min read
DevExpress - Simplifying Server-to-Client Data Transfer with ASPxCallback JSProperties

DevExpress - Simplifying Server-to-Client Data Transfer with ASPxCallback JSProperties

1
Comments
4 min read
DevExpress - Enhancing ASP.NET Web Forms with the ASPxGridView Control

DevExpress - Enhancing ASP.NET Web Forms with the ASPxGridView Control

Comments
6 min read
Working with Matter Team Membership Using the IntApp Walls API

Working with Matter Team Membership Using the IntApp Walls API

1
Comments
6 min read
Understanding SQL Transactions: Implicit vs Explicit and the nuances of transaction management in SQL Server

Understanding SQL Transactions: Implicit vs Explicit and the nuances of transaction management in SQL Server

1
Comments
5 min read
Consuming and Processing JSON Stream Data in an API Webhook using C#

Consuming and Processing JSON Stream Data in an API Webhook using C#

1
Comments
14 min read
Understanding the Dictionary<TKey, TValue> Class at a Glance

Understanding the Dictionary<TKey, TValue> Class at a Glance

Comments
3 min read
Mastering List<KeyValuePair<TKey, TValue>> in C#: Practical Use Cases and Examples

Mastering List<KeyValuePair<TKey, TValue>> in C#: Practical Use Cases and Examples

2
Comments
4 min read
PowerShell Script Collection: Automation and Solutions for Everyday Tasks

PowerShell Script Collection: Automation and Solutions for Everyday Tasks

2
Comments
7 min read
Handling URL Parameters in C# Across Application Types

Handling URL Parameters in C# Across Application Types

Comments
3 min read
Simplifying Workflow Execution with Action Mapping in C#

Simplifying Workflow Execution with Action Mapping in C#

Comments
3 min read
Redirects Made Simple in ASP.NET MVC: Using RedirectToAction

Redirects Made Simple in ASP.NET MVC: Using RedirectToAction

1
Comments
2 min read
Simplifying Multiple Condition Checks in C# ForEach Loops

Simplifying Multiple Condition Checks in C# ForEach Loops

Comments
3 min read
A Brief Guide to Implementing Pagination in a C# Endpoint

A Brief Guide to Implementing Pagination in a C# Endpoint

Comments
2 min read
High-Level Glossary of Essential API Terms for Developers

High-Level Glossary of Essential API Terms for Developers

1
Comments
3 min read
Efficient Temporary Storage in SQL: Ditching Cursors for Table Variables

Efficient Temporary Storage in SQL: Ditching Cursors for Table Variables

Comments
3 min read
From Chaos to Clarity: A Journey Through Random SQL Code: Practical Examples for Developers

From Chaos to Clarity: A Journey Through Random SQL Code: Practical Examples for Developers

Comments
14 min read
SQL Admin Scripts: A Practical Toolkit for Managing Servers and Databases

SQL Admin Scripts: A Practical Toolkit for Managing Servers and Databases

7
Comments
9 min read
Easily Display Record Counts in SQL Server Using COUNT(*) OVER()

Easily Display Record Counts in SQL Server Using COUNT(*) OVER()

Comments
3 min read
Enhancing Time Zone-Sensitive Business Engagement: SQL Logic for Business Hour Validation by Time Zone

Enhancing Time Zone-Sensitive Business Engagement: SQL Logic for Business Hour Validation by Time Zone

Comments
7 min read
Boosting SQL Query Flexibility with CROSS APPLY

Boosting SQL Query Flexibility with CROSS APPLY

Comments
2 min read
Transforming Nested JSON into Usable Data with SQL CROSS APPLY

Transforming Nested JSON into Usable Data with SQL CROSS APPLY

1
Comments
3 min read
Handling Recipient SMS Replies with Twilio and .NET

Handling Recipient SMS Replies with Twilio and .NET

Comments
2 min read
Gathering Keypad Input in Voice Calls with Twilio and .NET

Gathering Keypad Input in Voice Calls with Twilio and .NET

Comments
3 min read
Sending Voice Messages with Twilio and .NET

Sending Voice Messages with Twilio and .NET

1
Comments
3 min read
Sending SMS with Twilio and .NET

Sending SMS with Twilio and .NET

1
Comments
2 min read
Defining and Using Classes in C#: A Simple Guide to Object Collections

Defining and Using Classes in C#: A Simple Guide to Object Collections

Comments
4 min read
Securing Data in SQL Tables Using Master Key, Asymmetric Key, and Symmetric Key

Securing Data in SQL Tables Using Master Key, Asymmetric Key, and Symmetric Key

Comments
4 min read
Asynchronous Data Retrieval with SQL Stored Procedures in C#

Asynchronous Data Retrieval with SQL Stored Procedures in C#

Comments
3 min read
Isolation Levels In SQL: A Brief Overview

Isolation Levels In SQL: A Brief Overview

Comments
2 min read
Securing a REST API with JWT Authentication in C# Using AES-Encrypted Keys

Securing a REST API with JWT Authentication in C# Using AES-Encrypted Keys

Comments
4 min read
Passing an Array of Items to a SQL Stored Procedure Using XML from C#

Passing an Array of Items to a SQL Stored Procedure Using XML from C#

Comments
2 min read
Efficient Data Exchange: Leveraging SQL JSON Results with C#

Efficient Data Exchange: Leveraging SQL JSON Results with C#

Comments
4 min read
loading...