https://github.com/aronno1920/netcoreapi_oracle_db
An awesome project developed with .NET Core 7, Entity Framework, Oracle Database
https://github.com/aronno1920/netcoreapi_oracle_db
asp-net-core core7 coreapi coreapi-oracledb netcoreapi netcoreapi-oracle oracle oracle-database
Last synced: 28 days ago
JSON representation
An awesome project developed with .NET Core 7, Entity Framework, Oracle Database
- Host: GitHub
- URL: https://github.com/aronno1920/netcoreapi_oracle_db
- Owner: Aronno1920
- Created: 2023-09-02T17:53:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-02T19:05:12.000Z (over 1 year ago)
- Last Synced: 2025-02-14T02:52:39.311Z (2 months ago)
- Topics: asp-net-core, core7, coreapi, coreapi-oracledb, netcoreapi, netcoreapi-oracle, oracle, oracle-database
- Language: C#
- Homepage:
- Size: 26.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
Core API - Oracle DB
An awesome project developed with .NET Core 7, Entity Framework, Oracle Database## About The Project
Suppose, you're tasked with developing an application for your company or client, and part of the project involves accessing information from a third-party application that utilizes an Oracle database. In this scenario, you are only granted read permission to their database, and data security is of utmost importance.To address this requirement, We have wisely implemented the Repository Pattern in this application, ensuring both data access and security. The Secure Oracle Data Fetcher application serves as a crucial bridge between your organization and third-party applications relying on Oracle databases.
## Built With
This section should list any major Nuget package used to build the project. Here is the package name.
- Microsoft.AspNetCore.OpenApi
- Oracle.ManagedDataAccess.Core
- Swashbuckle.AspNetCore