// the find
laochiangx/ABP-ASP.NET-Boilerplate-Project-CMS
ABP module-zero +AdminLTE+Bootstrap Table+jQuery+Redis + sql server+quartz+hangfire权限管理系统
A learning project built on ASP.NET Boilerplate (the old pre-ABP.IO framework) that wires together Module Zero, AdminLTE, Hangfire, Quartz, Redis, and SignalR into a permission management system. It exists as a tutorial series in Chinese, not a production-ready template. Target audience is .NET developers learning ABP's DDD layering for the first time.
The dependency list is genuinely educational — seeing Hangfire and Quartz coexist in one project with ABP's scheduler abstractions is useful for understanding the tradeoffs. The multi-tenant RBAC implementation using Module Zero shows the full lifecycle of roles, permissions, and claims in one place. The blog series (17 chapters) covers the 'why' of each layer in a way most sample projects skip. Redis cache integration is shown end-to-end including the commented-out fallback, which is honest about setup friction.
Dead on arrival for new projects: ASP.NET Boilerplate (not ABP.IO) is in maintenance mode, and this repo targets .NET Framework with VS2017 and SQL Server 2008 — you're starting three major runtime versions behind before writing a line of code. The repo ships compiled binaries in /bin/Debug checked into git, which is sloppy and inflates clone size for no reason. The README badges are all fake placeholders pointing to unrelated repos (rust-lang, atom, dotnetspider) — whoever set this up copy-pasted badge markdown without updating the URLs. Last push was 2023 and the underlying framework it depends on has had no meaningful updates since.