Skip to content

Commit

Permalink
Added documentation to Application Management Samples and moved Custo…
Browse files Browse the repository at this point in the history
…mApplicationClient into a single folder.
  • Loading branch information
Harikm committed Aug 16, 2015
1 parent ae617da commit 3f6fbea
Show file tree
Hide file tree
Showing 25 changed files with 65 additions and 172 deletions.
14 changes: 3 additions & 11 deletions Application Management/ApplicationShutdown/README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,12 @@

# %Sample% sample

This sample shows how to use the %objective

## Remarks

# Application Shutdown Sample
This sample demonstrates the implicit and explicit mechanisms for calling Shutdown and Shutdown.

## Build the sample

The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs).

### Deploying the sample

- Select Build > Deploy Solution.

### Deploying and running the sample

- To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging.

- To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging.
11 changes: 2 additions & 9 deletions Application Management/CodeOnlyWindowsApplication/README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,13 @@

# %Sample% sample

This sample shows how to use the %objective

## Remarks

# Code-Only Windows Application Sample
This sample illustrates how to create a basic Windows application using only code i.e. no Extensible Application Markup Language (XAML) markup.

## Build the sample

The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs).

### Deploying the sample

- Select Build > Deploy Solution.

### Deploying and running the sample

- To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging.

Original file line number Diff line number Diff line change
@@ -1,20 +1,13 @@

# %Sample% sample

This sample shows how to use the %objective

## Remarks

# Reusable Custom Application Class Sample
This sample demonstrates how to create a reusable Application class, deployed in a library (dll) assembly.

## Build the sample

The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs).

### Deploying the sample

- Select Build > Deploy Solution.

### Deploying and running the sample

- To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging.

20 changes: 0 additions & 20 deletions Application Management/CustomApplicationClient/README.md

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,20 +1,13 @@

# %Sample% sample

This sample shows how to use the %objective

## Remarks

# Managing Unhandled Exceptions on Secondary UI Threads Sample
This sample demonstrates how to manage unhandled exceptions that are thrown on secondary user interface (UI) threads.

## Build the sample

The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs).

### Deploying the sample

- Select Build > Deploy Solution.

### Deploying and running the sample

- To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging.

Original file line number Diff line number Diff line change
@@ -1,20 +1,13 @@

# %Sample% sample

This sample shows how to use the %objective

## Remarks

# Managing Unhandled Exceptions on Secondary Worker Threads Sample
This sample demonstrates how to manage unhandled exceptions that are thrown on secondary worker threads.

## Build the sample

The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs).

### Deploying the sample

- Select Build > Deploy Solution.

### Deploying and running the sample

- To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging.

11 changes: 2 additions & 9 deletions Application Management/ProcessingCommandLineArguments/README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,13 @@

# %Sample% sample

This sample shows how to use the %objective

## Remarks

# Processing Command Line Arguments Sample
This sample demonstrates how to parse command line arguments and make them available to an application.

## Build the sample

The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs).

### Deploying the sample

- Select Build > Deploy Solution.

### Deploying and running the sample

- To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging.

11 changes: 2 additions & 9 deletions Application Management/SingleInstanceDetection/README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,13 @@

# %Sample% sample

This sample shows how to use the %objective

## Remarks

# Single Instance Detection Sample
This sample demonstrates how to implement single instance detection for standalone applications.

## Build the sample

The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs).

### Deploying the sample

- Select Build > Deploy Solution.

### Deploying and running the sample

- To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging.

11 changes: 2 additions & 9 deletions Application Management/SkinnedApplication/README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,13 @@

# %Sample% sample

This sample shows how to use the %objective

## Remarks

# Skinned Application Sample
This sample illustrates how to implement an application that supports dynamically-swappable skins.

## Build the sample

The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs).

### Deploying the sample

- Select Build > Deploy Solution.

### Deploying and running the sample

- To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging.

11 changes: 2 additions & 9 deletions Application Management/UnhandledExceptionHandling/README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,13 @@

# %Sample% sample

This sample shows how to use the %objective

## Remarks

# Unhandled Application Exceptions Sample
This sample demonstrates how to handle DispatcherUnhandledException to process recoverable and unrecoverable unhandled application exceptions.

## Build the sample

The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs).

### Deploying the sample

- Select Build > Deploy Solution.

### Deploying and running the sample

- To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging.

Loading

0 comments on commit 3f6fbea

Please sign in to comment.