Dapper Query Mapping
Dapper is a micro-ORM, designed to easily transform query result to objects. It should work on any database type that .NET handles. Here's how you would use the default Query functionality to map results to an object.
Software development tutorials and demos lasting no more than 60 seconds. No in-depth explanations, no off-topic rants, and no slides. One small topic per video - only code, console, config, and client. All videos come with a corresponding blog entry, and all code is available on GitHub.
Dapper is a micro-ORM, designed to easily transform query result to objects. It should work on any database type that .NET handles. Here's how you would use the default Query functionality to map results to an object.
Comments
Post a Comment