up vote 0 down vote favorite
share [g+] share [fb]

I'd like to do SharePoint development with IronPython, but I haven't seen any examples where IronPython is embedded in SharePoint.

Does anyone have a working example that would get me started?

link|improve this question
feedback

1 Answer

What do you mean by embedded in SharePoint? ipy scripts turned into assemblies should behavior properly wherever their C# or VB.Net brethren are used (assuming the IronPython support assemblies are referencable.

I personally love using it as a more powerful scripted stsadm solution since it is hard to do Powershell error handling correctly with SharePoint.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.