An open API service indexing awesome lists of open source software.

https://github.com/the-akira/exemploscsharp

Exemplos de códigos C#
https://github.com/the-akira/exemploscsharp

Last synced: about 2 months ago
JSON representation

Exemplos de códigos C#

Awesome Lists containing this project

README

        

# Exemplos C#

![img](https://raw.githubusercontent.com/the-akira/Exemplos-CSharp/master/Avatar.png)

## Sobre a Linguagem C#

- [Introdução](https://github.com/the-akira/ExemplosCSharp/blob/master/C%23.pdf)
- [Documentação C#](https://docs.microsoft.com/en-us/dotnet/csharp/)
- [Documentação .NET](https://docs.microsoft.com/en-us/dotnet/fundamentals/)
- [Exemplos de Aplicações](https://www.csharp-console-examples.com/)
- [Exemplos Diversos](https://www.dotnetperls.com/)
- [CheatSheet](https://www.codecademy.com/learn/learn-c-sharp/modules/csharp-hello-world/cheatsheet)
- [Tutoriais](https://dotnettutorials.net/course/csharp-dot-net-tutorials/)

## Exemplos de Códigos

- [Average](https://github.com/the-akira/Exemplos-CSharp/blob/master/Code/Average/Program.cs)
- [Binary Search](https://github.com/the-akira/Exemplos-CSharp/blob/master/Code/BinarySearch/Program.cs)
- [Bubble Sort](https://github.com/the-akira/Exemplos-CSharp/blob/master/Code/BubbleSort/Program.cs)
- [Cast](https://github.com/the-akira/Exemplos-CSharp/blob/master/Code/Cast/Program.cs)
- [Characters Frequency](https://github.com/the-akira/Exemplos-CSharp/blob/master/Code/CharactersFrequency/Program.cs)
- [Command Line Arguments](https://github.com/the-akira/Exemplos-CSharp/blob/master/Code/CommandLineArguments/Program.cs)
- [Contains](https://github.com/the-akira/Exemplos-CSharp/blob/master/Code/Contains/Program.cs)
- [Conversion](https://github.com/the-akira/Exemplos-CSharp/blob/master/Code/Conversion/Program.cs)
- [Database Connection](https://github.com/the-akira/ExemplosCSharp/blob/master/Code/DBConnection/Program.cs)
- [DateTime](https://github.com/the-akira/Exemplos-CSharp/blob/master/Code/DateTime/Program.cs)
- [Delegates](https://github.com/the-akira/Exemplos-CSharp/blob/master/Code/Delegates/Program.cs)
- [Distinct](https://github.com/the-akira/Exemplos-CSharp/blob/master/Code/Distinct/Program.cs)
- [ElementAt](https://github.com/the-akira/Exemplos-CSharp/blob/master/Code/ElementAt/Program.cs)
- [Encapsulation](https://github.com/the-akira/Exemplos-CSharp/blob/master/Code/Encapsulation/Program.cs)
- [Enums](https://github.com/the-akira/Exemplos-CSharp/blob/master/Code/Enums/Program.cs)
- [Exceptions](https://github.com/the-akira/Exemplos-CSharp/blob/master/Code/Exceptions/Program.cs)
- [Fibonacci](https://github.com/the-akira/Exemplos-CSharp/blob/master/Code/Fibonacci/Program.cs)
- [Filtering Data](https://github.com/the-akira/Exemplos-CSharp/blob/master/Code/FilteringData/Program.cs)
- [For Loops](https://github.com/the-akira/Exemplos-CSharp/blob/master/Code/ForLoops/Program.cs)
- [HTTP Request](https://github.com/the-akira/Exemplos-CSharp/blob/master/Code/HTTPRequest/Program.cs)
- [Hello World](https://github.com/the-akira/Exemplos-CSharp/blob/master/Code/HelloWorld/Program.cs)
- [Indent String](https://github.com/the-akira/Exemplos-CSharp/blob/master/Code/IndentString/Program.cs)
- [Insertion Sort](https://github.com/the-akira/Exemplos-CSharp/blob/master/Code/InsertionSort/Program.cs)
- [JanKenPon](https://github.com/the-akira/Exemplos-CSharp/blob/master/Code/JanKenPon/Program.cs)
- [LINQ](https://github.com/the-akira/Exemplos-CSharp/blob/master/Code/LINQ/Program.cs)
- [Lambda Expressions](https://github.com/the-akira/Exemplos-CSharp/blob/master/Code/LambdaExpressions/Program.cs)
- [Linear Search](https://github.com/the-akira/Exemplos-CSharp/blob/master/Code/LinearSearch/Program.cs)
- [Logic](https://github.com/the-akira/Exemplos-CSharp/blob/master/Code/Logic/Program.cs)
- [Mathematics](https://github.com/the-akira/Exemplos-CSharp/blob/master/Code/Mathematics/Program.cs)
- [Merge Sort](https://github.com/the-akira/Exemplos-CSharp/blob/master/Code/MergeSort/Program.cs)
- [Min & Max](https://github.com/the-akira/Exemplos-CSharp/blob/master/Code/MinMax/Program.cs)
- [Operators](https://github.com/the-akira/Exemplos-CSharp/blob/master/Code/Operators/Program.cs)
- [OrderBy](https://github.com/the-akira/Exemplos-CSharp/blob/master/Code/OrderBy/Program.cs)
- [Palindrome](https://github.com/the-akira/Exemplos-CSharp/blob/master/Code/Palindrome/Program.cs)
- [Pascal Triangle](https://github.com/the-akira/Exemplos-CSharp/blob/master/Code/PascalTriangle/Program.cs)
- [Prime Numbers](https://github.com/the-akira/Exemplos-CSharp/blob/master/Code/PrimeNumbers/Program.cs)
- [Quick Sort](https://github.com/the-akira/Exemplos-CSharp/blob/master/Code/QuickSort/Program.cs)
- [Random](https://github.com/the-akira/Exemplos-CSharp/blob/master/Code/Random/Program.cs)
- [Range](https://github.com/the-akira/Exemplos-CSharp/blob/master/Code/Range/Program.cs)
- [Read & Write to File](https://github.com/the-akira/Exemplos-CSharp/blob/master/Code/ReadWriteFile/Program.cs)
- [Repeat](https://github.com/the-akira/Exemplos-CSharp/blob/master/Code/Repeat/Program.cs)
- [Reverse](https://github.com/the-akira/Exemplos-CSharp/blob/master/Code/Reverse/Program.cs)
- [Scientific Notation](https://github.com/the-akira/Exemplos-CSharp/blob/master/Code/ScientificNotation/Program.cs)
- [Selection Sort](https://github.com/the-akira/Exemplos-CSharp/blob/master/Code/SelectionSort/Program.cs)
- [Strings](https://github.com/the-akira/Exemplos-CSharp/blob/master/Code/Strings/Program.cs)
- [Sum](https://github.com/the-akira/Exemplos-CSharp/blob/master/Code/Sum/Program.cs)
- [Switch](https://github.com/the-akira/Exemplos-CSharp/blob/master/Code/Switch/Program.cs)
- [Take](https://github.com/the-akira/Exemplos-CSharp/blob/master/Code/Take/Program.cs)
- [Throw](https://github.com/the-akira/Exemplos-CSharp/blob/master/Code/Throw/Program.cs)
- [Type System](https://github.com/the-akira/Exemplos-CSharp/blob/master/Code/TypeSystem/Program.cs)
- [Union](https://github.com/the-akira/Exemplos-CSharp/blob/master/Code/Union/Program.cs)
- [User Input](https://github.com/the-akira/Exemplos-CSharp/blob/master/Code/UserInput/Program.cs)
- [Where](https://github.com/the-akira/Exemplos-CSharp/blob/master/Code/Where/Program.cs)
- [While Loops](https://github.com/the-akira/Exemplos-CSharp/blob/master/Code/Where/Program.cs)
- [Zip](https://github.com/the-akira/Exemplos-CSharp/blob/master/Code/Zip/Program.cs)