WPF.Databasecontrol_SchoolProj
1.0.3
See the version list below for details.
dotnet add package WPF.Databasecontrol_SchoolProj --version 1.0.3
NuGet\Install-Package WPF.Databasecontrol_SchoolProj -Version 1.0.3
<PackageReference Include="WPF.Databasecontrol_SchoolProj" Version="1.0.3" />
<PackageVersion Include="WPF.Databasecontrol_SchoolProj" Version="1.0.3" />
<PackageReference Include="WPF.Databasecontrol_SchoolProj" />
paket add WPF.Databasecontrol_SchoolProj --version 1.0.3
#r "nuget: WPF.Databasecontrol_SchoolProj, 1.0.3"
#:package WPF.Databasecontrol_SchoolProj@1.0.3
#addin nuget:?package=WPF.Databasecontrol_SchoolProj&version=1.0.3
#tool nuget:?package=WPF.Databasecontrol_SchoolProj&version=1.0.3
How To Use:
- Create a new WPF Solution
- Install Package using Package Manager:
PM> Install-Package WPF.Databasecontrol_SchoolProj -Version 1.0.3
- In the WPF xaml of your choosing (f.E.: MainWindow.xaml), connect the DataBaseControl like this:
<Grid>
<core:DataBaseControl x:Name="_dataBaseControl"></core:DataBaseControl>
</Grid>
- In the WPF xaml.cs (f.E.: MainWindow.xaml.cs) enter the ConnectionString in the MainWindow()
_dataBaseControl.ConnectionString = (See PackageID.txt in ZIP on Webpage for ProjectWork)
- Start your WPF Application
| Product | Versions 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. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.