Skip to content
/ Furion Public
forked from MonkSoul/Furion

🐮 Fur 是 .NET 5 平台下企业应用开发最佳实践框架。(v1.0.0-rc.final.20)

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
LICENSE.zh
Notifications You must be signed in to change notification settings

LiveFly/Furion

 
 

Repository files navigation

一起 v5

| En | Commercial use is allowed, generous sponsorship

Furion

An application framework that you can integrate into any .NET/C# application.

Installation

dotnet add package Furion

Examples

We have several examples on the website. Here is the first one to get you started:

Serve.Run();

[DynamicApiController]
public class HelloService
{
    public string Say() => "Hello, Furion";
}

Open browser access http://localhost:5000.

Documentation

You can find the Furion documentation on the website.

Contributing

The main purpose of this repository is to continue evolving Furion core, making it faster and easier to use. Development of Furion happens in the open on Gitee, and we are grateful to the community for contributing bugfixes and improvements.

Read contribution documents to learn how you can take part in improving Furion.

License

Furion uses the MIT open source license.

About

🐮 Fur 是 .NET 5 平台下企业应用开发最佳实践框架。(v1.0.0-rc.final.20)

Resources

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
LICENSE.zh

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 99.0%
  • Other 1.0%