Write one code example for compile time binding and one for run time binding? What is early/late binding?
1028I 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?
963How can you write a class to restrict that only one object of this class can be created (Singleton class)?
941Write 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
882
What does the parsefloat function do?
What is Custom attribute? How to create? If I'm having custom attribute in an assembly, how to say that name in the code?
How does bitwise work?
Explain About .NET Framework
What is strongly typed in c#?
How do I create multifile assembly?
Explain how to use an extender provider in the project.
What will be the output of the following code?
What basic steps are needed to display a simple report in crystal?
How do I convert a string to an int in c#?
Write down the c# syntax to catch an exception
What are the desktop applications?
What language do desktop applications use?
What is meant by generics in c#?
Explain the process of polymorphism with an example?