Info
Version: | 2.0.0 |
Author(s): | Goeggi |
Last Update: | Friday, May 24, 2019 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/WPF.Databasecontrol_SchoolProj |
Install
Install-Package WPF.Databasecontrol_SchoolProj
dotnet add package WPF.Databasecontrol_SchoolProj
paket add WPF.Databasecontrol_SchoolProj
WPF.Databasecontrol_SchoolProj Download (Unzip the "nupkg" after downloading)
- Create a new WPF Solution
- Install Package using Package Manager:
PM> Install-Package WPF.Databasecontrol_SchoolProj -Version 2.0.0
- 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 = (Is in File PackageID.txt in delivered Zip on the Webpage of the School)
- Start your WPF Application.