Boutquin.Trading.DataAccess 0.5.0.1-beta01

This is a prerelease version of Boutquin.Trading.DataAccess.
dotnet add package Boutquin.Trading.DataAccess --version 0.5.0.1-beta01
                    
NuGet\Install-Package Boutquin.Trading.DataAccess -Version 0.5.0.1-beta01
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Boutquin.Trading.DataAccess" Version="0.5.0.1-beta01" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Boutquin.Trading.DataAccess" Version="0.5.0.1-beta01" />
                    
Directory.Packages.props
<PackageReference Include="Boutquin.Trading.DataAccess" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Boutquin.Trading.DataAccess --version 0.5.0.1-beta01
                    
#r "nuget: Boutquin.Trading.DataAccess, 0.5.0.1-beta01"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=Boutquin.Trading.DataAccess&version=0.5.0.1-beta01&prerelease
                    
Install Boutquin.Trading.DataAccess as a Cake Addin
#tool nuget:?package=Boutquin.Trading.DataAccess&version=0.5.0.1-beta01&prerelease
                    
Install Boutquin.Trading.DataAccess as a Cake Tool

Boutquin.Trading.DataAccess

Nuget License

*** Very much a work in progress ***

Security Master Data Access Layer

This repository contains the data access layer for the Security Master system.

It includes configuration classes and a SecurityMasterDbContext that encompasses the following 13 entities:

  1. AssetClass
  2. City
  3. Continent
  4. Country
  5. Currency
  6. Exchange
  7. ExchangeHoliday
  8. ExchangeSchedule
  9. FxRate
  10. Security
  11. SecurityPrice
  12. SecuritySymbol
  13. SymbolStandard
  14. TimeZone

Getting Started

To use the Security Master Data Access Layer, follow these steps:

  1. Clone the repository to your local machine.
  2. Open the solution in your favorite IDE (e.g., Visual Studio).
  3. Set up the appropriate connection string in the appsettings.json file to connect to your preferred database system.
  4. Run any necessary database migrations using the built-in Entity Framework Core tools.

Configuration Classes

The configuration classes are responsible for configuring the entity classes, setting up relationships, and ensuring the correct column types, lengths, and constraints are applied to the database tables.

SecurityMasterDbContext

SecurityMasterDbContext is the main DbContext class that encompasses all the 13 entities. It is responsible for creating and managing the database connections and transactions, and it enables the use of LINQ queries to interact with the data.

Contributing

If you'd like to contribute to the development of the Security Master Data Access Layer, please feel free to submit a pull request or open an issue with your suggestions or improvements.

License

This project is licensed under the Apache 2.0 License. See the LICENSE file for more information.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.5.0.1-beta01 74 5/15/2024
0.4.0-beta01 80 4/20/2024
0.3.0-beta01 75 4/16/2024
0.1.1-beta09 69 4/5/2024
0.1.1-beta05 82 3/16/2024
0.1.1-beta02 132 1/5/2024
0.1.1-beta01 92 1/5/2024
0.1.0-beta33 122 5/27/2023
0.1.0-beta30 106 5/23/2023
0.1.0-beta25 113 5/1/2023
0.1.0-beta23 110 4/23/2023
0.1.0-beta19 106 4/17/2023
0.1.0-beta18 112 4/16/2023
0.1.0-beta17 110 4/16/2023
0.1.0-beta16 109 4/14/2023
0.1.0-beta14 112 4/10/2023
0.1.0-beta12 118 4/4/2023

Initial version.