Oracle Workflow Persistence Service I always get this question from customers who consider using Windows Workflow Foundation (WF) and using Oracle DB. Today I ran into Mick's Blog , and found an implementation of Oracle Windows Workflow Persistence Service . I haven't tested it yet, and the above post clearly states it has not been roughly tested - but it can be a very good starting point. Enjoy!
Oracle LINQ, Entity Framework Support Although Microsoft has 2 events dedicated for data providers writers, Oracle has no support, nor roadmap to support LINQ and ADO.Net Entity Framework. As Christian Shay (Product Manager in the .NET and Windows group at Oracle) says , this is a feature they are considering for a future release... Too bad... Enjoy!
I recently joined a new project that uses Oracle as the primary database. Since my last interaction with this database was about 8 years ago, I have to catch up with the new features and development tools. In order to get started, I am currently downloading Oracle Database 10 g Express Edition which is the light database engine, similar to SQL Express. While the download is in progress, I am checking out the Oracle .Net Developer Center, which contains information about the Oracle Data Provider ...