Script Functoid - inline c# vs GAC



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

.



Relevant Pages

  • RE: Biztalk Custom Functoid Question
    ... Hi Linda, the System.Diagnostics isn't callable from inline c#. ... referencing the assembly from the map. ... | I referenced the event log as ...
    (microsoft.public.biztalk.general)
  • Re: Biztalk Custom Functoid Question
    ... > Hi Linda, the System.Diagnostics isn't callable from inline c#. ... > referencing the assembly from the map. ... > | I need to write error messages to the application event log from within ...
    (microsoft.public.biztalk.general)
  • Re: Script Functoid - inline c# vs GAC
    ... 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 ... I tend to use inline code unless in my maps to keep everything ...
    (microsoft.public.biztalk.server)
  • Map Inline Script Error
    ... I have the following simple Inline C# code in my map to get machine name. ... Inline Script Error: The type or namespace name 'Net' does not exist in the ... I have System.dll in my project reference. ...
    (microsoft.public.biztalk.general)
  • Inline C# vs External Assemblies
    ... I am currently working on a BizTalk project that has an external C# assembly to provide some date conversion functions using the System.Globalisation.Calendar class within a map. ... any alternatives to using the Calendar class to return the current week of the year that would be compatible with inline C#. ...
    (microsoft.public.biztalk.general)

Loading