{"id":23283866,"url":"https://github.com/adrianycmc/desafios-de-codigo-csharp","last_synced_at":"2025-10-12T13:42:40.670Z","repository":{"id":233977387,"uuid":"753315214","full_name":"adrianycmc/Desafios-De-Codigo-CSharp","owner":"adrianycmc","description":"Desafios de código em C#: Minhas resoluções.","archived":false,"fork":false,"pushed_at":"2024-04-17T20:12:36.000Z","size":238,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-06T15:14:24.209Z","etag":null,"topics":["csharp"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/adrianycmc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2024-02-05T21:58:03.000Z","updated_at":"2024-03-22T12:33:17.000Z","dependencies_parsed_at":"2024-04-17T21:42:16.572Z","dependency_job_id":"0f23f8c4-e839-4d00-ba99-917399e0d384","html_url":"https://github.com/adrianycmc/Desafios-De-Codigo-CSharp","commit_stats":null,"previous_names":["adrianycmc/desafios-de-codigo-csharp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/adrianycmc/Desafios-De-Codigo-CSharp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adrianycmc%2FDesafios-De-Codigo-CSharp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adrianycmc%2FDesafios-De-Codigo-CSharp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adrianycmc%2FDesafios-De-Codigo-CSharp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adrianycmc%2FDesafios-De-Codigo-CSharp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adrianycmc","download_url":"https://codeload.github.com/adrianycmc/Desafios-De-Codigo-CSharp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adrianycmc%2FDesafios-De-Codigo-CSharp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279011456,"owners_count":26084947,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-12T02:00:06.719Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["csharp"],"created_at":"2024-12-20T01:35:48.474Z","updated_at":"2025-10-12T13:42:40.625Z","avatar_url":"https://github.com/adrianycmc.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \n# Desafios em C#\n\u003c/div\u003e\n\u003cbr\u003e\n\n📌 Minhas resoluções para os desafios de código propostos no bootcamp *Decola Tech 4* e na formação *.NET Developer* realizado na **DIO**.\n\n\u003cbr\u003e\n\n----  \n  ### 📥 Desafios de código - Decola Tech 4\n\u003cbr\u003e\n\nO *Decola Tech* é o programa de estágio da empresa **Avanade Brasil** e essas resoluções são referentes ao Decola 4, realizado em 2023. \n\n\u003cbr\u003e\n\n📂 Os desafios estão organizados por pasta contendo a descrição e o código.\n\n* Desafio 1: [Explorando Sintaxe e Tipos de Dados](https://github.com/adrianycmc/Desafios-De-Codigo-DecolaTech/tree/main/Explorando%20sintaxe%20e%20tipos%20de%20dados)\n* Desafio 2: [Dominando os operadores](https://github.com/adrianycmc/Desafios-De-Codigo-DecolaTech/tree/main/Dominando%20os%20operadores)\n* Desafio 3: [Desvendando o controle de fluxo](https://github.com/adrianycmc/Desafios-De-Codigo-DecolaTech/tree/main/Desvendando%20o%20controle%20de%20fluxo)\n* Desafio 4: [Utilizando array e listas](https://github.com/adrianycmc/Desafios-De-Codigo-DecolaTech/tree/main/Utilizando%20arrays%20e%20listas)\n* Desafio 5: [Manipulando funções](https://github.com/adrianycmc/Desafios-De-Codigo-DecolaTech/tree/main/Manipulando%20fun%C3%A7%C3%B5es)\n* Desafio 6: [Desafio em POO](https://github.com/adrianycmc/Desafios-De-Codigo-DecolaTech/tree/main/Desafio%20em%20POO)\n* Desafio 7: [Utilizando propriedades e métodos](https://github.com/adrianycmc/Desafios-De-Codigo-DecolaTech/tree/main/Utilizando%20propriedades%20e%20m%C3%A9todos)\n* Desafio 8: [Criando um objeto com atributos](https://github.com/adrianycmc/Desafios-De-Codigo-DecolaTech/tree/main/Criando%20um%20objeto%20com%20atributos)\n* Desafio 9: [Utilizando construtores](https://github.com/adrianycmc/Desafios-De-Codigo-DecolaTech/tree/main/Utilizando%20construtores)\n* Desafio 10: [Utilizando Herança e Subclasses](https://github.com/adrianycmc/Desafios-De-Codigo-DecolaTech/tree/main/Utilizando%20Heran%C3%A7a%20e%20Subclasses)\n\n\u003cbr\u003e\n\n#### 📜 Certificado do bootcamp\n[Decola Tech 4](https://www.dio.me/certificate/985FA716/share)\n\u003cbr\u003e\n\u003cbr\u003e\n\n----  \n  \n### 📥 Desafios de código - Formação .Net Developer\n\n\u003cbr\u003e\n\nA *formação .NET Developer* abrange o aprendizado de desenvolvimento em APIs robustas para criar aplicações de alto nível, testes unitários para criar aplicações resilientes, banco de dados relacional e não relacionais (SQL e NoSQL) e Azure: um dos principais provedores de serviços em nuvem do mundo.\n\n\u003cbr\u003e\n\n📂 Os desafios estão organizados por pasta contendo a descrição e o código.\n\n💾 *Módulo: Fundamentos .NET*\n\n* Desafio 1: [Multiplicação Simples](https://github.com/adrianycmc/Desafios-De-Codigo-DecolaTech4/tree/main/Multiplica%C3%A7%C3%A3o%20Simples)\n* Desafio 2: [Pink e Cérebro](https://github.com/adrianycmc/Desafios-De-Codigo-CSharp/tree/main/Pink%20e%20C%C3%A9rebro)\n* Desafio 3: [Esfera](https://github.com/adrianycmc/Desafios-De-Codigo-CSharp/tree/main/Esfera)\n\n\u003cbr\u003e\n\n#### 📜 Certificado da formação\n🚧 Em construção \n\u003cbr\u003e\n\u003cbr\u003e\n\n----  \n\n## 💻 Tecnologias utilizadas\n\u003cimg align=\"center\" src=\"https://raw.githubusercontent.com/tandpfun/skill-icons/de91fca307a83d75fc5b1f6ce24540454acead41/icons/CS.svg\" height=\"40\" width=\"40\"\u003e \n\n\u003cbr\u003e\n\n## 🔎 Detalhes do projeto\n\n📌 Este é um repositório de cunho educacional e contém as minhas resoluções dos desafios de código da DIO.\n\n\u003cbr\u003e\n\n\n\n\u003cp align=\"left\"\u003e\n  Caso queira entrar em contato: ⤵️\n\u003c/p\u003e\n\n\u003cp align=\"left\"\u003e\n\n  \n[![LinkedIn](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge\u0026logo=linkedin\u0026logoColor=white)](https://www.linkedin.com/in/adrianycmc/)\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadrianycmc%2Fdesafios-de-codigo-csharp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadrianycmc%2Fdesafios-de-codigo-csharp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadrianycmc%2Fdesafios-de-codigo-csharp/lists"}