ADO.NET Known Issues?

Posted by Israel Rodriguez on Stack Overflow See other posts from Stack Overflow or by Israel Rodriguez
Published on 2010-04-09T23:33:18Z Indexed on 2010/04/09 23:43 UTC
Read the original article Hit count: 479

So, I'm starting a new Project in my company, and it's kinda big. We are going to use .NET 3.5, and I wish to known if there are any know bugs or perfomance issues that could give weird behaviour for my project? I'm reading some things about EFv4 and all they say is that EFv3.5 have too many problems.

After all, what's the best and fastest way, ADO.NET Entities or extract the data from my DB directly to a DataReader? The EF Oracle provider is stable?

The project will be .NET 3.5 and Oracle.

© Stack Overflow or respective owner

Related posts about ADO.NET

Related posts about entity-framework