Our team misunderstood the scope of ASP.NET’s HttpContext.Cache. This mishap led to some cross-instance data leakage in our hosting environment. Keys must always have enough unique information to identify their respective cache value. [Read More]
Incognito Debugging With Any Browser in Visual Studio
How to configure Visual Studio to debug a web application in any Windows browser’s incognito or private mode. This solution allows every debugging session to be free of preexisting cache and cookies. Supported in Chrome, Firefox, Internet Explorer, and Opera. Edge support is not yet available. [Read More]
Code Reviews
Reflections on the first few weeks of implementing regular code reviews in our team’s development methodology. [Read More]
Joining Shelby Systems
I am excited to join the Financials product development team as a web developer at Shelby Systems today. [Read More]
Departing Fred’s
Today is my last day as a software developer with Fred’s. I am very thankful for the experience and opportunities that this role has provided. [Read More]
Executing an SSIS Package from .NET
Two methods for executing an SSIS package installed on a SQL Server instance from a C#/.NET application. [Read More]
Deploying .NET Core via Travis CI from GitHub to Linux
A high-level demo of how I configured automated builds and deploys of a .NET Core application using Travis CI from GitHub to a Linux (Ubuntu) server. [Read More]