# KnownSample **Repository Path**: fasterfish/known-sample ## Basic Information - **Project Name**: KnownSample - **Description**: 基于Known开发框架的项目示例。 - **Primary Language**: C# - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 8 - **Created**: 2023-07-04 - **Last Updated**: 2023-07-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # KnownSample KnownSample是基于Known开发框架的项目示例。 Known是基于C#和Blazor开发的前后端分离快速开发框架,开箱即用,跨平台,一处代码,多处运行。 [![star](https://gitee.com/known/Known/badge/star.svg?theme=dark)](https://gitee.com/known/Known/stargazers) [![fork](https://gitee.com/known/Known/badge/fork.svg?theme=dark)](https://gitee.com/known/Known/members) [![GitHub license](https://img.shields.io/badge/license-Apache2-yellow)](https://gitee.com/known/Known/blob/master/LICENSE) [项目地址](https://gitee.com/known/Known) ### 项目结构 ``` ├─Test ->项目前后端共用库,客户端和实体类等。 ├─Test.Core ->项目后端库,控制器、服务、数据访问等。 ├─Test.Razor ->项目前端库,模块页面和表单。 ├─Test.Client ->Web前端,Blazor WebAssembly。 ├─Test.Server ->Web后端。 ├─Test.WinForm ->WinForm窗体及Razor页面。 ├─TestAlone ->桌面exe程序。 ``` ### 效果图 ![Web效果图](https://gitee.com/known/Known/raw/master/Document/images/Web.png)