How do you specify a custom attribute for the entire assembly (rather than for a class)?
What is reference types in c#?
What is the purpose of the integer parse method the decimal parse method?
Why can?t you specify the accessibility modifier for methods inside the interface?
3 Answers Mind Tree, Siebel Systems,
What?s an abstract class?
This is Kishore i am MCA graduate i have percentage less(52%) in my 10th still i completed .NET course any body tell me how to put fake experience with my BSC degree if you do not mind tell me some fake certificates giving consultencies names in Chennai,Bangalore
Is c# an open source?
what is the default access for a class
What is the difference between == and object.equals?
What is parse method in c#?
There are a class A. Another class B derived from it. Now if I do A a = new B(); and B b = new B(); What will happen in both the statements. And what is the difference between these two statements.
What are verbatim strings in c#?
Okay, so an int is a value type, and a class is a reference type. How can int be derived from object?