Forem

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
Cover image for 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
Cover image for 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
Cover image for 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
Cover image for 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
Cover image for 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#
Cover image for 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
Cover image for 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
Cover image for 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
Cover image for 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
Cover image for 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
Cover image for 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
Cover image for 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
Cover image for 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
Cover image for 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
Cover image for 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
Cover image for 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
Cover image for 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
Cover image for 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#
Cover image for 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
Cover image for 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
Cover image for 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
Cover image for 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
Cover image for 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#
Cover image for 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
Cover image for 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
Cover image for 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
Cover image for 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
Cover image for 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
Cover image for 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
Cover image for 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
Cover image for 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()
Cover image for 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
Cover image for 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
Cover image for 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
Cover image for 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
Cover image for 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
Cover image for 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
Cover image for 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
Cover image for 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
Cover image for 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
Cover image for 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#
Cover image for 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
Cover image for 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
Cover image for 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#
Cover image for 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#
Cover image for Efficient Data Exchange: Leveraging SQL JSON Results with C#

Efficient Data Exchange: Leveraging SQL JSON Results with C#

Comments
4 min read
loading...