Boutquin.Trading.DataAccess 0.1.0-beta25

This is a prerelease version of Boutquin.Trading.DataAccess.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package Boutquin.Trading.DataAccess --version 0.1.0-beta25
                    
NuGet\Install-Package Boutquin.Trading.DataAccess -Version 0.1.0-beta25
                    
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.1.0-beta25" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Boutquin.Trading.DataAccess" Version="0.1.0-beta25" />
                    
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.1.0-beta25
                    
#r "nuget: Boutquin.Trading.DataAccess, 0.1.0-beta25"
                    
#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.
#:package Boutquin.Trading.DataAccess@0.1.0-beta25
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Boutquin.Trading.DataAccess&version=0.1.0-beta25&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Boutquin.Trading.DataAccess&version=0.1.0-beta25&prerelease
                    
Install 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 net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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 94 5/15/2024
0.4.0-beta01 96 4/20/2024
0.3.0-beta01 92 4/16/2024
0.1.1-beta09 81 4/5/2024
0.1.1-beta05 97 3/16/2024
0.1.1-beta02 149 1/5/2024
0.1.1-beta01 106 1/5/2024
0.1.0-beta33 153 5/27/2023
0.1.0-beta30 136 5/23/2023
0.1.0-beta25 143 5/1/2023
0.1.0-beta23 142 4/23/2023
0.1.0-beta19 135 4/17/2023
0.1.0-beta18 145 4/16/2023
0.1.0-beta17 140 4/16/2023
0.1.0-beta16 139 4/14/2023
0.1.0-beta14 145 4/10/2023
0.1.0-beta12 149 4/4/2023

Initial version.