Top "Npoco" questions

NPoco is a simple C# micro-ORM that maps the results of a query onto a POCO object.

How do I use the SQL WHERE IN construct with PetaPoco?

I have a database table named Tags (Id, Name) from which I would like to select the ones where the …

orm petapoco npoco