yavor87 / uwp-training

Telerik UI for UWP Training Materials

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Telerik UI for UWP Training Materials

Presentation resources and demo materials for Telerik UI for UWP.

Clone

git clone --recurse-submodules https://github.com/newventuresoftware/uwp-training.git
cd uwp-training

Slides

Open slides/index.html in your browser or run the presentation on RawGit.

Running the Demos

Prerequisites

  • Visual Studio - you need Visual Studio for Windows in order to compile and run UWP projects.

XamlPerf

  • Navigate to \demos\complete\XamlPerf
  • All the needed files are already included and referenced, so simply build the project (CTRL + SHIFT + B) to get it ready to run.

AdaptiveApp

  • Navigate to \demos\complete\AdaptiveApp
  • A simple build is sufficient.

Sample Photo Lab Repo

  • Navigate to \demos\Windows-appsample-photo-lab
  • A simple build is sufficient.

Customers Orders Database sample Repo

  • Navigate to \demos\Windows-appsample-customers-orders-database
  • A simple build is sufficient.

NWApp

Prerequisites

  • NodeJS - (optional) used for downloading the dependencies and running the demo REST service. Not required for UWP development;

After installing NodeJS, you can start the demo REST service through npm (Node Package Manager). Enter in the Command Prompt the following command:

cd service
npm install
npm start

As this is a service running on your machine, you need to obtain your local network ip address and update the following constant:

namespace NWApp.Services
{
    public class NorthwindService : INorthwindService
    {
        ...
        private static string baseServiceUrl = "<your ip>:3000";
        ...
    }
}
  • Navigate to \demos\complete\NWApp
  • A simple build is sufficient.

Terms & Conditions of Use

Telerik UI for UWP can be obtained for free as its open-source version can be acquired from its GitHub Repo, however, it is only community-supported on Stack Overflow. Commercial support is also available here where you'll find a supported commercial trial and pricing.

All available Telerik UI for UWP commercial licenses may be obtained here.

About

Telerik UI for UWP Training Materials

License:GNU Lesser General Public License v3.0


Languages

Language:CSS 41.7%Language:JavaScript 40.3%Language:HTML 17.9%