An application utility class (framework) that you can integrate into any .NET application.
Technology selection
Fast.NET v3 version is developed using C#10 and .NET6.NET7.NET8.
Background of the project
In the past, .NET did not have a good open source environment and community in China. As more and more programmers use .NET in China, the domestic open source environment and community are gradually getting better and better.
Various .NET open source frameworks have also emerged in response to the times.
As a newbie who has been working in the .NET industry for N years, I have also used many open source frameworks, so I want to make a small contribution to .NET open source based on my own work experience and experience. Small contribution.
Install
Select the tool module library you need to install. For example:
dotnet add package Fast.NET.Core
example
One line of code is injected into the entire framework, that's it. Nice ~~~
using Fast.NET.Core.Extensions;
WebApplication.CreateBuilder(args).Initialize();
Fast.NET framework infrastructure module library (default other module libraries All inherit this module library)
A newbie who has been working in the .NET industry for N years uses commonly used expansion tools. I personally recommend them and they are absolutely easy to use! ! !
Since it is still in the development stage and all functions are not very stable, the Apache-2.0 open source protocol is used for the time being. After all functions are stable, the MIT open source license will be adopted.
team member
Members
Technology
Nickname
Motto
小方
Full Stack
1.8K仔
Accepting your own mediocrity and ordinaryness is a required course for growth The life you envy is the hardship you have not survived When your ability cannot support you When you are ambitious, you need to calm down and study hard
Coding environment
Name
Remarks
Visual Studio 2022
Visual Studio Code
Resharper
The comments starting with // ReSharper that you see in the code are generated by this application to avoid unnecessary warnings or prompts
Disclaimer
Please do not use it for projects that violate the laws of our country.
This framework can be said to continue to reinvent the wheel based on the predecessors, but it is simpler and more convenient than some frameworks on the market. It's better to use. I don't know if we can talk about it.
There is another point about the recent commercialization of "Furion" that has attracted the attention of many people, including me. I do not make any suggestions or opinions here.
All I can say is that if you find it useful and can be used, then you can continue to use it. If you find it difficult to use, you can use another frame, or choose to make your own wheels.
Supplementary instructions
If it is helpful to you, you can click "Star" in the upper right corner to collect it and get the latest updates. Thank you!