Exception Not Found

A Five-Step Process for Planning a Rewrite of a Legacy Project

My team and I recently finished a long-gestating project which involved taking a ten-year-old codebase and rewriting it onto a new stack. Said rewrite took the better part of a year, but it's running in production right now and doesn't appear to have too many pervasive, evil bugs. People are

8 Things Every New Programmer Should Know

1. It doesn't get easier; you get smarter. Programming is not a simple endeavor. Requirements change in the middle of projects; technology advances quickly and ruthlessly; customers are quick to judge and slow to explain. Programming does not get easier. Rather, we programmers get smarter. Sponsored by #native_company# #native_

How to Restore a Lost Source Control Binding with TFS and Visual Studio 2017

I recently had a problem in which I could not add a new project to an existing solution which was bound to TFS source control. The only option I would get when I right-clicked on the new project was Source Control -> Add Solution to Source Control, which looked something

Eight Tips For Your Programming Team's Standup Meetings

As my organization has gone further down the Agile project management path (from our original process of a lean waterfall [https://www.exceptionnotfound.net/the-lean-waterfall-when-waterfall-looks-like-agile/] ), one of the things we've started doing is daily standup meetings [https://martinfowler.com/articles/itsNotJustStandingUp.html]. These are short (15 minutes or less) meetings

C# Decimal vs Double and Other Tips About Number Types

Learn about precision vs accuracy and when to use int, double, and decimal in .NET projects.

Exception Not Found © 2026