batch-processing
-
Build Your First ETL Pipeline with NBatch
Every application eventually needs to move data in bulk — importing a CSV into a database, transforming records between systems, or running nightly data clean-ups. Writing this from scratch means dealing with chunking, error handling, progress tracking, and restartability. That’s a lot of infrastructure code before you even touch your business logic. NBatch is a… Continue reading
