What is jit compilers?
No Answer is Posted For this Question
Be the First to Post Answer
How server form post-back works?
Explain the difference between garbage collections in .net 4.0 and earlier versions?
what is prototype design pattern in .net
What is portable executable (PE)?
Explain how does assembly versioning work?
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 the single responsibility principle?
Is .net is platform independent. If am using solaris, installing .net first u had to install framework, so framework is .exe file then it will not take in solaris or any other than windows,then how .net is platform independent.
Explain the difference between task and thread in .net?
With these events, why wouldn't microsoft combine invalidate and paint, so that you wouldn't have to tell it to repaint, and then to force it to repaint?
What are Satellite Assemblies? How you will create this? How will you get the different language strings?
What are the core differences between .NET Languages ?