{"id":21094421,"url":"https://github.com/domicoder/c-sharp-basics-1","last_synced_at":"2025-03-14T07:09:53.150Z","repository":{"id":242793418,"uuid":"810579425","full_name":"domicoder/c-sharp-basics-1","owner":"domicoder","description":null,"archived":false,"fork":false,"pushed_at":"2024-06-18T03:00:18.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-21T01:41:49.657Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","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/domicoder.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,"publiccode":null,"codemeta":null}},"created_at":"2024-06-05T01:15:39.000Z","updated_at":"2024-06-18T03:00:21.000Z","dependencies_parsed_at":"2024-06-05T02:47:58.223Z","dependency_job_id":"61f24a00-03c7-47b9-8ec8-92e0f99bfcea","html_url":"https://github.com/domicoder/c-sharp-basics-1","commit_stats":null,"previous_names":["domicoder/c-sharp-basics-1"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/domicoder%2Fc-sharp-basics-1","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/domicoder%2Fc-sharp-basics-1/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/domicoder%2Fc-sharp-basics-1/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/domicoder%2Fc-sharp-basics-1/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/domicoder","download_url":"https://codeload.github.com/domicoder/c-sharp-basics-1/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243538138,"owners_count":20307104,"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","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":[],"created_at":"2024-11-19T22:17:28.217Z","updated_at":"2025-03-14T07:09:53.127Z","avatar_url":"https://github.com/domicoder.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Assignment - C# Basics\n\n## Instructions\n\n-   We are using Visual Studio Code to develop this project.\n-   We are using .NET Core 8.0 SDK.\n-   We are using C# 8.0 language.\n-   We are using the latest version of Visual Studio Code.\n\n## Instalation\n\n-   Install Visual Studio Code\n-   Install .NET Core SDK 8.0\n-   Install C# 8.0 language\n-   Install the latest version of Visual Studio Code\n\n#### Windows\n\n-   Download the .NET SDK installer from the [.NET download page](https://dotnet.microsoft.com/download).\n-   Verify Installation.\n\n```powershell\ndotnet --version\n```\n\n#### MacOS\n\n```bash\nbrew install --cask dotnet-sdk8-0\n```\n\n#### Linux\n\n```bash\nsudo apt-get update\nsudo apt-get install -y apt-transport-https\nsudo apt-get update\nsudo apt-get install -y dotnet-sdk-8.0\n```\n\n## Start project\n\n```bash\n# build first\ndotnet build\n\n# run\ndotnet run\n\n# Publish the project\ndotnet publish -c Release -o ./publish\n```\n\n## Exercise 1\n\n-   Make a program that allows to capture your First Name, Last Name, Age, and create 3 constants with values of 50,\n    33.2, \"Alpha Prime\" and display it by screen\n\n    -   We are covering:\n        -   Homework `Hola Mundo` in branch `main`.\n        -   Homework `Programa consola` in branch `main`.\n        -   Homework `Mayor y menor` in branch `feature/greater-than-and-less-than`.\n        -   Homework `Arbolito` in branch `feature/christmas-tree`.\n    -   We are covering the following topics:\n        -   Classes\n        -   Constructors\n        -   Encapsulation\n        -   Methods\n        -   Static Methods\n\n-   Screenshot:\n\n#### Exercise 1\n\n![Result](https://img001.prntscr.com/file/img001/MRzscZSBQ22QZUfa9clfIQ.png)\n\n#### Exercise 2\n\n![Result](https://img001.prntscr.com/file/img001/gYsF72ZbRSmZ8iPvIlcg1A.png)\n\n#### Exercise 3\n\n![Result](https://img001.prntscr.com/file/img001/zdq3J3f_Qr-FP3qhFfOgWA.png)\n\n#### Exercise 4\n\n![Result](https://img001.prntscr.com/file/img001/P3iRvAeFQTCUhBdXcdGWow.png)\n\n#### Exercise 5\n\n![Result](https://img001.prntscr.com/file/img001/aZTkXluTSmKU66mUBkKV7g.png)\n\n![Result](https://img001.prntscr.com/file/img001/Wvb-Hk4KQRKzuSGj5XDmtw.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdomicoder%2Fc-sharp-basics-1","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdomicoder%2Fc-sharp-basics-1","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdomicoder%2Fc-sharp-basics-1/lists"}