VOOZH about

URL: https://www.nuget.org/packages/Fast.ApplicationCore/

⇱ NuGet Gallery | Fast.ApplicationCore 3.4.18.16


ο»Ώ

πŸ‘ Image
Fast.ApplicationCore 3.4.18.16

dotnet add package Fast.ApplicationCore --version 3.4.18.16
 
 
NuGet\Install-Package Fast.ApplicationCore -Version 3.4.18.16
 
 
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Fast.ApplicationCore" Version="3.4.18.16" />
 
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Fast.ApplicationCore" Version="3.4.18.16" />
 
Directory.Packages.props
<PackageReference Include="Fast.ApplicationCore" />
 
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Fast.ApplicationCore --version 3.4.18.16
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Fast.ApplicationCore, 3.4.18.16"
 
 
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Fast.ApplicationCore@3.4.18.16
 
 
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Fast.ApplicationCore&version=3.4.18.16
 
Install as a Cake Addin
#tool nuget:?package=Fast.ApplicationCore&version=3.4.18.16
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

δΈ­ | En

Fast.NET(v3οΌ‰

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

Two lines of code are injected into the entire framework, that’s how Nice ~~~

using Fast.IaaS;
using Fast.NET.Core.Extensions;

var builder = WebApplication.CreateBuilder(args);

//Key code 1: initialization framework
builder.Initialize();

// Key code 2: Add controller.
builder.AddControllers();

var app = builder.Build();

// Mandatory HTTPS.
app.UseHttpsRedirection();

app.UseStaticFiles();

// Enable backward reading.
app.EnableBuffering();

app.UseRouting();

app.UseAuthentication();
app.UseAuthorization();

app.MapControllers();

app.Run();

document

Sorry, I'm working on it...

Update log

Update log Click to view

Detailed functions (module description)

Module name Status Version Description Remarks
Fast.IaaS βœ… πŸ‘ nuget
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! ! !
Fast.NET.Core βœ… πŸ‘ nuget
Fast.NET Framework Core Module Library Because Fast.Core already exists in the Nuget package, it was renamed Fast.NET.Core
Fast.Logging βœ… πŸ‘ nuget
Fast.NET Framework Logging Module Library
Fast.CorsAccessor βœ… πŸ‘ nuget
Fast.NET framework cross-domain processing module library
Fast.Mapster βœ… πŸ‘ nuget
Fast.NET Framework Object Mapping Module Library Based on Mapster Package
Fast.Serialization βœ… πŸ‘ nuget
Fast.NET framework serialization module library Based on System. Text.Json Package
Fast.DependencyInjection βœ… πŸ‘ nuget
Fast.NET Framework Dependency Injection Module Library
Fast.Cache βœ… πŸ‘ nuget
Fast.NET Framework cache module library One in the .NET industry A commonly used Redis cache library for little rookie who has been in the industry for N years, based on CSRedisCore package
Fast.JwtBearer βœ… πŸ‘ nuget
Fast.NET Framework JwtBearer module library
Fast.SqlSugar βœ… πŸ‘ nuget
Fast.NET Framework SqlSugar module library Based on SqlSugar Package
Fast.ApplicationCore βœ… πŸ‘ nuget
Fast.NET Framework Application Core Module Library
Fast.DynamicApplication βœ… πŸ‘ nuget
Fast.NET Framework Dynamic Api Module Library
Fast.UnifyResult βœ… πŸ‘ nuget
Fast.NET framework RESTful style unified return module library
Fast.Swagger βœ… πŸ‘ nuget
Fast.NET Framework Swagger Module Library
Fast.EventBus βœ… πŸ‘ nuget
Fast.NET Framework Event Bus Module Library
Fast.Consul βœ… πŸ‘ nuget
Fast.NET Framework Consul module library Some Consul Commonly used remote service request encapsulation

Recent plans

  • [βœ…] Infrastructure module
  • [βœ…] Core module
  • [βœ…] Cross-domain processing module
  • [βœ…] Object mapping module
  • [βœ…] Redis cache module
  • [βœ…] Serialization module
  • [βœ…] User-Agent parsing module
  • [βœ…] Dependency injection module
  • [βœ…] Dynamic API module
  • [βœ…] Standardized Documentation Module
  • [βœ…] Data verification module
  • [βœ…] Exception module
  • [βœ…] Normalized return module
  • [βœ…] Log module
  • [βœ…] SqlSugar
  • [βœ…] Event bus
  • [⚠️] ...

Status description

Icon Description
⚠️ TBA
⏳ In progress
βœ… Complete
πŸ’” Throw away at any time

protocol

Fast.NET Follow Apache-2.0 Open source license, everyone is welcome to submit PR or Issue.

Apache Open Source License

Copyright Β© 2018-2024 1.8KZi

The right to deal in the Software is hereby granted free of charge to any person obtaining a copy of this software and its related documentation (the "Software"),
Including but not limited to using, copying, modifying, merging, publishing, distributing, sublicensing, selling copies of the Software,
and permit individuals in possession of a copy of the software to do so, subject to the following conditions:

The above copyright notice and this license notice must be included on all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS AND NON-INFRINGEMENT.
In no event shall the author or copyright holder be liable for any claim, damages or other liability,
WHETHER ARISING IN CONTRACT, TORT OR OTHERWISE, IN CONNECTION WITH THE SOFTWARE OR ITS USE OR OTHER DEALINGS.

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<br> The life you envy is the hardship you have not survived<br> 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.

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!
Product Versions Compatible and additional computed target framework versions.
.NET net6.0 net6.0 is compatible.  net6.0-android net6.0-android was computed.  net6.0-ios net6.0-ios was computed.  net6.0-maccatalyst net6.0-maccatalyst was computed.  net6.0-macos net6.0-macos was computed.  net6.0-tvos net6.0-tvos was computed.  net6.0-windows net6.0-windows was computed.  net7.0 net7.0 is compatible.  net7.0-android net7.0-android was computed.  net7.0-ios net7.0-ios was computed.  net7.0-maccatalyst net7.0-maccatalyst was computed.  net7.0-macos net7.0-macos was computed.  net7.0-tvos net7.0-tvos was computed.  net7.0-windows net7.0-windows was computed.  net8.0 net8.0 is compatible.  net8.0-android net8.0-android was computed.  net8.0-browser net8.0-browser was computed.  net8.0-ios net8.0-ios was computed.  net8.0-maccatalyst net8.0-maccatalyst was computed.  net8.0-macos net8.0-macos was computed.  net8.0-tvos net8.0-tvos was computed.  net8.0-windows net8.0-windows was computed.  net9.0 net9.0 was computed.  net9.0-android net9.0-android was computed.  net9.0-browser net9.0-browser was computed.  net9.0-ios net9.0-ios was computed.  net9.0-maccatalyst net9.0-maccatalyst was computed.  net9.0-macos net9.0-macos was computed.  net9.0-tvos net9.0-tvos was computed.  net9.0-windows net9.0-windows was computed.  net10.0 net10.0 was computed.  net10.0-android net10.0-android was computed.  net10.0-browser net10.0-browser was computed.  net10.0-ios net10.0-ios was computed.  net10.0-maccatalyst net10.0-maccatalyst was computed.  net10.0-macos net10.0-macos was computed.  net10.0-tvos net10.0-tvos was computed.  net10.0-windows net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.