One of my major pet peaves with the current TableAdapter approach is that it is putting the connection string information into the settings file. I have noticed that when using DLinq Designer, it uses this same approach. Now, on the other hand, the Entity Framework uses the config file. Could the development team make it an option for the developer where to store the connection string? We encrypt our connection strings, etc... and having this in the settings file is a major headache for both this
Read More...