Mattan
Mattan

Reputation: 289

Entity framework with oracle database

I'm using entity framework with oracle database.

I downloaded the provider from http://oracleef.codeplex.com/.

Today I converted my project to work with VS2010.

Is there a way (free) to work with oracle db using VS2010?

Thanks!

Upvotes: 1

Views: 1570

Answers (2)

JackD
JackD

Reputation: 597

Try express editions of some data providers. For example, http://www.devart.com/dotconnect/oracle/...

Upvotes: 1

Gary Myers
Gary Myers

Reputation: 35401

Well Visual Studio (and Windows) both require paying Microsoft, so "No, you can't do it for free".

You can use Oracle XE (Express Edition) for free though.

Upvotes: 0

Related Questions