I have been following some MVC tutorials that connect to a sql mdf database and was wondering if there were any tutuorials that existed out there that show you how to create a data model using an Oracle database. The company I work for uses Oracle on the back end so getting MVC to tie into Oracle as the Model would help me greatly. Thanks.
By the way, I want to try and create the database connection without using a 3rd party tool such as DevArt's dotConnect or OraDeveloper's tools but if that is the only way, I would like to hear how to make it work with this tool.
Edit: .NET Specific MVC Thanks @Eric