One of the #1 issues I see when reviewing Microsoft .NET code is code that introduces memory issues. This leads to all sorts of performance issues and programs, or backend services just lock up that only a reboot can fix. If teams do not code to prevent these types of issues, it will lead to many issues that WILL be costly to your company.
I have been writing about this in books and articles since the beginning of Microsoft .NET over 20 years ago. This first PSA is geared toward Project Managers and Development Managers as a warning, so their projects don’t suffer from preventable issues like this that I see at every company I work for.
For more information, developers can start off with these articles.
One thought on “Public Service Announcement: PMs and Managers Must Ensure Memory Issues are Not Introduced in Microsoft .NET Projects!”