{"id":23052567,"url":"https://github.com/wk-j/learn-csharp","last_synced_at":"2025-08-13T20:21:31.722Z","repository":{"id":94332958,"uuid":"50524563","full_name":"wk-j/learn-csharp","owner":"wk-j","description":null,"archived":false,"fork":false,"pushed_at":"2018-02-02T14:15:06.000Z","size":1499,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-03T04:19:49.349Z","etag":null,"topics":["csharp"],"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/wk-j.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":"2016-01-27T17:25:34.000Z","updated_at":"2017-05-23T04:23:24.000Z","dependencies_parsed_at":"2023-04-10T07:31:33.911Z","dependency_job_id":null,"html_url":"https://github.com/wk-j/learn-csharp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/wk-j/learn-csharp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wk-j%2Flearn-csharp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wk-j%2Flearn-csharp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wk-j%2Flearn-csharp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wk-j%2Flearn-csharp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wk-j","download_url":"https://codeload.github.com/wk-j/learn-csharp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wk-j%2Flearn-csharp/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270305800,"owners_count":24562097,"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-08-13T02:00:09.904Z","response_time":66,"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-16T00:13:56.333Z","updated_at":"2025-08-13T20:21:31.668Z","avatar_url":"https://github.com/wk-j.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"\r\n## Try C\\#\r\n\r\n[![Build Status](https://travis-ci.org/wk-j/try-csharp.svg?branch=master)](https://travis-ci.org/wk-j/try-csharp)\r\n\r\n- [Concepts/Covariance](Concepts/Covariance)\n- [Concepts/DelegateSubstractions](Concepts/DelegateSubstractions)\n- [Function/AsyncLocal](Function/AsyncLocal)\n- [Function/AsyncLocalVsCallContext](Function/AsyncLocalVsCallContext)\n- [Function/ThreadLocalDemo](Function/ThreadLocalDemo)\n- [Issue/DelegateEqualityComparisonsAreVeryStrangeIndeed](Issue/DelegateEqualityComparisonsAreVeryStrangeIndeed)\n- [Question/Contains](Question/Contains)\n- [Question/HowDoesGetTypeWork](Question/HowDoesGetTypeWork)\n- [Question/NewConstraint](Question/NewConstraint)\n- [Scripts/Array](Scripts/Array)\n- [Scripts/AvoidCustomDelegate](Scripts/AvoidCustomDelegate)\n- [Scripts/DriveInfo](Scripts/DriveInfo)\n- [Scripts/HandlingAndREthrowingException](Scripts/HandlingAndREthrowingException)\n- [Scripts/Hello](Scripts/Hello)\n- [Scripts/InOut](Scripts/InOut)\n- [Scripts/InvalidDictionaryInitialize](Scripts/InvalidDictionaryInitialize)\n- [Scripts/InvocationExpression](Scripts/InvocationExpression)\n- [Scripts/Lang.01-Delegate](Scripts/Lang.01-Delegate)\n- [Scripts/Lang.02-LazyParameterPassing](Scripts/Lang.02-LazyParameterPassing)\n- [Scripts/Loop](Scripts/Loop)\n- [Scripts/NewVsOverride](Scripts/NewVsOverride)\n- [Scripts/OutParametersAndLinqDoNotMix](Scripts/OutParametersAndLinqDoNotMix)\n- [Scripts/PerformanceCounter](Scripts/PerformanceCounter)\n- [Scripts/Process](Scripts/Process)\n- [Scripts/Regex](Scripts/Regex)\n- [Scripts/RemovableTokens](Scripts/RemovableTokens)\n- [Scripts/Repeat](Scripts/Repeat)\n- [Scripts/StringComparison](Scripts/StringComparison)\n- [Scripts/StringInterning](Scripts/StringInterning)\n- [Scripts/TheVoidIsInvariant](Scripts/TheVoidIsInvariant)\n- [Scripts/WhatInterfacesDoAllArraysImplement](Scripts/WhatInterfacesDoAllArraysImplement)\n- [Scripts/WhyArrayImplementsIList](Scripts/WhyArrayImplementsIList)\n- [Zoo/01-StringBuilder](Zoo/01-StringBuilder)\n- [Zoo/03-OmniSharp](Zoo/03-OmniSharp)\n- [Zoo/04-MulticastDelegateAreTwiceSlow](Zoo/04-MulticastDelegateAreTwiceSlow)\n- [Zoo/05-LinqAggregate](Zoo/05-LinqAggregate)\n- [Zoo/06-IntVsNullableInt](Zoo/06-IntVsNullableInt)\n- [Zoo/07-Defer](Zoo/07-Defer)\n- [Zoo/08-Contain](Zoo/08-Contain)\n- [Zoo/09-Linq.Expression.New](Zoo/09-Linq.Expression.New)\n- [Zoo/10-Invalid.Use.Of.Type](Zoo/10-Invalid.Use.Of.Type)\n- [Zoo/AwaitNull](Zoo/AwaitNull)\n- [Zoo/DoNotCastUnnecessarily](Zoo/DoNotCastUnnecessarily)\n- [Zoo/StringBuilderPerformance](Zoo/StringBuilderPerformance)\n- [Zoo/TypeOfArrayIsArray](Zoo/TypeOfArrayIsArray)\n- [Zoo/UserDefinedConversion](Zoo/UserDefinedConversion)\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwk-j%2Flearn-csharp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwk-j%2Flearn-csharp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwk-j%2Flearn-csharp/lists"}