07-22-05 10:50 PM
I'm not sure there is a performance hit for using inline C# vs. calling an
external assembly from your map since the map is compiled into an assembly
anyway. I tend to use inline code unless in my maps to keep everything
"together".
--
Jeff Lynch
"A BizTalk Enthusiast"
http://codebetter.com/blogs/jeff.lynch
"pfeifest" <pfeifest@hotmail.com> wrote in message
news:1122060366.176386.198520@g47g2000cwa.googlegroups.com...
> Hello-
>
> When I am using the Script functoid in the mapper when would I use
> inline c# vs the GAC?
>
> I assume I'd use inline c# when the code is specific to that map and
> won't be used anywhere else. I also assume it can be inline when
> minimal numbers of transactions are running through that map.
>
> Thanks-
>
> pfeifest
>
[ Post a follow-up to this message ]
|