Skip to content
forked from MonkSoul/Furion

Make .NET development simpler, more general and more popular.

License

Notifications You must be signed in to change notification settings

gxlqssjf/Furion-1

This branch is 1761 commits behind MonkSoul/Furion:v4.

Folders and files

NameName
Last commit message
Last commit date
Nov 10, 2022
Nov 28, 2022
Nov 9, 2022
Oct 1, 2022
Nov 28, 2022
Nov 28, 2022
Nov 28, 2022
Nov 24, 2022
Aug 25, 2022
Nov 28, 2022
Nov 8, 2022
Nov 28, 2022
Aug 4, 2021
Nov 22, 2022
Nov 4, 2022
Nov 4, 2022
Mar 31, 2022
Aug 15, 2022
Nov 10, 2022
Oct 1, 2022
Oct 1, 2022
Sep 13, 2022
Nov 4, 2022

Repository files navigation

| En

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 https://localhost:5001 or http://localhost:5000.

Documentation

You can find the Furion documentation on the website or on the backup 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

Make .NET development simpler, more general and more popular.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 99.7%
  • Other 0.3%