I followed the example for Dapper and created the model, DataAdapter and DataAcessLayer.
I do not get any data from a SQL server database. The connection string is correct.
I placed breakpoints everywhere and none every got fired.
How do I debug why I don't get data?
Thanks.