Skip to content
This repository has been archived by the owner on Jan 29, 2019. It is now read-only.
/ OracleNotes Public archive

Simple ASP.NET Core application using Oracle database.

License

Notifications You must be signed in to change notification settings

MadTiger2409/OracleNotes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OracleNotes

This is a simple project that uses EF Core Oracle beta provier and Raw SQL to work with database.
In this project you can manage your notes (create, read, update, delete).

Technologies

  • Oracle Database
  • .NET Core 2.1
  • ASP.NET Core 2.1
  • Entity Framework Core 2.1
  • Bootstrap 4.0
  • Oracle beta provier for EF Core (included in project as a .nuget file)