Why do you call it a process? What’s different between process and application in .net, not common computer usage, terminology?
What?s a multicast delegate?
Using system; class main { public static void Main() { int a = 1; for (int i = 0; i < 10; i++) { int j = a * 5; Console.WriteLine(a + "*5=" + j); a++; } Console.ReadLine(); } }
How big is a float?
Is it true that all c# types derive from a common base class?
Is as keyword in c#?
What is the use of console readline () in c#?
Define delegation in .net?
What do you mean by stack and heap in c#?
What are the Different kinds of methods?
What is the Difference between read only and constant variables?
Does c# replace c++?
what is unit testing