../images/Emo41.gif התשובות שלי... ../images/Emo26.gif
1) B - UML is a language to define and design programs. (could be C, too) 2) Design Patterns are A - Prepared solutions for known problems. 3) CLR is A - the engine that runs .NET (by elimination, all others are wrong). 4) I think that COM+ is B - Set of services for enterprise software. (not sure -- could be C too) 5) the GAC is D. 6) C (Overriding, you mean?) 7) All the elements that a class can be built from are D - field, method, property, event. 8) If an assembly needs to be in a GAC, all i have to do is add a strong name. (D) 9) The difference between the DataReader and the DataSet is B - DataSet holds its data internally, while the DataReader keeps his data at the server. (there are more differences, but this is the best answer). 10) Delegates are A - some kind of pointers to functions (erm, no functions in C#! only methods!
) 11) Static functions are B - functions that are a part of the type and not of the object. 12) XPath is B - Language that enables us to address parts of an XML document. 13) If i want to change HTML on the client side, I need to use C - User Client side script (JS/VBS) and DHTML. 14) C. 15) C - the stringbuilder's append method. 16) B/C - not sure. 17) ugh, i don't know COM
18) D (too long to type, my hand hurts
) 19) B (COM is not a part of .NET) 20) i think it's A. 21) C. 22) don't know COM+... 23) B 24) C 25) B (could be C, too) 26) B 27) A (see "Walla"
) 28) B 29) If you meant creating them from scratch, the answer is D, if you meant only loading them, the answer is C. 30) D.