Skip to content

Commit

Permalink
8099 - Add YouTube tutorials to .NET Stacks documentation (#571)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderwjrussell authored Nov 11, 2024
1 parent 69bf485 commit 8926b77
Show file tree
Hide file tree
Showing 9 changed files with 33 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,14 @@ keywords:
---

import useBaseUrl from '@docusaurus/useBaseUrl';
import ResponsivePlayer from "../../../../../src/components/ResponsivePlayer/ResponsivePlayer";

## Overview

This page present the high level design of the reference implementation of the .NET Ensono Stacks REST API with CQRS.

<ResponsivePlayer url='https://www.youtube.com/watch?v=G8FW-djEDDY' />

<!-- **This page assumes that the core infrastructure has already been provisioned. Instructions and additional information on the core infrastructure can be found [here](../../../../infrastructure/aws/core_infrastructure.md)** -->

Both the diagram and resource list below are for a single environment.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,14 @@ keywords:
---

import useBaseUrl from '@docusaurus/useBaseUrl';
import ResponsivePlayer from "../../../../../src/components/ResponsivePlayer/ResponsivePlayer";

## Overview

This page present the high level design of the reference implementation of the .NET Ensono Stacks REST API with CQRS.

<ResponsivePlayer url='https://www.youtube.com/watch?v=G8FW-djEDDY' />

**This page assumes that the core infrastructure has already been provisioned. Instructions and additional information on the core infrastructure can be found [here](../../../../infrastructure/azure/core_infrastructure.md)**

Both the diagram and resource list below are for a single environment.
Expand Down
5 changes: 4 additions & 1 deletion docs/workloads/azure/backend/netcore/introduction_netcore.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ keywords:
---

import HideNavigation from "../../../../../src/components/HideNavigation/HideNavigation";
import ResponsivePlayer from "../../../../../src/components/ResponsivePlayer/ResponsivePlayer";

## Introduction to the .NET 8 REST API Application

Expand Down Expand Up @@ -85,7 +86,9 @@ In this example:

### Try It Yourself

You can try out a demo version of this API [here](<insert-link-here>).
Install the package and have a go:

<ResponsivePlayer url='https://www.youtube.com/watch?v=H6eaa8ukhq4' />

### Customizing the Template

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ keywords:

import useBaseUrl from '@docusaurus/useBaseUrl';

The pipeline will automate provisioning and updating the .NET REST API with CQRS infrastructure in AWS.
The pipeline will automate provisioning and updating the .NET REST API with CQRS infrastructure in AWS.

## Pipeline Diagram

Expand Down
3 changes: 3 additions & 0 deletions docs/workloads/azure/backend/netcore/pipeline_netcore.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,12 @@ keywords:
---

import useBaseUrl from '@docusaurus/useBaseUrl';
import ResponsivePlayer from "../../../../../src/components/ResponsivePlayer/ResponsivePlayer";

The pipeline will automate provisioning and updating the .NET REST API with CQRS infrastructure in Azure.

<ResponsivePlayer url='https://www.youtube.com/watch?v=G8FW-djEDDY' />

## Pipeline Diagram

### Feature branch -> Dev sequence
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,16 @@ keywords:
- application
---

import ResponsivePlayer from "../../../../../../../src/components/ResponsivePlayer/ResponsivePlayer";

## Build and Run the Application

The API can be configured to run locally or in a Docker container.

<ResponsivePlayer url='https://www.youtube.com/watch?v=jzIm69yiV20' />

<ResponsivePlayer url='https://www.youtube.com/watch?v=9ehY96znRR0' />

### Build and Run Locally

#### Instructions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,14 @@ keywords:
- github
---

import ResponsivePlayer from "../../../../../../../src/components/ResponsivePlayer/ResponsivePlayer";

## Create a project using the Nuget template package

### Install the package

<ResponsivePlayer url='https://www.youtube.com/watch?v=H6eaa8ukhq4' />

1. Go to the [Ensono.Stacks.Templates package page on Nuget](https://www.nuget.org/packages/Ensono.Stacks.Templates/).
2. Copy the command displayed on the page to install the latest version of the package.
3. Open your terminal and run the copied command. For example:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ keywords:

import Tabs from "@theme/Tabs";
import TabItem from "@theme/TabItem";
import ResponsivePlayer from "../../../../../../../src/components/ResponsivePlayer/ResponsivePlayer";

## Build and Run REST API with CQRS

Expand All @@ -34,6 +35,8 @@ Depending on the options selected when creating the CQRS API, additional configu

### Building and Running

<ResponsivePlayer url='https://www.youtube.com/watch?v=-kKWzRE6ahQ' />

<details open>
<summary>Build and run locally</summary>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,13 @@ keywords:
- github
---

## Create a project using the NuGet package
import ResponsivePlayer from "../../../../../../../src/components/ResponsivePlayer/ResponsivePlayer";

## Install the package
## Create a project using the Nuget template package

### Install the package

<ResponsivePlayer url='https://www.youtube.com/watch?v=H6eaa8ukhq4' />

1. Go to the [Ensono.Stacks.Templates package page on Nuget](https://www.nuget.org/packages/Ensono.Stacks.Templates/).
2. Copy the installation command shown on the page.
Expand Down

0 comments on commit 8926b77

Please sign in to comment.