DataJuggler.Tutorials.PasswordVault 1.0.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package DataJuggler.Tutorials.PasswordVault --version 1.0.1
NuGet\Install-Package DataJuggler.Tutorials.PasswordVault -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" 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 --version 1.0.1
#r "nuget: DataJuggler.Tutorials.PasswordVault, 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 as a Cake Addin
#addin nuget:?package=DataJuggler.Tutorials.PasswordVault&version=1.0.1

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

I had forgot to implement the Delete code. This version now includes Add, Edit, Delete & Load functionality.

Here is the project home on Git Hub: https://github.com/DataJuggler/PasswordVault

This project includes:

  1. The SQL scripts to create the database and procedures are included
  2. The four projects that make up DataTier.Net.PasswordVault data library are included in the project on Git Hub.

You must add a reference to the Gateway and ObjectLibrary projects in the DataTier.Net.PasswordVault with DataTier.Net for this version.

I will add the NuGet packages for the DataLib as soon as I can.

The YouTube video is coming later this weekend.

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

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
1.0.4 678 8/3/2019
1.0.3 547 8/3/2019
1.0.2 514 8/3/2019
1.0.1 534 8/3/2019
1.0.0 527 8/3/2019

This is the first release of this project