https://github.com/monksoul/furion
Make .NET development easier, more versatile, and more popular.
https://github.com/monksoul/furion
dotnet framework microsoft mvc webapi
Last synced: 11 days ago
JSON representation
Make .NET development easier, more versatile, and more popular.
- Host: GitHub
- URL: https://github.com/monksoul/furion
- Owner: monksoul
- License: other
- Created: 2020-06-22T07:29:40.000Z (almost 5 years ago)
- Default Branch: v5-transition
- Last Pushed: 2025-04-08T15:33:22.000Z (14 days ago)
- Last Synced: 2025-04-10T22:17:19.847Z (11 days ago)
- Topics: dotnet, framework, microsoft, mvc, webapi
- Language: C#
- Homepage: https://furion.net
- Size: 1.3 GB
- Stars: 2,156
- Watchers: 61
- Forks: 445
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE-APACHE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
[中](https://gitee.com/dotnetchina/Furion) | **En**
# Furion
An application framework that you can integrate into any .NET/C# application.
## Installation
```powershell
dotnet add package Furion
```## Examples
We have several examples [on the website](https://furion.net). Here is the first one to get you started:
```cs
Serve.Run();[DynamicApiController]
public class HelloService
{
public string Say() => "Hello, Furion";
}
```Open browser access `http://localhost:5000`.
## Documentation
You can find the [Furion](https://gitee.com/dotnetchina/Furion) documentation [on the website](https://furion.net).
## Contributing
The main purpose of this repository is to continue evolving [Furion](https://gitee.com/dotnetchina/Furion) core, making it faster and easier to use. Development of [Furion](https://gitee.com/dotnetchina/Furion) happens in the open on [Gitee](https://gitee.com/dotnetchina/Furion), and we are grateful to the community for contributing bugfixes and improvements.
Read [contribution documents](https://gitee.com/dotnetchina/Furion/blob/v4/CONTRIBUTING.md) to learn how you can take part in improving [Furion](https://gitee.com/dotnetchina/Furion).
## License
[Furion](https://gitee.com/dotnetchina/Furion) is primarily distributed under the terms of both the MIT license and the Apache License (Version 2.0).
See [LICENSE-APACHE](https://gitee.com/dotnetchina/Furion/blob/v4/LICENSE-APACHE), [LICENSE-MIT](https://gitee.com/dotnetchina/Furion/blob/v4/LICENSE-MIT), [COPYRIGHT](https://gitee.com/dotnetchina/Furion/blob/v4/COPYRIGHT.md) and [DISCLAIMER](https://gitee.com/dotnetchina/Furion/blob/v4/DISCLAIMER.md) for details.
[](https://baiqian.com)