Click here to Skip to main content
15,887,812 members
Articles / Programming Languages / SQL

Dynamic Query Builder for Dapper

Rate me:
Please Sign up or sign in to vote.
4.94/5 (19 votes)
7 Aug 2020CPOL5 min read 43.5K   17  
Dapper Query Builder using String Interpolation and Fluent API
This wrapper around Dapper helps building dynamic SQL queries and commands and is based on 2 fundamentals. It seems very simple, but you'll see how powerful it is.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
United States United States
I'm passionate about building things since I was born and passionate about computers and programming since I was a kid. I taught myself programming when I was 12 by reading some BASIC programming books and never stopped since then, having played and worked with dozens of technologies.

I have more than 20 years of work experience, having played both technical and management roles, and having worked for companies in many different sectors, including Financial Institutions, Healthcare, and Startups.

I have a Bachelor's degree in Computer Science from University of São Paulo, and an MBA degree from Fundação Getúlio Vargas, both top-ranked universities in Latam. Born and raised in Brazil, lived in Chile for a while, now living in Florida (Fort Lauderdale Area).

If you like my articles please check and follow me on https://github.com/Drizin

Comments and Discussions