#Exposing http server request and response object to an ORM
6 messages · Page 1 of 1 (latest)
sounds like a bad idea
agreed
you should not couple database access layer with http context
extract what you need from http request in http handler and pass it down to the next part
are you trying to build an API that way? you should see above this msg instead
are we talking about c# orm (object relational model) and how it triggers dbms managers who love the pure sql queries.