All Projects → oracle → Dotnet Db Samples

oracle / Dotnet Db Samples

Licence: mit
.NET code samples for Oracle database developers

Projects that are alternatives of or similar to Dotnet Db Samples

Dasblog Core
The original DasBlog reimagined with ASP.NET Core
Stars: ✭ 252 (-3.08%)
Mutual labels:  asp-net, visual-studio
ByteScout-SDK-SourceCode
ALL source code samples for ByteScout SDKs and Web API API products.
Stars: ✭ 24 (-90.77%)
Mutual labels:  visual-studio, asp-net
Inventory-Management-System
Inventory Management System by asp.net and MSSQL
Stars: ✭ 27 (-89.62%)
Mutual labels:  visual-studio, asp-net
cx Oracle async
A very simple asynchronous wrapper that allows you to get access to the Oracle database in asyncio programs.
Stars: ✭ 32 (-87.69%)
Mutual labels:  oracle-database
VS.DiffAllFiles
Visual Studio Extension to make comparing files before and after committing them to Git and TFS faster and easier.
Stars: ✭ 26 (-90%)
Mutual labels:  visual-studio
Deep Learning In Production
In this repository, I will share some useful notes and references about deploying deep learning-based models in production.
Stars: ✭ 3,104 (+1093.85%)
Mutual labels:  tutorial
Opencv Python Series
An OpenCV & Python Tutorial Series and Reference.
Stars: ✭ 262 (+0.77%)
Mutual labels:  tutorial
RemoteFFmpegGUI
使用 Vue.js + ASP.NET 搭建的 FFMpeg 的 Web GUI 平台,支持视频转码、拼接视频、合并音视频等操作。并有使用 WPF 技术的 Windows 桌面端。
Stars: ✭ 21 (-91.92%)
Mutual labels:  asp-net
Vaporschool
Learn how to build vapor applications from rookie to champion in a constructive way!
Stars: ✭ 259 (-0.38%)
Mutual labels:  tutorial
Urde
Data interchange and engine re-implementation for games by Retro Studios | Mirror
Stars: ✭ 253 (-2.69%)
Mutual labels:  visual-studio
Kubernetes Java Sample
Kubernetes Hands-on Workshop
Stars: ✭ 254 (-2.31%)
Mutual labels:  tutorial
FFmpeg
Unofficial FFmpeg with added custom native Visual Studio project build tools. FFmpeg: A complete, cross-platform solution to record, convert and stream audio and video.
Stars: ✭ 479 (+84.23%)
Mutual labels:  visual-studio
Learn Generators
JavaScript ES(6|2015) generators workshopper. Learn in practice. 🤘
Stars: ✭ 257 (-1.15%)
Mutual labels:  tutorial
TextTemplatingCore
T4 Text Templating with .NET Core
Stars: ✭ 24 (-90.77%)
Mutual labels:  visual-studio
Doc
🦋 Raku documentation (tools and docs)
Stars: ✭ 259 (-0.38%)
Mutual labels:  tutorial
PasswordGenerator
A simple C# helper class for ASP.NET Core to generate a random password with custom strength requirements: min length, uppercase, lowercase, digits & more
Stars: ✭ 27 (-89.62%)
Mutual labels:  asp-net
Vs Mef
Managed Extensibility Framework (MEF) implementation used by Visual Studio
Stars: ✭ 258 (-0.77%)
Mutual labels:  visual-studio
OptionsSample
A Visual Studio extension sample
Stars: ✭ 14 (-94.62%)
Mutual labels:  visual-studio
xamarin-chat-signalr
Xamarin Forms Modern Chat Using SignalR ASP.NET
Stars: ✭ 12 (-95.38%)
Mutual labels:  asp-net
Karaf Tutorial
Stars: ✭ 256 (-1.54%)
Mutual labels:  tutorial

Oracle .NET Code Sample Respository

About Oracle .NET

This repository provides .NET code samples for Oracle developers, specifically for Oracle Data Provider for .NET (ODP.NET) and other Oracle .NET components. .NET products for Oracle Database are free of charge. They consist of:
  • Oracle Data Provider for .NET (ODP.NET) - an optimized ADO.NET data access provider to the Oracle database. ODP.NET allows developers to take advantage of advanced Oracle database functionality, including Real Application Clusters, XML DB, and self-updating client caches. ODP.NET offers three provider types: Core (for .NET Core), managed (100% managed code and easy deployment), and unmanaged (most comprehensive functionality).
  • Oracle Developer Tools for Visual Studio - a tightly integrated design-time "Add-in" for Microsoft Visual Studio that provides full Oracle .NET application lifecycle management, including PL/SQL debugging and schema comparison tools.
  • Oracle Providers for ASP.NET - a collection of ASP.NET providers that use Oracle Database as the data source. ASP.NET applications can store various types of website state in an Oracle database, which can then be shared across the application.
  • Oracle Database Extensions for .NET - a feature of Oracle Database on Windows that makes it easy to develop, deploy, and run stored procedures and functions written in a .NET managed language
  • Oracle TimesTen Data Provider for .NET - ODP.NET support for Oracle TimesTen In-Memory Database (TimesTen) provides fast and efficient ADO.NET data access from .NET client applications to TimesTen databases.

Getting Started

Oracle .NET components are bundled together and installed as part of Oracle Data Access Components (ODAC). Downloads and installation instructions are available from the OTN .NET Tech Center download page. Beginners should download 32-bit ODAC with Oracle Developer Tools for Visual Studio, which will provide a guided, smoother installation experience. Installation instructions are available as part of each download page. The installation instructions list the software prerequisites for the version downloaded.

Tutorials

For beginning Oracle .NET developers, these tutorials and videos will assist you in developing .NET applications for Oracle Database. Instructions for compiling, testing, deploying, and running Oracle .NET apps are part of the Oracle By Example tutorials.

More Information

  • Documentation
  • Code samples are included with the ODAC Oracle Universal Installation. You will find them in the "ODACSamples" directory in the Oracle Client installation home (e.g. d:\app\client\<username>\product\<Oracle version>\client_1\ODACsamples).
  • Contibutions to code samples should review CONTRIBUTING for more details.
  • You may use files in this repository only if in compliance with the LICENSE.
  • More Oracle .NET development information can be found at the OTN .NET Developer Center.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].