system.data.sqlclient Questions

3

I created a blank webapi project for .NET8,Install two packages Microsoft.Extensions.DependencyModel and Microsoft.Data.SqlClient. The following is the source code: using Microsoft.Extensions.Depen...
Toque asked 30/11, 2023 at 3:45

8

Solved

I've been running into some problems concerning a SqlTransaction I'm using in my code. During my Googling I see many people using a using statement with a SqlTransaction. What is the benefit and/o...
1

© 2022 - 2024 — McMap. All rights reserved.