Skip to content

EDU-3945: landing pages redesign #3327

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 52 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
52 commits
Select commit Hold shift + click to select a range
5f71e2b
adding courses as image links CTAs
jsundai Feb 7, 2025
b6213c0
turning cta to react component
jsundai Feb 7, 2025
a6c0599
adding new cards format
jsundai Feb 7, 2025
d52ed52
adding banner
jsundai Feb 7, 2025
b7c2125
iteration 2
jsundai Mar 4, 2025
20b143d
adding banners
jsundai Mar 4, 2025
b661af0
implement dark mode as default with updated color scheme
jsundai Jun 2, 2025
45b9441
update: typography to light weight, colors to match Figma, and simpli…
jsundai Jun 2, 2025
6d04b98
dark mode background color to #161723 consistently across all components
jsundai Jun 2, 2025
e359417
create introduction page styling and layout - update pattern cards, C…
jsundai Jun 2, 2025
6f6ea70
standardize light mode colors to white
jsundai Jun 2, 2025
e4c85fe
adding in links on home page and interactivity
jsundai Jun 2, 2025
b1298f3
replace placeholder links with working links in cards
jsundai Jun 3, 2025
f7b8a7f
redesigning landing page for develop with new cards and sleeker look
jsundai Jun 4, 2025
425bb65
add logos
jsundai Jun 4, 2025
14f3e43
redesigning the GO Dev guide landing page with card format and sleek …
jsundai Jun 4, 2025
819ed75
lilac and structure
jsundai Jun 4, 2025
0497fb3
small changes in card design and logo size and typography
jsundai Jun 4, 2025
e4d4911
more updated placeholder links to working links + new banner with rub…
jsundai Jun 4, 2025
29fd067
standardize SDK landing pages with modern card-based layout
jsundai Jun 4, 2025
47cf316
Merge branch 'main' into refresh-landing-page
jsundai Jun 6, 2025
a136419
CI: Automatic .md and .mdx formatting
github-actions[bot] Jun 6, 2025
97eeb6f
fixing merge conflict, updating SDK logo paths, resolving SDK compone…
jsundai Jun 6, 2025
eefa346
fixing merge conflict, updating SDK logo paths, resolving SDK compone…
jsundai Jun 6, 2025
b37f9fd
CI: Automatic .md and .mdx formatting
github-actions[bot] Jun 6, 2025
94e3bfe
Added boxed logos. Update SDK cards with minimal design - thin titles…
jsundai Jun 11, 2025
387be4d
Merge branch 'refresh-landing-page' of github.com:temporalio/document…
jsundai Jun 11, 2025
7fda5f8
CI: Automatic .md and .mdx formatting
github-actions[bot] Jun 11, 2025
87ef827
Prevent SDK card title overlap with logo and adjust heading sizes
jsundai Jun 11, 2025
134224d
Merge branch 'refresh-landing-page' of github.com:temporalio/document…
jsundai Jun 11, 2025
481908c
getting rid of rounded corners
jsundai Jun 11, 2025
84d4468
hover line and create an account button
jsundai Jun 11, 2025
9167149
left align more ways to learn
jsundai Jun 12, 2025
500d2e7
new logo banners
jsundai Jun 12, 2025
1ba2429
adding dotnet set up quick start page with components and go set up i…
jsundai Jun 13, 2025
8501849
adding set up pages for java, php, python, and typescript in two colu…
jsundai Jun 13, 2025
4b457e8
CI: Automatic .md and .mdx formatting
github-actions[bot] Jun 13, 2025
6148e3b
adding ziggy image and self hosted cloud image to introduction page
jsundai Jun 13, 2025
dfc4d3b
new features landing page in card format
jsundai Jun 13, 2025
16aba5b
:wq
jsundai Jun 13, 2025
d5f7b7e
CI: Automatic .md and .mdx formatting
github-actions[bot] Jun 13, 2025
59d5efd
getting started page revamp
jsundai Jun 16, 2025
a4dda95
Merge branch 'refresh-landing-page' of github.com:temporalio/document…
jsundai Jun 16, 2025
fad251e
title change
jsundai Jun 16, 2025
0f90788
removing link blocks on develop feature guides landing pages
jsundai Jun 16, 2025
12e7a1e
CI: Automatic .md and .mdx formatting
github-actions[bot] Jun 16, 2025
c0ae287
Add Ask AI navbar button with Kapa widget integration
jsundai Jun 16, 2025
4ecb5b9
Merge branch 'refresh-landing-page' of github.com:temporalio/document…
jsundai Jun 16, 2025
c567469
adding topic cards on core application
jsundai Jun 18, 2025
4946389
first add of topic cards for each dev guides
jsundai Jun 18, 2025
157e5c4
replace bullet lists with interactive topic cards across Go SDK dev g…
jsundai Jun 18, 2025
76f8d3c
CI: Automatic .md and .mdx formatting
github-actions[bot] Jun 18, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
55 changes: 38 additions & 17 deletions docs/develop/dotnet/core-application.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,33 +2,54 @@
id: core-application
title: Core application - .NET SDK
sidebar_label: Core application
description: Learn how to develop a basic Workflow and Activity Definition using the Temporal .NET SDK, run a Worker Process, and set up Dynamic Workflows and Activities.
toc_max_heading_level: 4
keywords:
- activity
- activity definition
- activity execution
- dotnet
- dotnet sdk
- worker
- temporal sdk
- core application
- workflow
- workflow execution
- workflow parameters
- workflow return values
- activity
- worker
description: The Foundations section of the Temporal Developer's guide introduces essential concepts for building and running a Temporal Application using the .NET SDK.
tags:
- Activities
- Temporal Client
- Task Queues
- Workers
- Workflows
- .Net SDK
- Temporal SDKs
---

This page shows how to do the following:

- [Develop a basic Workflow Definition](#develop-workflow)
- [Develop a basic Activity Definition](#develop-activity)
- [Start an Activity from a Workflow](#activity-execution)
- [Run a Worker Process](#run-worker-process)
- [Set a Dynamic Workflow](#set-a-dynamic-workflow)
- [Set a Dynamic Activity](#set-a-dynamic-activity)
<div className="topics-covered-section">
<h2 className="topics-covered-title">Topics covered in this section</h2>
<div className="topics-grid">
<a href="#develop-workflow" className="topic-card">
<div className="topic-title">Develop a basic Workflow Definition</div>
<div className="topic-arrow">→</div>
</a>
<a href="#develop-activity" className="topic-card">
<div className="topic-title">Develop a basic Activity Definition</div>
<div className="topic-arrow">→</div>
</a>
<a href="#activity-execution" className="topic-card">
<div className="topic-title">Start an Activity from a Workflow</div>
<div className="topic-arrow">→</div>
</a>
<a href="#run-worker-process" className="topic-card">
<div className="topic-title">Run a Worker Process</div>
<div className="topic-arrow">→</div>
</a>
<a href="#set-a-dynamic-workflow" className="topic-card">
<div className="topic-title">Set a Dynamic Workflow</div>
<div className="topic-arrow">→</div>
</a>
<a href="#set-a-dynamic-activity" className="topic-card">
<div className="topic-title">Set a Dynamic Activity</div>
<div className="topic-arrow">→</div>
</a>
</div>
</div>

## Develop a Workflow {#develop-workflow}

Expand Down
411 changes: 254 additions & 157 deletions docs/develop/dotnet/index.mdx

Large diffs are not rendered by default.

Loading