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 |
What is cshtml extension?
What is public void in c#?
code to generate a excel sheet and to write data into it --- -it has to fetch the excel sheet which is in one folder placed by us inside a project folder(i,e it has to create a instance of that excel sheet) and write the data into it row by row please respond as early as possible
What is call back method?
What are the Types of instancing properties and explain each. Explain the difference between multiuse,singleuse and globalmultiuse and which is default
What is xml serialization and deserialization in c#?
Is inheritance possible in c sharp?
How?s method overriding different from overloading?
What is use of a HashTable in .NET?
Which technology is best for desktop application?
what is the main differnce between const,readonly and static
3 Answers Beehive Systems, CDAC,
What are different properties provided by Object-oriented systems?