Skip to content

Commit

Permalink
Update csharp.md (#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffersonscampos authored Dec 18, 2023
1 parent 5cfd4af commit 792740e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _data/downloadFiles/PT_BR/csharp.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# C#
## Nivel 1
- [ ] **C# - Fundamentos**:
- C# é uma linguagem de programação, multiparadigma, de tipagem forte, desenvolvida pela Microsoft como parte da plataforma .NET. O código fonte é compilado para Common Intermediate Language (CIL) que é interpretado pela máquina virtual Common Language Runtime (CLR). É projetada para funcionar na Common Language Infrastructure da plataforma .NET Framework.
- C# é uma linguagem de programação, multiparadigma, de tipagem forte, desenvolvida pela Microsoft como parte da plataforma .NET. O código fonte é compilado e gera a Intermediate Language (IL) que é interpretado pela máquina virtual Common Language Runtime (CLR). É projetada para funcionar na Common Language Infrastructure (CLI) da plataforma .NET Framework.
- Conhecer os tipos primitivos
- Declarar variáveis, considerando os diferentes tipos
- Usar estruturas condicionais ('if', 'else')
Expand Down

1 comment on commit 792740e

@vercel
Copy link

@vercel vercel bot commented on 792740e Dec 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.