How does the .NET framework work?
•.NET framework-based applications that are written in supportive languages like C#, F#, or Visual basic are compiled to Common Intermediate Language (CIL).
•Compiled code is stored in the form of an assembly file that has a .dll or .exe file extension.
| Is This Answer Correct ? | 0 Yes | 0 No |
Tell us the differences between an interface and an abstract class in .net?
What is the use of common language runtime?
in hibernate, what is dirty reading?
Can you edit data in repeater control? How?
When would you use .NET Remoting and when Web services?
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 are Attributes in .NET?
What method do you use to explicitly kill a users session? How?
What is the difference between boxing and unboxing?
What is the best way to crack the certification?
What is finalize method in .net?
What is the difference between vb.net and vc#.net?