I have an existing database. I'm writing a POCO that will be used against a table in the database, however the column names in the database table are not the same as the properties in the POCO what is the best way to map the POCO to the database table?
Thanks
Go to the complete details ...