CSharp MARC
Last updated July 7, 2012. Created by Nicole Engard on July 7, 2012.
Log in to edit this page.
C# class structures for reading and manipulating Library of Congress MARC records using the MARC21 standard. Based upon the PHP Pear package File_MARC (http://pear.php.net/package/File_MARC) by Dan Scott.
- Convert raw MARC21 or MARCXML records to easily manipulated C# objects, and back to raw
- Records are broken down into native .Net List objects for easy use.
- Add/Insert/Delete from each record's list objects to modify the record
- Source zip contains example code to help you get started.
