HangFire.SqlServer 1.4.0-beta1

This is a prerelease version of HangFire.SqlServer.
There is a newer version of this package available.
See the version list below for details.
dotnet add package HangFire.SqlServer --version 1.4.0-beta1
                    
NuGet\Install-Package HangFire.SqlServer -Version 1.4.0-beta1
                    
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="HangFire.SqlServer" Version="1.4.0-beta1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="HangFire.SqlServer" Version="1.4.0-beta1" />
                    
Directory.Packages.props
<PackageReference Include="HangFire.SqlServer" />
                    
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 HangFire.SqlServer --version 1.4.0-beta1
                    
#r "nuget: HangFire.SqlServer, 1.4.0-beta1"
                    
#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.
#addin nuget:?package=HangFire.SqlServer&version=1.4.0-beta1&prerelease
                    
Install HangFire.SqlServer as a Cake Addin
#tool nuget:?package=HangFire.SqlServer&version=1.4.0-beta1&prerelease
                    
Install HangFire.SqlServer as a Cake Tool

SQL Server 2008+ (including Express), SQL Server LocalDB and SQL Azure storage support for Hangfire (background job system for ASP.NET applications).

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

GitHub repositories (24)

Showing the top 20 popular GitHub repositories that depend on HangFire.SqlServer:

Repository Stars
abpframework/abp
Open-source web application framework for ASP.NET Core! Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET. Provides the fundamental infrastructure, cross-cutting-concern implementations, startup templates, application modules, UI themes, tooling and documentation.
dotnetcore/Util
Util是一个.Net平台下的应用框架,旨在提升中小团队的开发能力,由工具类、分层架构基类、Ui组件,配套代码生成模板,权限等组成。
simplcommerce/SimplCommerce
A simple, cross platform, modulith ecommerce system built on .NET
VirtoCommerce/vc-platform
Virto Commerce B2B Innovation Platform
CodeMazeBlog/CodeMazeGuides
The main repository for all the Code Maze guides
colinin/abp-next-admin
这是基于vue-vben-admin 模板适用于abp vNext的前端管理项目
HTBox/allReady
This repo contains the code for allReady, an open-source solution focused on increasing awareness, efficiency and impact of preparedness campaigns as they are delivered by humanitarian and disaster response organizations in local communities.
BehzadDara/SampleProject
laochiangx/ABP-ASP.NET-Boilerplate-Project-CMS
ABP module-zero +AdminLTE+Bootstrap Table+jQuery+Redis + sql server+quartz+hangfire权限管理系统
yuzd/Hangfire.HttpJob
httpjob for Hangfire,restful api for Hangfire,job调度与业务分离
axzxs2001/Asp.NetCoreExperiment
原来所有项目都移动到**OleVersion**目录下进行保留。新的案例装以.net 5.0为主,一部分对以前案例进行升级,一部分将以前的工作经验总结出来,以供大家参考!
ivaylokenov/Architecture-of-ASP.NET-Core-Microservices-Applications
Architecture of ASP.NET Core Microservices Applications
xiajingren/HelloAbp
ABP vNext + vue-element-admin入门级项目实践
Warewolf-ESB/Warewolf
Effortless Microservice Design and Integration. This repository includes the code-base for the Warewolf Studio and Server.
MrCMS/MrCMS
Mr CMS is an open source C# MVC CMS Framework
bamotav/Hangfire.RecurringJobAdmin
A dashboard to manage Hangfire's recurring jobs.
icsharp/Hangfire.RecurringJobExtensions
Extensions for Hangfire to build RecurringJob automatically
gnsilence/HangfireHttpJob
hangfire的拓展程序,在原作者基础上增加了一些功能,调用api的方式来执行定时任务
stoveproject/Stove
Domain Driven Design oriented application framework, meets CRUD needs
markjprice/apps-services-net8
Repository for the Packt Publishing book titled "Apps and Services with .NET 8" by Mark J. Price
Version Downloads Last updated
1.4.2 4,671 5/6/2015
1.4.1 6,339 4/14/2015
1.4.0 633 4/13/2015
1.4.0-rc2 95 4/11/2015
1.4.0-rc1 109 4/9/2015
1.4.0-beta1 271 3/19/2015
1.3.4 12,020 2/4/2015
1.3.3 1,343 1/28/2015
1.3.2 460 1/27/2015
1.3.1 2,449 1/13/2015
1.3.0 2,803 12/10/2014
1.2.2 2,218 11/24/2014
1.2.1 270 11/22/2014
1.2.0 1,195 11/17/2014
1.1.1 9,635 9/5/2014
1.1.0 843 9/3/2014
1.0.2 3,406 7/1/2014
1.0.1 164 6/30/2014
1.0.0 128 6/30/2014
0.9.1 509 6/12/2014
0.9.0 133 6/7/2014
0.8.3 105 5/23/2014
0.8.2 95 5/21/2014
0.8.1 121 5/17/2014
0.8.0 189 5/2/2014
0.7.5 95 4/10/2014
0.7.4 92 4/7/2014
0.7.3 94 4/4/2014
0.7.1 88 4/1/2014
0.7.0 80 3/22/2014

https://github.com/HangfireIO/Hangfire/releases
   
1.4.0
* Added – Make the expiration check interval configurable (by @travisblakeney).
* Changed – Use read committed or parent transaction isolation level instead of `serializable`.
* Changed – Automatically aggregate records in `Hangfire.Counter` table.
* Changed – Add indexes to prevent blocking rows by Expiration Manager.
* Changed – Remove the `with tablock` hint from the expiration cleanup (by @travisblakeney).