# dotnetcore-examples **Repository Path**: fasterfish/dotnetcore-examples ## Basic Information - **Project Name**: dotnetcore-examples - **Description**: https://github.com/luoyunchong/dotnetcore-examples.git - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-03 - **Last Updated**: 2020-12-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # .NET Core 学习示例 > 学习之路漫漫无期 看到java 的spring boot 框架如何火热,examples - [https://github.com/ityouknow/spring-boot-examples](https://github.com/ityouknow/spring-boot-examples)多达16628 star(2019-6-27),回头看dotnetcore,则不温不火。我想写点示例,降低入门门槛。 ## 项目文档 [https://luoyunchong.github.io/vovo-docs/dotnetcore/examples/](https://luoyunchong.github.io/vovo-docs/dotnetcore/examples/) ## 文档代码 [https://github.com/luoyunchong/vovo-docs](https://github.com/luoyunchong/vovo-docs) ## 项目路线图 [Roadmap](./Roadmap.md) 假设你已经有了C#基础、ASP .NET MVC或其他语言的MVC基础。 本项目以C#语言为示例,结合 ASP .NET Core,集成第三方类库的示例,运用基础组件,写好Demo。如果你是一个 .NET Framework开发者,转去学习 .NET Core,你会发现新的世界,大家定位是应该软件开发工程师,而不只是 .NET 开发工程师。 ## 我正在学习和使用的技术、关注的技术 - Linux:Ubuntu - CLI:PowerShell、Bash - Docker:Docker for windows、Hyper-v、WSL2 - DevOps:Jenkins、Travis CI、Aurze DevOps、GitHub Action - MySQL、Mariadb,PgSQL,influxdb - NoSQL:Redis、MongoDB,ES - Nginx、 - .NET Core、ASP .NET Core - RabbitMQ - SignlaR、WebSocket ## 开源组织 - dotnetcore :.NET Core Community - 官网 [https://www.dotnetcore.xyz](https://www.dotnetcore.xyz) - 开源 [https://github.com/dotnetcore](https://github.com/dotnetcore) - 26个开源项目,都是基于dotnetcore开源的优秀项目。 - abpframework:Web Application Framework for ASP .NET Core - 官网 https://abp.io/ - 开源地址 https://github.com/abpframework - abp vnext 完善的基础设施与文档 https://github.com/abpframework/abp ## 文章 ### 配置项 * 配置项[aspnetcore-Get-Json-Array-using-IConfiguration](https://blog.igeekfan.cn/2019/07/07/dotnetcore/aspnetcore-Get-Json-Array-using-IConfiguration/)