SharePoint, IronPython, and another lesson in the virtue of laziness
A blog entry from Jon Udell on using IronPython to work with documents accessed via a Sharepoint server:
I’m doing an internal project that involves reading several different data sources from a SharePoint 2007 server, merging them, and posting the merged data back to the server. Being lazy, I wanted to use IronPython, write as little code as possible, and do everything dynamically.
I’m doing an internal project that involves reading several different data sources from a SharePoint 2007 server, merging them, and posting the merged data back to the server. Being lazy, I wanted to use IronPython, write as little code as possible, and do everything dynamically.
Comments
Post a Comment