codebeside

SharePoint Workflow Codebeside Assembly and Class

How can I find the codebeside assembly and class for a SharePoint workflow? For a workflow association (SPWorkflowAssociation) I want to find the name of the assembly and the name of the codebeside class for the workflow. After that I want to load the assembly and extract some information about the activities in the workflow. Please note...

Using XSLT with codebeside ?

I find XSLT useful for a number of renderings (without too much logic builtin). When XSLT doesn't do the job, creating the functionality as an XSLT extension in .Net is a simple way to get the full power and functionality of the C#. However - I've been unable to work out if XSLT extensions can be done in CodeBeside code ? I've only been...