All Projects → dotnet-architecture → Eshoponuwp

dotnet-architecture / Eshoponuwp

Licence: mit
Universal Windows Platform line of business application showcasing the latest Windows 10 capabilities such as Fluent Design System, Ink and Windows Hello.

Projects that are alternatives of or similar to Eshoponuwp

Projectreunion
The Windows App SDK empowers all Windows desktop apps with modern Windows UI, APIs, and platform features, including back-compat support, shipped via NuGet.
Stars: ✭ 2,612 (+1653.02%)
Mutual labels:  uwp
Arcgis Toolkit Dotnet
Toolkit for ArcGIS Runtime SDK for .NET
Stars: ✭ 125 (-16.11%)
Mutual labels:  uwp
Kanban Tasker
A simple kanban board for Windows 10 Universal Windows Platform (UWP) written to manage tasks and create a simple and easy workflow for each board
Stars: ✭ 140 (-6.04%)
Mutual labels:  uwp
Q42.winrt
Useful library for data driven Windows Phone 8 and Windows 8 C# / XAML WinRT projects
Stars: ✭ 111 (-25.5%)
Mutual labels:  uwp
Htmllabelplugin
Use this Xamarin.Forms plugin to display HTML content into a label.
Stars: ✭ 119 (-20.13%)
Mutual labels:  uwp
Xam.plugin.webview
Xamarin Plugin for a HybridWebView in PCL projects.
Stars: ✭ 132 (-11.41%)
Mutual labels:  uwp
Pocketsharp
😽 .NET Standard lib for the Pocket API
Stars: ✭ 104 (-30.2%)
Mutual labels:  uwp
Restclient.net
.NET REST Client Framework for all platforms
Stars: ✭ 143 (-4.03%)
Mutual labels:  uwp
Aurora.music
Aurora Music
Stars: ✭ 125 (-16.11%)
Mutual labels:  uwp
Plugin.audiorecorder
Audio Recorder plugin for Xamarin and Windows
Stars: ✭ 140 (-6.04%)
Mutual labels:  uwp
Restup
Webserver for universal windows platform (UWP) apps
Stars: ✭ 112 (-24.83%)
Mutual labels:  uwp
Cimbalino Toolkit
☕️ Cimbalino Toolkit
Stars: ✭ 117 (-21.48%)
Mutual labels:  uwp
Fluentftp
An FTP and FTPS client for .NET & .NET Standard, optimized for speed. Provides extensive FTP commands, File uploads/downloads, SSL/TLS connections, Automatic directory listing parsing, File hashing/checksums, File permissions/CHMOD, FTP proxies, FXP support, UTF-8 support, Async/await support, Powershell support and more. Written entirely in C#,…
Stars: ✭ 1,943 (+1204.03%)
Mutual labels:  uwp
Metro For Discord
Make your Discord client look like a UWP app.
Stars: ✭ 109 (-26.85%)
Mutual labels:  uwp
Mvvmvalidation
Lightweight library that helps reduce boilerplate when implementing validation in XAML MVVM applications
Stars: ✭ 141 (-5.37%)
Mutual labels:  uwp
Template10
Making Windows 10 apps great again
Stars: ✭ 1,420 (+853.02%)
Mutual labels:  uwp
Vanarsdel
VanArsdel Application UWP Sample
Stars: ✭ 126 (-15.44%)
Mutual labels:  uwp
Simpleauth
The Simplest way to Authenticate and make Rest API calls in .Net
Stars: ✭ 148 (-0.67%)
Mutual labels:  uwp
Directxtk
The DirectX Tool Kit (aka DirectXTK) is a collection of helper classes for writing DirectX 11.x code in C++
Stars: ✭ 1,918 (+1187.25%)
Mutual labels:  uwp
Ble.net
Cross-platform Bluetooth Low Energy (BLE) library for Android, iOS, and UWP
Stars: ✭ 137 (-8.05%)
Mutual labels:  uwp

Introduction

NOTE: This repo is obsolete. Please, visit the new project at VanArsdel Inventory Sample

This repo contains a UWP sample application for Windows 10 Fall Creators Update. It is focused on Line of Business scenarios, showing how to use the latest Windows capabilities in Desktop applications.

Some of the features showcased by this application include:

  • The MVVM Design Pattern
  • Use of Fluent Design System
  • Ink Capabilities
  • Windows Hello
  • Cortana
  • Telerik controls

CI Build Build status

CD Build Build status

What's new in version v 1.0.94

  • Support for multiple providers
    • New local provider
    • New REST API provider
  • Added Settings page
    • Manage and switch providers
  • New project eShop.Server ASP.NET Core 2.0
    • Emulates a Web API server with CRUD operations

Prerequisites

System requirements:

  • Windows 10 Fall Creators Update. To run the application you should be running a Windows Version greater than 10.0.16299. You can get it as described here
  • Visual Studio 15.4 -> Download
    • Including the Windows 10 FCU SDK 10.0.16299

Getting Started

You can install a working version of the app from https://aka.ms/eshopuwp

Features

Windows Ink

Select and edit multiple products using the Surface Pen. There are several signs with differents functions. This application recognizes a hand gesture and translate it to text. These are the supported forms:

  • Circle - "o" : Select multiple items
  • Tick - "v": Active or inactive the status
  • Cross - "x" : Remove an item

Windows Ink

Windows Hello

There are two ways to log-in, either with user/password or using Windows Hello. The first time the application is run, the user/password log in option will appear by default. You will be able to log-in through Windows Hello once you enter the user name and the button enabling to log-in is activated. Once you have logged-in using Windows Hello, your user will be saved and the next time you open the application Windows Hello authentication will appear as default. Depending on how your Windows Hello settings are (Settings/Accounts/Sign-in options), you will be able to authenticate by using:

  • Pin
  • Face recognition
  • Fingerprint
  • Et al.

Fluent Design

Acrylic material

Acrylic material is a type of Brush that creates a partially transparent texture.

Acrylic material

Connected animations

Connected animations let you create a dynamic and compelling navigation experience by animating the transition of an element between two different views.

Connected animations

Reveal

Reveal is a lighting effect that helps bring depth and focus to your app's interactive elements.

Connected animations

ShyHeader

ShyHeader demonstrates how to use ExpressionAnimations Tookit with a ScrollViewer to create a shinking header tied to scroll position.

ShyHeader

Cortana

You have to run Cortana at least once, because when done it installs the voice command definitions. Once it has been run, you can close the application and start using Cortana's search.

Voice Commands

These are some supported voice commands (Cortana may take time to refresh its voice commands):

  • "shop, show me mug type products"
  • "shop, give me shirt type products"
  • "shop, show me cap type products"
  • "shop, show me sheet type products"
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].