Hi I want to call only stored procedures on database and fill my C# object according to the result. I just need a mapping file, and a fast reflection tool like Fasterflect found on CodePlex to create my own ORM.
Is there any ORM available with these feature for C# which has lightning fast performance ? or what should I do to complete the above scenario in terms of mapping database objects ??