Hi,
I need to develop an MVC application and I need it to connect to SQL database. I need to use ORM but shouldn't be entity framework (too inflexible) and shouldn't be ADO.NET (it would have been my choice but they want something newer :( ). Any recommendations please?
Thanks