SqlClient: Avoid boxing values as much as possible #105
Labels
💡 Enhancement
Issues that are feature requests for the drivers we maintain.
📈 Performance
Issues that are targeted to performance improvements.
We believe that for hot paths while consuming data readers this could have a significant enough impact. For parameters, there is already https://github.com/dotnet/corefx/issues/8955 about adding a generic API in ADO.NET base provider model that then can be implemented by SqlClient.
cc @saurabh500 @geleems @roji @ajcvickers
The text was updated successfully, but these errors were encountered: