In reference to this post
Using ASP.Net MVC with Classic ADO.Net
I wanted a bit of help regarding building an MVC application using a database that I have no access to change, which has tables with no primary keys and some with no discernable unique combination of fields to use as a composite key.
I only have some basic experience with Entity Framework and ADO.NET.. and so I felt that example post was a good way to go.
I am also interested in whether http://code.google.com/p/dapper-dot-net/ could also achieve what I want to do and whether it is worth spending the time then learning that over writing the data access myself? considering I am not greatly experienced in either.
Any help on this would be great. Thanks