Skip to content

Articles

Payroll Automation Series

Article Description Links
Introducing Payroll Engine An introduction to the open-source Payroll Engine — architecture, key concepts and getting started. dev.to
Building Domain Frameworks for Business Applications Design principles for separating framework infrastructure from domain/business logic in .NET applications. dev.to
No-Code and Low-Code for Payroll Software Development How Regulators build payroll rules without deep programming skills, using actions, scripts, and test-driven regulation development. Docs, dev.to
Travel through Time Data How field-level historization with variable evaluation dates enables past, present, and future views of business data. Docs, dev.to, GitHub
Use Case Driven Development with Low-Code Structuring payroll regulation development around use cases using low-code techniques. dev.to, GitHub
Create a timesheet-based payroll application Step-by-step guide to building a timesheet-driven payroll application with the Payroll Engine. dev.to

.NET API Development Series

Article Description Links
Structured ASP.NET Localization A structured approach to organizing and maintaining localization in ASP.NET applications. dev.to, GitHub
Time Period Library for .NET A .NET library for working with time periods, ranges and calendars. dev.to, GitHub
REST API Visibility Control Controlling which endpoints and fields are exposed per client or tenant in a .NET REST API. dev.to, GitHub
Data-driven Localization for .NET REST APIs Managing localization data through the API itself rather than static resource files. dev.to, GitHub
Power your .NET REST API with data queries and reports Extending a .NET REST API with OData-style queries and integrated report generation. dev.to, GitHub
Service Registration and Decoration in ASP.NET Core Advanced patterns for service registration, decoration and composition in ASP.NET Core DI. dev.to
High-performance backend scripting for .NET ⭐ Techniques for compiling and executing C# scripts at runtime in .NET backend services. dev.to, GitHub

Further Reading

Article Description Links
Test Driven Payroll Software Developing a scalable payroll application with automated testing — using JSON or code to verify business cases, retroactive mutations and forecasts. Documentation
Software for Payroll Service Providers Separating the payroll service from the software platform — how domain-oriented payroll software enables service providers to automate and adapt client solutions independently. Documentation
Payroll Software rethought Why new payroll software is necessary despite oversupply — the redesign objectives and innovations behind the Payroll Engine. Documentation
Design of a scalable Payroll Software Domain-driven software architecture — how the separation of framework and domain application enables agile payroll development. Documentation