What is internal and protected-internal accessspecifier in
c#.net?
Answer / lakshmi m
Internal - access is limited to the current assembly
Protected internal- access limited to the current assembly or types derived from the containing class.
Is This Answer Correct ? | 1 Yes | 0 No |
Differentiate between response.expires and response.expiresabsolute?
Hi!!! my question is how we can apply or do Themes in C#.NET? please any sample or website from where i can get the answer.
Are there constructors in c sharp?
Why do we need escape characters?
What is c# used for in the industry?
Explain more on CLR
Can you change the value of a variable while debugging a C# application?
1 Answers Siebel Systems, Wipro,
What is the state of Garbage Collection after dispose() call info C# code?
what is IEquatable
Why do we use void in c#?
why sturcture ? why class?why you prefer structure and in which cases u go for class?
Can datetime be null c#?