I need to write a job to create 1000s of items in Sitecore. I want to avoid, since there are 100s of fields:
newItem.Fields["Title"].Value = "NewValue1";
Can I use GlassMapper (which I believe needs to run in the MVC context) or an equivalent to do this instead?