C#C
C#2y ago
surwren

Using SQL with C# or ASP.NET, without an ORM

I have a question about using SQL with C# or ASP.NET, without an ORM

What are the most common ways this is done? What advantages would manual queries have over ORM generated ones
Was this page helpful?