Is it possible?
Please note I am not using LINQ nor Entity Framework.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You could also check out Dapper-Dot-Net – a very lightweight and very capable “micro ORM” which – incidentally – is used to run this site here.
It’s quite fast, a single *.cs file, works with your usual T-SQL commands and returns objects – works like a charm, it’s very fast, very easy to understand, no big overhead – just use it and enjoy!