ramonesteban78 / InventorySample

Sample UWP application for LOB scenarios

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VanArsdel Inventory Sample

This repo showcases a sample Windows 10 application (using the Universal Windows Platform) focused in Line of Business scenarios, showing how to use the latest Windows capabilities in Desktop applications. The sample is based around creating and managing customer, orders, and products for the fictitious company VanArsdel.

VanArsdel Inventory Preview

Features

This sample highlights:

  • Using dotNet Standard.
  • The master/details UI pattern.
  • Forms layouts.
  • Using the repository pattern to connect to Sqlite.
  • Example of Multiples views of the app
  • Fall Creators Update (16299)

Feedback and Requests

Please use GitHub issues for bug reports and feature requests. For feature requests, use the enhancement label. For bugs, use the bug label.

.NET Foundation

This project is supported by the .NET Foundation.

About

Sample UWP application for LOB scenarios

License:MIT License


Languages

Language:C# 99.7%Language:HTML 0.3%