# AspNETRazorPage-Learning **Repository Path**: yoyocms/asp-netrazor-page-learning ## Basic Information - **Project Name**: AspNETRazorPage-Learning - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-03-22 - **Last Updated**: 2022-03-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # AspNETRazorPage-Learning ASP.NET Core 6 Razor Page 入门教程 配套的源代码 ## 存储过程 ```sql Create Procedure spGetStudentById @Id int as Begin Select * from Students Where Id = @Id End ```