Write one code example for compile time binding and one for run time binding? What is early/late binding?
1029I have 3 overloaded constructors in my class. In order to avoid making instance of the class do I need to make all constructors to private?
964How can you write a class to restrict that only one object of this class can be created (Singleton class)?
943Write a program to create a user control with name and surname as data members and login as method and also the code to call it. (Hint use event delegates) Practical Example of Passing an Events to delegates
884
can you allow a class to be inherited, but prevent the method from being over-ridden?
How does dictionary work in c#?
what is difference between destruct or and garbage collection ?
What is interface c#?
What is the default value of guid in c#?
Explain about Oops concept
Why abstraction is used in c#?
What are the different types of assemblies available and their purpose?
Write a program to create a user control with name and surname as data members and login as method and also the code to call it. (Hint use event delegates) Practical Example of Passing an Events to delegates
How do I do a case-insensitive string comparison?
How can I develop an application that automatically updates itself from the web?
Is java better than c#?
What are the different types of assembly?
can you create a function in c# which can accept varying number of arguments
What is thread in c#?