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
What are the most common ways this is done? What advantages would manual queries have over ORM generated ones