-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add AI translations for new workshop content
- Loading branch information
Showing
7 changed files
with
188 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
--- | ||
title: "C#: Básico" | ||
description: "Uma introdução aos conceitos básicos da linguagem de programação C#. TEST" | ||
date: 2024-09-16T00:00:00Z | ||
prereq: "nenhum" | ||
difficulty: "Iniciante" | ||
draft: false | ||
icon: "fas fa-code" | ||
--- | ||
|
||
## Visão Geral | ||
|
||
Bem-vindo ao curso **C#: Básico**, onde você aprenderá uma linguagem de programação de alto nível amplamente utilizada que fornece instruções ao computador para criar programas empolgantes! | ||
|
||
A linguagem de programação C# foi projetada por Anders Hejlsberg da Microsoft em 2000. Na época em que este curso foi elaborado, a versão estável mais recente da linguagem é o C# 11.0, lançada em 2022. | ||
|
||
{{% notice info %}} | ||
Uma linguagem de programação de alto nível é chamada assim porque está a vários passos de distância do código original executado na Unidade Central de Processamento (CPU) de um computador. O código de alto nível é feito para ser usado por humanos e é muito mais fácil de entender do que o código de baixo nível. O código de alto nível é posteriormente traduzido para uma linguagem de baixo nível, que só pode ser percebida e executada por uma CPU específica. Para o código funcionar, cada linha escrita em uma linguagem de alto nível deve ser traduzida em linguagem de máquina antes de ser implementada pelo computador. | ||
{{% /notice %}} | ||
|
||
C# é uma das linguagens de programação mais populares do mundo, junto com Java, JavaScript, Python, entre outras. C# pode ser executado em qualquer computador, incluindo Windows, Mac, e qualquer sistema operacional Linux. | ||
|
||
<details open> | ||
<summary>Tópicos</summary> | ||
{{% children /%}} | ||
</details> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
--- | ||
title: "C#: Basics" | ||
description: "Una introducción a lo básico del lenguaje de programación C#. TEST" | ||
date: 2024-09-16T00:00:00Z | ||
prereq: "none" | ||
difficulty: "Beginner" | ||
draft: false | ||
icon: "fas fa-code" | ||
--- | ||
|
||
## Descripción general | ||
|
||
Bienvenido al curso **C#: Basics**, donde aprenderás un lenguaje de programación de alto nivel ampliamente utilizado que da instrucciones a la computadora para crear programas emocionantes. | ||
|
||
El lenguaje de programación C# fue diseñado por Anders Hejlsberg de Microsoft en el año 2000. En el momento en que se diseñó este curso, la versión estable más reciente del lenguaje es C# 11.0, lanzada en 2022. | ||
|
||
{{% notice info %}} | ||
Un lenguaje de programación de alto nivel se llama de alto nivel porque está a bastantes pasos del código original que se ejecuta en la Unidad Central de Procesamiento (CPU) de una computadora. El código de alto nivel está destinado a ser utilizado por humanos y es mucho más fácil de entender que el código de bajo nivel. El código de alto nivel se traduce posteriormente a un lenguaje de bajo nivel, que solo puede ser percibido y ejecutado por un CPU específico. Para que el código funcione, cada línea de código escrita en un lenguaje de alto nivel debe ser traducida al lenguaje de máquina antes de ser implementada por la computadora. | ||
{{% /notice %}} | ||
|
||
C# es uno de los lenguajes de programación más populares del mundo, junto con Java, JavaScript, Python y otros. C# puede ejecutarse en cualquier computadora, incluidos Windows, Mac y cualquier sistema operativo Linux. | ||
|
||
<details open> | ||
<summary>Temas</summary> | ||
{{% children /%}} | ||
</details> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
--- | ||
title: "C#: Basics" | ||
description: "Une introduction aux bases du langage de programmation C#. TEST" | ||
date: 2024-09-16T00:00:00Z | ||
prereq: "none" | ||
difficulty: "Débutant" | ||
draft: false | ||
icon: "fas fa-code" | ||
--- | ||
|
||
## Aperçu | ||
|
||
Bienvenue dans le cours **C#: Basics**, où vous apprendrez un langage de programmation de haut niveau largement utilisé qui donne des instructions à l'ordinateur pour créer des programmes passionnants ! | ||
|
||
Le langage de programmation C# a été conçu par Anders Hejlsberg de Microsoft en 2000. Au moment de la conception de ce cours, la version stable la plus récente du langage est C# 11.0, sortie en 2022. | ||
|
||
{{% notice info %}} | ||
Un langage de programmation de haut niveau est appelé ainsi parce qu'il est à plusieurs étapes du code original exécuté sur l'Unité Centrale de Traitement (CPU) d'un ordinateur. Le code de haut niveau est destiné aux humains et est beaucoup plus facile à comprendre que le code de bas niveau. Le code de haut niveau est ensuite traduit en un langage de bas niveau, qui peut être perçu et exécuté uniquement par un CPU spécifique. Pour que le code fonctionne, chaque ligne de code écrite dans un langage de haut niveau doit être traduite en langage machine avant d'être mise en œuvre par l'ordinateur. | ||
{{% /notice %}} | ||
|
||
C# est l'un des langages de programmation les plus populaires au monde, avec Java, JavaScript, Python et d'autres. C# peut fonctionner sur n'importe quel ordinateur, y compris sur Windows, Mac, et tout système d'exploitation Linux. | ||
|
||
<details open> | ||
<summary>Sujets</summary> | ||
{{% children /%}} | ||
</details> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
```yaml | ||
--- | ||
title: "C#: Grundlagen" | ||
description: "Eine Einführung in die Grundlagen der C#-Programmiersprache. TEST" | ||
date: 2024-09-16T00:00:00Z | ||
prereq: "none" | ||
difficulty: "Anfänger" | ||
draft: false | ||
icon: "fas fa-code" | ||
--- | ||
``` | ||
|
||
## Übersicht | ||
|
||
Willkommen zum Kurs **C#: Grundlagen**, in dem Sie eine weit verbreitete, hochentwickelte Programmiersprache kennenlernen, die Computeranweisungen gibt, um spannende Programme zu erstellen! | ||
|
||
Die C#-Programmiersprache wurde 2000 von Anders Hejlsberg von Microsoft entworfen. Zum Zeitpunkt der Erstellung dieses Kurses ist die aktuellste stabile Version der Sprache C# 11.0, veröffentlicht im Jahr 2022. | ||
|
||
{{% notice info %}} | ||
Eine hochentwickelte Programmiersprache wird als hochentwickelt bezeichnet, weil sie einige Schritte vom ursprünglichen Code entfernt ist, der auf der zentralen Verarbeitungseinheit (CPU) eines Computers läuft. Hochentwickelter Code ist für Menschen gedacht und viel einfacher zu verstehen als Low-Level-Code. Der hochentwickelte Code wird später in eine niedrigere Sprache übersetzt, die nur von einer bestimmten CPU wahrgenommen und ausgeführt werden kann. Damit der Code funktioniert, muss jede einzelne Zeile Code, die in einer hochentwickelten Sprache geschrieben ist, in Maschinensprache übersetzt werden, bevor sie vom Computer implementiert wird. | ||
{{% /notice %}} | ||
|
||
C# ist eine der populärsten Programmiersprachen der Welt, neben Java, JavaScript, Python und anderen. C# kann auf jedem Computer ausgeführt werden, darunter Windows, Mac und alle Linux-Betriebssysteme. | ||
|
||
<details open> | ||
<summary>Themen</summary> | ||
{{% children /%}} | ||
</details> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
--- | ||
title: "C#: Негиздери" | ||
description: "C# программалоо тилинегизи боюнча киришүү. TEST" | ||
date: 2024-09-16T00:00:00Z | ||
prereq: "none" | ||
difficulty: "Beginner" | ||
draft: false | ||
icon: "fas fa-code" | ||
--- | ||
|
||
## Жалпы Overview | ||
|
||
**C#: Негиздери** курсуна кош келиңиздер, бул жерде сиз компьютерхуттук көрсөтмөлөрдү түзүп, кызыктуу программалар жасай турган, кеңири колдонулган, жогорку деңгээлдеги программалоо тилин үйрөнөсүз! | ||
|
||
C# программалоо тили 2000-жылы Microsoft компаниясынан Андерс Хейлсберг тарабынан иштелип чыккан. Бул курс иштелип чыккан учурда, бул тилдин эң акыркы туруктуу версиясы 2022-жылы чыккан C# 11.0 болуп саналат. | ||
|
||
{{% notice info %}} | ||
Жогорку деңгээлдеги программалоо тили жогорку деңгээлде деп аталат, анткени ал компьютердин борбордук процессорунун (CPU) иштетүүчү түп нускасынын кодунан бир нече кадам аралыктан турат. Жогорку деңгээлдеги код адамдар үчүн колдонууга ылайыкташтырылган жана төмөнкү деңгээлдеги кодго караганда түшүнүктүүрөөк. Жогорку деңгээлдеги код кийинчерээк белгилүү бир CPU тарабынан гана кабыл алынып жана иштетиле ала турган, төмөнкү деңгээлдеги тилге которулат. Код иштеши үчүн, жогорку деңгээлдеги тилде жазылган ар бир сап код машина тилине которулуп, компьютер тарабынан ишке ашырылышы керек. | ||
{{% /notice %}} | ||
|
||
C# дүйнөдөгү эң популярдуу программалоо тилдеринин бири, анын ичинде Java, JavaScript, Python жана башкалар менен кошо. C# каалаган компьютерде, анын ичинде Windows, Mac жана бардык Linux операциялык системаларында иштей алат. | ||
|
||
<details open> | ||
<summary>Темалар</summary> | ||
{{% children /%}} | ||
</details> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
```markdown | ||
--- | ||
title: "C#: 基础" | ||
description: "C#编程语言基础介绍。TEST" | ||
date: 2024-09-16T00:00:00Z | ||
prereq: "none" | ||
difficulty: "Beginner" | ||
draft: false | ||
icon: "fas fa-code" | ||
--- | ||
|
||
## 概述 | ||
|
||
欢迎来到 **C#: 基础** 课程,在这里您将学习一种广泛使用的高级编程语言,它能够为计算机创建精彩的程序指令! | ||
|
||
C#编程语言由微软的Anders Hejlsberg于2000年设计。本课程设计时,该语言的最新稳定版本是2022年发布的C# 11.0。 | ||
|
||
{{% notice info %}} | ||
高级编程语言之所以称为高级,是因为它距离计算机中央处理单元(CPU)运行的原始代码相去甚远。高级代码是为人类使用而设计的,比低级代码更容易理解。高级代码随后被翻译成低级语言,只有特定的CPU才能感知和运行。为了让代码有效,高级语言中编写的每一行代码都必须在计算机实施前被翻译成机器语言。 | ||
{{% /notice %}} | ||
|
||
C#是世界上最流行的编程语言之一,与Java、JavaScript、Python等并驾齐驱。C#可以在任何计算机上运行,包括Windows、Mac和任何Linux操作系统。 | ||
|
||
<details open> | ||
<summary>主题</summary> | ||
{{% children /%}} | ||
</details> | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
```markdown | ||
--- | ||
title: "C#: Basics" | ||
description: "An introduction to the basics of the C# programming language. TEST" | ||
date: 2024-09-16T00:00:00Z | ||
prereq: "none" | ||
difficulty: "Beginner" | ||
draft: false | ||
icon: "fas fa-code" | ||
--- | ||
|
||
## Overview | ||
|
||
歡迎來到 **C#: Basics** 課程,您將學習一種廣泛使用的高階程式語言,用於提供計算機指令來創建令人興奮的程式! | ||
|
||
C# 程式語言由微軟的 Anders Hejlsberg 在2000年設計。在本課程設計時,該語言的最新穩定版本是 C# 11.0,於2022年發布。 | ||
|
||
{{% notice info %}} | ||
高階程式語言之所以稱為高階,是因為它與計算機中央處理單元(CPU)運行的原始代碼有相當的距離。高階代碼供人類使用,比低階代碼更易於理解。高階代碼之後會被翻譯成低階語言,這些語言只能被特定的 CPU 感知並運行。為了讓代碼正常工作,每一行高階語言編寫的代碼都必須在計算機實施之前轉譯為機器語言。 | ||
{{% /notice %}} | ||
|
||
C# 是世界上最流行的程式語言之一,與 Java、JavaScript、Python 及其他語言並列。C# 可以在任何計算機上運行,包括 Windows、Mac 和任何 Linux 操作系統。 | ||
|
||
<details open> | ||
<summary>Topics</summary> | ||
{{% children /%}} | ||
</details> | ||
``` |