Warehouse management project application BrewCRAFT is a simple demonstration of database based application that lets store and update data in database with the help of stored procedures.
The main intetnion was to have some fun with creating UI in XAML and understanding the logic of WPF and buttons, events.
We have increased our teamowork skill as well as learned WPF logic and how to work with data using WPF and SqlServer.
The application requires a database to store the data. Follow the below steps to setup database.
-
Run the script 'MagazynBazaSkrypt.sql' to create and populate database (MS SQL SERVER is required)
-
Set the connection string
i. Open po_project.sln (Visual Studio is required)
ii. Open Helper.cs and change "DESKTOP-FOQ5J3H" to your SqlServer Name in
@"Data Source=DESKTOP-FOQ5J3H;Initial Catalog=Magazyn;Integrated Security=True"
iii. Go to server explorer and connect app with Magazyn.dbo
- .NET WPF
- Microsoft.Data.SqlClient
- C#
- T-SQL
- XAML