R4R
Right Place For Right Person TM
R4R C# C# FAQS C# Interview Questions and Answers

 


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 14

Questions 66 
Is there regular expression (regex) support available to C# developers?

Answer
Yes. The .NET class libraries provide support for regular expressions. Look at the documentation for the System.Text.RegularExpressions namespace.

Questions 67 Will finally block get executed if the exception had not occurred? 

Answer
yes,finally block will get executed if the exception had not occurred

Questions 68 
Can you prevent your class from being inherited and becoming a base class for some other classes? 

Answer
Yes,we can prevent class from being inherited by using sealed class, keyword sealed in the class definition is for. The developer trying to derive from your class will get a message: cannot inherit from Sealed class Whatever BaseClassName. It is the same concept as final class in Java.

Questions 69 
What is delay signing?

Answer
Delay signing:-It allows you to place a shared assembly in the GAC by signing the assembly with just the public key. This allows the assembly to be signed with the private key at a later stage, when the development process is complete and the component or assembly is ready to be deployed. This process enables developers to work with shared assemblies as if they were strongly named, and it secures the private key of the signature from being accessed at different stages of development.

Questions 70 
How do I make a DLL in C#? 

Answer
To make a Dll in C# we need to use the /target:library compiler option.


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
Share |

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

New Updates

R4R
R4R
R4R
R4R
R4R
R4R
R4R
R4R