{"id":16640032,"url":"https://github.com/luoyunchong/dotnetcore-examples","last_synced_at":"2025-10-24T03:59:23.911Z","repository":{"id":38021985,"uuid":"194030294","full_name":"luoyunchong/dotnetcore-examples","owner":"luoyunchong","description":" about learning DotNetCore via examples. DotNetCore 教程、技术栈示例代码，快速简单上手教程。","archived":false,"fork":false,"pushed_at":"2024-07-29T01:37:59.000Z","size":4040,"stargazers_count":121,"open_issues_count":1,"forks_count":38,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-02T09:11:15.235Z","etag":null,"topics":["csredis","dotnetcore","freesql","identityserver4","oauth2","qiniu","webapiclient"],"latest_commit_sha":null,"homepage":"https://igeekfan.cn","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/luoyunchong.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-06-27T05:45:17.000Z","updated_at":"2025-01-24T11:17:11.000Z","dependencies_parsed_at":"2023-01-17T21:47:39.935Z","dependency_job_id":null,"html_url":"https://github.com/luoyunchong/dotnetcore-examples","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/luoyunchong/dotnetcore-examples","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luoyunchong%2Fdotnetcore-examples","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luoyunchong%2Fdotnetcore-examples/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luoyunchong%2Fdotnetcore-examples/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luoyunchong%2Fdotnetcore-examples/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/luoyunchong","download_url":"https://codeload.github.com/luoyunchong/dotnetcore-examples/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luoyunchong%2Fdotnetcore-examples/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280734495,"owners_count":26381847,"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-24T02:00:06.418Z","response_time":73,"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":["csredis","dotnetcore","freesql","identityserver4","oauth2","qiniu","webapiclient"],"created_at":"2024-10-12T07:07:40.876Z","updated_at":"2025-10-24T03:59:23.862Z","avatar_url":"https://github.com/luoyunchong.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# .NET Core 学习示例\n\n\u003e 学习之路漫漫无期\n\n看到 java 的 spring boot 框架如何火热，examples - [https://github.com/ityouknow/spring-boot-examples](https://github.com/ityouknow/spring-boot-examples)多达 16628 star（2019-6-27），回头看 dotnetcore，则不温不火。我想写点示例，降低入门门槛。\n\n## 项目文档 [https://igeekfan.cn/dotnetcore/examples/](https://igeekfan.cn/dotnetcore/examples/)\n\n## 文档代码 [https://igeekfan.cn](https://igeekfan.cn)\n\n## 项目路线图 [Roadmap](./Roadmap.md)\n\n假设你已经有了 C#基础、ASP .NET MVC 或其他语言的 MVC 基础。\n\n本项目以 C#语言为示例，结合 ASP .NET Core，集成第三方类库的示例，运用基础组件，写好 Demo。如果你是一个 .NET Framework 开发者，转去学习 .NET Core,你会发现新的世界，大家定位是应该软件开发工程师，而不只是 .NET 开发工程师。\n\n## 我正在学习和使用的技术、关注的技术\n\n- Linux：Ubuntu\n- CLI：PowerShell、Bash\n- Docker:Docker for windows、Hyper-v、WSL2\n- DevOps:Jenkins、Travis CI、Aurze DevOps、GitHub Action\n- MySQL、Mariadb，PgSQL,influxdb\n- NoSQL：Redis、MongoDB,ES\n- Nginx、\n- .NET Core、ASP .NET Core\n- RabbitMQ\n- SignlaR、WebSocket\n\n## 开源组织\n\n- dotnetcore :.NET Core Community\n  - 官网 [https://www.dotnetcore.xyz](https://www.dotnetcore.xyz)\n  - 开源 [https://github.com/dotnetcore](https://github.com/dotnetcore)\n  - 26 个开源项目，都是基于 dotnetcore 开源的优秀项目。\n- abpframework：Web Application Framework for ASP .NET Core\n  - 官网 https://abp.io/\n  - 开源地址 https://github.com/abpframework\n  - abp vnext 完善的基础设施与文档 https://github.com/abpframework/abp\n\n## 文章\n\n### 配置项\n\n- 配置项[aspnetcore-Get-Json-Array-using-IConfiguration](https://blog.igeekfan.cn/2019/07/07/dotnetcore/aspnetcore-Get-Json-Array-using-IConfiguration/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluoyunchong%2Fdotnetcore-examples","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fluoyunchong%2Fdotnetcore-examples","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluoyunchong%2Fdotnetcore-examples/lists"}