# dotnet-demo **Repository Path**: rainbond/dotnet-demo ## Basic Information - **Project Name**: dotnet-demo - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3 - **Created**: 2020-01-08 - **Last Updated**: 2025-03-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 项目说明 此项目为用于[Rainbond](https://www.rainbond.com)平台的.NetCore语言Demo项目,实现了用于演示的Mysql连接和基础API. ## 关于Rainbond对.NetCore语言的支持详见文档: [https://www.rainbond.com/docs/stable/user-manual/app-creation/language-support/netcore.html](https://www.rainbond.com/docs/stable/user-manual/app-creation/language-support/netcore.html) ## API说明 * /api/user GET 查询所有用户信息 * /api/user POST 添加一个用户信息 * /api/user/{id} DELETE 删除指定用户 * /api/user/{id} PUT 更新用户信息