surjit


{ City } bangalore
< Country > india
* Profession * architect
User No # 18516
Total Questions Posted # 0
Total Answers Posted # 6

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 74
Users Marked my Answers as Wrong # 18
Questions / { surjit }
Questions Answers Category Views Company eMail




Answers / { surjit }

Question { Infosys, 63992 }

what is the main difference between high and low level
design in sdlc


Answer

HLD: DFD , FLOW CHART showing ligh view of app.
LLD : Class diagram with all information like methods etc ,
state diagram

Is This Answer Correct ?    15 Yes 5 No

Question { KPIT, 9414 }

In BizTalk development where and how you have to use custom
developed .NET components?


Answer

use custom developed .NET components by calling
external .NET
assemblies

Surjit
Bangalore

Is This Answer Correct ?    9 Yes 1 No


Question { 9298 }

How to version your schema?


Answer

Use Document Version attribute of schema

Is This Answer Correct ?    2 Yes 1 No

Question { 6332 }

what is custom pipeline and the use of custom pipeline ?
why and how we use custom pipeline?


Answer

Custom Pipeline components extend the behavior of Pipelines
to include processing data of virtually any format. They
can be a powerful solution if you support legacy systems
that require integration with other products, but your
legacy data format does not follow standards.

Is This Answer Correct ?    3 Yes 1 No

Question { 12671 }

in which case you have to use updategram and stored
procedure?


Answer

Use it for SQL schema generation using Add Generated items
wizard.

Use it for Send and receive Port

Is This Answer Correct ?    11 Yes 7 No

Question { 17127 }

what is typed and untyped dataset


Answer

Typed vs. Untyped Datasets
A DataSet can be Typed or Untyped. The difference between
the two lies in the fact that a Typed DataSet has a schema
and an Untyped DataSet does not have one. It should be
noted that the Typed Datasets have more support in Visual
studio.

Is This Answer Correct ?    34 Yes 3 No