What is ienumerable and iqueryable?
what is the use of master pages. how to use it
If I want to override a method 1 of class A and in class b then how do you declare ?
Is c# 8 released?
What is difference between an reference type and value type in C#?
Explain data types in c#?
What are the different types of literals in c#?
What is addressof operator?
why c# is pronounced as C-sharp instead of pronouncing it as C-hash? is there any technical reason behind it?
what is a structure in c#
What is the difference between dictionary and hashtable in c#?
FOR EXAMPLE : CLASS Dotnet { } creating object: Dotnet dn=new Dotnet(); NOW THE QUESTION IS WHICH IS CALLED AS OBJECT ?EITHER dn OR new Dotnet() and CAN YOU PROVE YOUR ANSWER?????PLEASE REPLY...
Can derived classes have greater accessibility than their base types?