2

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

1 Answer 1

4

Assuming you are talking about .NET MVC here, MVC itself really has nothing "built in" for data access. You would just use whatever .NET data access method you feel is appropriate for your app (ADO.NET, NHibernate, LINQ, etc..).

So, you might want to check out these questions to start with:

Which is the “best” data access framework/approach for C# and .Net?

Using linq with oracle

What would be the most convenient way to connect Visual Studio 2005 (C#) to Oracle8?

I'm sure you can find a lot more if you search this site for ".net and oracle" or something similar.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.