{"id":25839615,"url":"https://github.com/anuja-rahul/learning-cs-from-scratch","last_synced_at":"2025-07-29T03:03:26.435Z","repository":{"id":275808514,"uuid":"898012672","full_name":"anuja-rahul/learning-cs-from-scratch","owner":"anuja-rahul","description":"Learning C# from beginning","archived":false,"fork":false,"pushed_at":"2025-02-04T17:36:17.000Z","size":1932,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-01T04:33:30.492Z","etag":null,"topics":["csharp","learning-by-doing"],"latest_commit_sha":null,"homepage":"","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/anuja-rahul.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-12-03T16:25:01.000Z","updated_at":"2025-02-04T17:36:21.000Z","dependencies_parsed_at":"2025-02-04T18:32:42.412Z","dependency_job_id":null,"html_url":"https://github.com/anuja-rahul/learning-cs-from-scratch","commit_stats":null,"previous_names":["anuja-rahul/learning-cs-from-scratch"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/anuja-rahul/learning-cs-from-scratch","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anuja-rahul%2Flearning-cs-from-scratch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anuja-rahul%2Flearning-cs-from-scratch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anuja-rahul%2Flearning-cs-from-scratch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anuja-rahul%2Flearning-cs-from-scratch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anuja-rahul","download_url":"https://codeload.github.com/anuja-rahul/learning-cs-from-scratch/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anuja-rahul%2Flearning-cs-from-scratch/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267621573,"owners_count":24116899,"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-07-29T02:00:12.549Z","response_time":2574,"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","learning-by-doing"],"created_at":"2025-03-01T04:33:34.944Z","updated_at":"2025-07-29T03:03:26.415Z","avatar_url":"https://github.com/anuja-rahul.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Learning stuff\n\n## Getting Started\n\nI hope this helps you just as it did when I was learning C#.\n\n### Prerequisites\n\n- [.NET SDK](https://dotnet.microsoft.com/download) installed on your machine.\n\n### Creating a New Project\n\n1. Open a terminal or command prompt.\n2. Navigate to the directory where you want to create the project.\n3. Run the following command to create a new console application:\n\n    ```sh\n    dotnet new console -o ./MyConsoleApp\n    ```\n\n    This will create a new directory named `MyConsoleApp` with the necessary files.\n\n### Building the Project\n\n1. Navigate to the project directory:\n\n    ```sh\n    cd MyConsoleApp\n    ```\n\n2. Run the following command to build the project:\n\n    ```sh\n    dotnet build\n    ```\n\n    This will compile the application and generate the necessary binaries.\n\n### Running the Project\n\n1. After building the project, run the following command to execute the application:\n\n    ```sh\n    dotnet run\n    ```\n\n    You should see the output of your console application in the terminal.\n\n### Additional Resources\n\n- [Official .NET Documentation](https://docs.microsoft.com/en-us/dotnet/)\n- [C# Programming Guide](https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/)\n\nHappy coding!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanuja-rahul%2Flearning-cs-from-scratch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanuja-rahul%2Flearning-cs-from-scratch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanuja-rahul%2Flearning-cs-from-scratch/lists"}