Does Enterprise Library 1.0 support SQL Server 2005
1 answer
You can connect to MSSQL2k5 using basically the same connection strings, backward compatibility is the main feature of MS platform.
Keep in mind that you need to migrate tables and possibly databases to new back-end databases.
In EntLib 1.0 code, my memory is not using MSSQL2k5 functions.
0
a source to share