Which namespaces are necessary to create a localized application?
What is a race condition?
What are the problem with .NET generics?
Who introduced c#?
What is marshalling and what are different kinds of marshalling?
What is the difference between IEnumerator and IEnumerable?
Why do we use partial class in c#?
Can we have 2 main methods in c#?
What does the This window show in the debugger?
1.write a program in C# to find a given point which is inside in a circle. Given circle's radius and its center point? 2.Write a program in C# to generated 20 prime numbers greater than a given number? (It should be more efficient for large numbers also) 3. Write a Code to check whether a given point is inside a circle or not? given Circle's raduis and its center point. 4. using oops concept, design an elevator do not forget buttons on each floor..
i want o/p 011242110 in c# code.
what are the contents of an assembly ?
What you mean by inner exception in c#?