Login Login
MORE

WIDGETS

Widgets

Wanted articles
Who is online?
Article tools

CSharp:BackgroudDataProcess

From Aino Wiki

Jump to: navigation, search

HangFire

An easy way to perform background processing in .NET and .NET Core applications. No Windows Service or separate process required.
Backed by persistent storage. Open and free for commercial use.
Sito ufficiale hangfire.io
C'è una libreria analoga per Java.
E' usato quando serve eseguire un processo in background.

etc

using System;

private void Prova()
{
    for (int i = 0; i < 4; i++)
    {
        // Commento
    }
}
using System;
 
private void Prova()
{
    for (int i = 0; i < 4; i++)
    {
        // Commento
    }
}

-- Commento
SELECT * 
FROM Tabella
WHERE 1=1

Mappa e Link


C# | Librerie di terze parti PlugIn


Visual Studio | MS SQL | Dizionario


Parole chiave:

Author