Skip to main content

Oracle Data Provider for .Net (ODP.NET) - Oracle 11g Features

Oracle Data Provider (ODP.NET) for Oracle 11g has been available for download. It includes many new features such as

  • Optimized Data Access for Oracle
  • New ODP.NET allows to take advantage of  the Oracle advanced features like Real Application Cluster, XML DB and advanced security.
  • Supports .Net 3.5 Framework
  • More Flexible, faster and stable
  • Supports Native XML Data Type, Advanced Queuing API

Download White Paper
http://www.oracle.com/technology/tech/windows/odpnet/col/odp.net_11.1.0.7.20_twp.pdf

Get Features List
http://www.oracle.com/technology/tech/windows/odpnet/newfeatures.html

Download 32  bit Software
http://www.oracle.com/technology/software/tech/windows/odpnet/index.html

Download 64  bit Software
http://www.oracle.com/technology/software/tech/windows/odpnet/64-bit/index.html

Sample Code
http://www.oracle.com/technology/sample_code/tech/windows/odpnet/index.html

Happy Learning !!!

Comments

Popular posts from this blog

Difference between Visual Studio 2017 Editions – Community, Professional and Enterprise

When Microsoft introduced full featured community Edition for developers, I was curious to know what all differences it has with other paid versions? Because I can almost do everything with the community edition then why do I need a paid version? When I searched MSDN I found my answer and difference was quite considerable. However, if you are an Individual Developer and doesn’t need too many features, then community edition is best to start with. There are notable differences between each of the versions/editions and it’s worth knowing it. Instead of I type everything here, Microsoft made it very easy for us to compare the various editions and take a decision. Compare Visual Studio Editions https://www.visualstudio.com/vs/compare/ Microsoft nicely explains each the notable difference between various editions – don’t miss to go through this. Happy Learning !!! Harsh Shah

Azure Strategy and Implementation Guide - Download Free ebook

Are you in the process of cloud migration or just started your journey towards Azure ? If yes then this is the right time for you to go through the book which Microsoft just released it and it's available for Download for Free. This book is called Azure Strategy and Implementation Guide. Download it from here:  https://azure.microsoft.com/en-us/resources/azure-strategy-and-implementation-guide/en-us/ Happy Learning !!!

Different ways to create Azure Virtual Machines

Today   I am going to summarize various ways by which you an create Windows Virtual Machine in Microsoft Azure. [This article applies to Windows Virtual Machines] By Using Azure Portal If you are a beginner then this is the right place to start with for creating virtual machines in an easy to use portal. Please follow the below guided information to create your first Virtual Machine on windows. Follow the below link for more detailed explanation https://docs.microsoft.com/en-us/azure/virtual-machines/windows/quick-create-portal By Using Resource Manager Template When you create a Virtual Machine you may require to setup multiple things like setting up storage, Deployment and other required resources. These settings may require to perform separate actions during the setup. Hence in order to manage all of these resources in a single coordinated operation templates are used. Follow the below link for more detailed explanation https://azure.mi...