A framework that makes.NET development easier, more generic, and more popular

A framework that makes.NET development easier, more generic, and more popular

2022-09-02 0 532
Resource Number 38035 Last Updated 2025-02-24
¥ 0USD Upgrade VIP
Download Now Matters needing attention
Can't download? Please contact customer service to submit a link error!
Value-added Service: Installation Guide Environment Configuration Secondary Development Template Modification Source Code Installation

This issue recommends a Jean. NET to develop a simpler, more versatile, and more popular project – Furion.

A framework that makes.NET development easier, more generic, and more popular插图

Furion is an application framework based on the.net5/6 platform that you can integrate into any.NET/C# application.

Furion has the following characteristics:

  • New look: Based on the.NET5/6 platform, no historical baggage
  • Minimal dependencies: The framework relies on only two third-party packages
  • Easy to get started: Only Inject() is needed to complete the configuration
  • Rapid development: Built-in rich enterprise application development functions
  • Extremely flexible: easily cope with changing and complex requirements
  • Easy to maintain: A unique architectural idea designed for long-term maintenance
  • Complete documentation: Provides comprehensive development documentation
  • Cross-platform: Supports all major operating systems and all.NET project types

function module

A framework that makes.NET development easier, more generic, and more popular插图1

Frame dependency

Furion, in pursuit of fast entry, extreme performance, does not use or reduce third party dependence as much as possible. Currently, Furion only integrates the following two dependencies:

  • MiniProfiler: Required for performance analysis and monitoring
  • Swashbuckle: Swagger interface documentation

Small but complete. Even though Furion only integrates these two dependencies, the mainstream dependency injection/inversion of control, AOP aspect oriented programming, event bus, data validation, database manipulation, etc., are not lost.

environmental requirement

  • Visual Studio 2019 16.8 +
  • .NET 5 SDK +
  • .Net Standard 2.1 +

supporting platform

  • operating environment

A framework that makes.NET development easier, more generic, and more popular插图2

  • database

A framework that makes.NET development easier, more generic, and more popular插图3

  • application deployment

A framework that makes.NET development easier, more generic, and more popular插图4

On performance

Furion currently uses Visual Studio 2019 16.8’s built-in performance test and JMeter for testing. Due to limited space, only part of the test diagram is posted. The test results are as follows:

A framework that makes.NET development easier, more generic, and more popular插图5

Simple use

Entry requirements: Have a basic understanding of.NET Core/ASP.NET Core, have not yet touched ASP.NET Core basics | Microsoft Docs

1. Create a Web project

Environment requirements: Before using Furion, make sure you have the latest.NET 5 SDK installed and upgrade Visual Studio 2019 to the latest version.

To create an ASP.NET Core Web application:

  • Open Visual Studio 2019 and create the Web project

A framework that makes.NET development easier, more generic, and more popular插图6

  • Configuration item name

A framework that makes.NET development easier, more generic, and more popular插图7

  • Select the WebAPI project

A framework that makes.NET development easier, more generic, and more popular插图8

Special note: Furion already has the Swagger normalization library built in, so you don’t need to check the Enable OpenAPI support option when creating. Otherwise, a message is displayed indicating version inconsistency and conflict.

2. Add Furion dependency packages

A framework that makes.NET development easier, more generic, and more popular插图9

3. Furion Basic configuration

  • Program.cs Add Inject()
using Microsoft.AspNetCore.Hosting;
using Microsoft.Extensions.Hosting;

namespace FurionStart
{
    public class Program
    {
        public static void Main(string[] args)
        {
            CreateHostBuilder(args).Build().Run();
        }

        public static IHostBuilder CreateHostBuilder(string[] args) =>
            Host.CreateDefaultBuilder(args)
                .ConfigureWebHostDefaults(webBuilder =>
                {
                    webBuilder
                    .Inject()   // Add this line
                    .UseStartup<Startup>();
                });
    }
}
  • Add two Inject() to Startup.cs
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Hosting;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Hosting;

