Reasons Not to Use TableAdapters in .NET 2.0

Introduction We have decided to ban the use of TableAdapters on our project for the time being. This is because there is no way that we can see of doing centralized connection management using them. Every TableAdapter is capable of creating its own new Connection object. There’s no easy way of overriding that so that … Continue reading Reasons Not to Use TableAdapters in .NET 2.0