What do you mean by shared assembly?
No Answer is Posted For this Question
Be the First to Post Answer
How string definitions will prevent escaping on backslashes in C#?
What are strings in c#?
What is the purpose of namespace?
What is the Difference between value and reference type?
What is the difference between Hash Table and Arrays?
Define a class and an object?
Are arrays value types or reference types?
What is system predicate?
What is the difference between a field and a property 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...
Will the following code compile?
What is the major difference between a custom control and user control?