C# is a type-safe, managed and object oriented language, which is compiled by Net framework for generating intermediate language (IL) Below are some of the features supported in C# - * Constructors and Destructors * Properties * Passing Parameters * Arrays * Main * XML Documentation and * Indexers Below are the advantages of C# - * Easy to learn * Object oriented * Component oriented * Part of NET framework
Correct Answer: You can implement a condition by using either of the following ways: => By creating a rule condition - Specifies that you can implement conditions either directly in code or by using a tool, called the Rule Condition Editor Rule conditions are stored in a separate Extensible Markup Language (XML) file When a rule condition occurs in a workflow, the expression in a condition is evaluated and a Boolean value is returned => By creating a code condition - Refers to defining a condition directly in code A code condition can be created by writing a method in the code The method contains code for the condition and returns a Boolean value
4. How can different versions of private assemblies be used in the same application without a re-build?
Correct Answer: You can use different versions of private assemblies in the same application without a re-build by specifying the assembly version in the AssemblyInfocs or AssemblyInfovb file
5. Which utility allows you to reference an assembly in an application?
Correct Answer: An assembly can be referenced by using the gacutilexe utility with the /r option The /r option requires a reference type, a reference ID, and a description
Correct Answer: When two independent processes contend for the same resource or the resources reserved by one another, it is called a deadlock -911 and -913 are the SQLcode for a deadlock
Correct Answer: IDD is the Integrated Data Dictionary It contains information about the elements, record types, sets, maps and dialogues within the database