namespace FurionStart
{
    public class Startup
    {
        public Startup(IConfiguration configuration)
        {
            Configuration = configuration;
        }

        public IConfiguration Configuration { get; }

        public void ConfigureServices(IServiceCollection services)
        {
            services.AddControllers().AddInject();  // add AddInject();
        }

        public void Configure(IApplicationBuilder app, IWebHostEnvironment env)
        {
            if (env.IsDevelopment())
            {
                app.UseDeveloperExceptionPage();
            }

            app.UseHttpsRedirection();

            app.UseRouting();

            app.UseAuthorization();

            // Add this line,If it is MVC and API co-existing project,No addition string.Empty
            app.UseInject(string.Empty);

            app.UseEndpoints(endpoints =>
            {
                endpoints.MapControllers();
            });
        }
    }
}

Tip: If app.UseInject() does not enter an argument, the default address is /api, and if string.Empty is/directory. If you enter any string, it is/any string directory.

4.Launch browser

Launch your browser to see the effect.

A framework that makes.NET development easier, more generic, and more popular插图10

You can read more on your own.

资源下载此资源为免费资源立即下载
Telegram:@John_Software

Disclaimer: This article is published by a third party and represents the views of the author only and has nothing to do with this website. This site does not make any guarantee or commitment to the authenticity, completeness and timeliness of this article and all or part of its content, please readers for reference only, and please verify the relevant content. The publication or republication of articles by this website for the purpose of conveying more information does not mean that it endorses its views or confirms its description, nor does it mean that this website is responsible for its authenticity.

Ictcoder Free source code A framework that makes.NET development easier, more generic, and more popular https://ictcoder.com/kyym/a-framework-that-makes-net-development-easier-more-generic-and-more-popular.html

Share free open-source source code

Q&A
  • 1, automatic: after taking the photo, click the (download) link to download; 2. Manual: After taking the photo, contact the seller to issue it or contact the official to find the developer to ship.
View details
  • 1, the default transaction cycle of the source code: manual delivery of goods for 1-3 days, and the user payment amount will enter the platform guarantee until the completion of the transaction or 3-7 days can be issued, in case of disputes indefinitely extend the collection amount until the dispute is resolved or refunded!
View details
  • 1. Heptalon will permanently archive the process of trading between the two parties and the snapshots of the traded goods to ensure that the transaction is true, effective and safe! 2, Seven PAWS can not guarantee such as "permanent package update", "permanent technical support" and other similar transactions after the merchant commitment, please identify the buyer; 3, in the source code at the same time there is a website demonstration and picture demonstration, and the site is inconsistent with the diagram, the default according to the diagram as the dispute evaluation basis (except for special statements or agreement); 4, in the absence of "no legitimate basis for refund", the commodity written "once sold, no support for refund" and other similar statements, shall be deemed invalid; 5, before the shooting, the transaction content agreed by the two parties on QQ can also be the basis for dispute judgment (agreement and description of the conflict, the agreement shall prevail); 6, because the chat record can be used as the basis for dispute judgment, so when the two sides contact, only communicate with the other party on the QQ and mobile phone number left on the systemhere, in case the other party does not recognize self-commitment. 7, although the probability of disputes is very small, but be sure to retain such important information as chat records, mobile phone messages, etc., in case of disputes, it is convenient for seven PAWS to intervene in rapid processing.
View details
  • 1. As a third-party intermediary platform, Qichou protects the security of the transaction and the rights and interests of both buyers and sellers according to the transaction contract (commodity description, content agreed before the transaction); 2, non-platform online trading projects, any consequences have nothing to do with mutual site; No matter the seller for any reason to require offline transactions, please contact the management report.
View details

Related Article

make a comment
No comments available at the moment
Official customer service team

To solve your worries - 24 hours online professional service