Totel:418 Click:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84
C# Interview Questions And Answers
Page 18
Questions 86
What namespaces are necessary to create a localized application?
Answer
The Namespace are necessary to create a localized application is System.Globalization, System.Resources.
Questions 87
What’s a satellite assembly?
Answer
Satellite Assembly:-When you write a multilingual or multi-cultural application in .NET, and want to distribute the core application separately from the localized modules, the localized assemblies that modify the core application are called satellite assemblies.
Questions 88
Question:-How’s the DLL Hell problem solved in .NET?
Answer
Since Assembly versioning allows the application to specify not only the library it needs to run (which was available under Win32), but also the version of the assembly.
Questions 89
Question:-What’s a multicast delegate?
Answer
Multicast delegate is a delegate that points to and eventually fires off several methods.
Questions 90
Question:-What’s a delegate?
Answer
A delegate object encapsulates a reference to a method. In C++ they were referred to as function pointers.
Goto Page:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84
C# Objective Questions And Answers
C# Objective Questions And Answers
C# Interview Questions And Answers
C# Subjective Questions And Answers
R4R,C# Objective, C# Subjective, C# Interview Questions And Answers,C#,C# Interview,C# Questions ,C# Answers