Biztalk Helper Class Question:
Download Questions PDF

Tell me there is a .net helper class which suits to a requirement (in Orchestration) of an application but it is Non-Serializable, how can it be used?

Answer:

Below are the steps:
☛ Add Reference
☛ Make Orchestration as Long running
☛ Add Atomic Scope
☛ Add Expression shape
☛ Orchestration variable of class inside scope
☛ Instance of object inside the scope
☛ Call method

Download Biztalk Helper Class Interview Questions And Answers PDF

Previous QuestionNext Question
Tell me what is a helper class?Explain me does BizTalk support synchronous communication?