DataJuggler.Tutorials.PasswordVault.Data.ApplicationLogicComponent 1.0.1

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package DataJuggler.Tutorials.PasswordVault.Data.ApplicationLogicComponent --version 1.0.1
NuGet\Install-Package DataJuggler.Tutorials.PasswordVault.Data.ApplicationLogicComponent -Version 1.0.1
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="DataJuggler.Tutorials.PasswordVault.Data.ApplicationLogicComponent" Version="1.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DataJuggler.Tutorials.PasswordVault.Data.ApplicationLogicComponent --version 1.0.1
#r "nuget: DataJuggler.Tutorials.PasswordVault.Data.ApplicationLogicComponent, 1.0.1"
#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.
// Install DataJuggler.Tutorials.PasswordVault.Data.ApplicationLogicComponent as a Cake Addin
#addin nuget:?package=DataJuggler.Tutorials.PasswordVault.Data.ApplicationLogicComponent&version=1.0.1

// Install DataJuggler.Tutorials.PasswordVault.Data.ApplicationLogicComponent as a Cake Tool
#tool nuget:?package=DataJuggler.Tutorials.PasswordVault.Data.ApplicationLogicComponent&version=1.0.1

This project is part of the tutorial project PasswordVault, which is tutorial project for C# / SQL developers using open source project DataTier.Net.

Password Vault https://github.com/DataJuggler/PasswordVault

DataTier.Net https://github.com/DataJuggler/DataTier.Net

Product Compatible and additional computed target framework versions.
.NET Framework net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on DataJuggler.Tutorials.PasswordVault.Data.ApplicationLogicComponent:

Package Downloads
DataJuggler.Tutorials.PasswordVault

This project contains a demo form and control used for a tutorial video.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated

I am adding the data tier to the project so people not following along in the tutorial can use Password Vault by just modifying program.cs to run the MainForm in PasswordVault.Forms