What is alias ? Is it used in .Net ?
No Answer is Posted For this Question
Be the First to Post Answer
What is RCW (Run time Callable Wrappers)?
What is typical about a windows process in regards to memory allocation in .net?
What are the contents of assembly?
differance between checkbox and rediobutton in vb.net?
What application do you use to install a Windows service?
What are Sessions?
I was working for software company frm 2005 to 2009. I left job due to recession.I was jobless till dec 09 then i got job in bpo and i am not knowing what to do as my professional experience is with software.give me any suggestion.
How does you handle this COM components developed in other programming languages in .NET?
How to find methods of a assembly file (not using ILDASM) Reflection
Is there built-in support for tracing?
String[] a = new string[10] for(i=0; i<10; i++) { a[i] = i; } How many heap object will be created for this array. Choose the answer below. Ans: 1, 10, 11, 12
What is Method Overriding? How to override a function in C#?