-
Recent Posts
-
February 2012 M T W T F S S « Apr 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 Archives
Tag Archives: What is CTS?
.NET Frequently Asked Questions
1. What is meant by the .NET framework? The Microsoft .NET Framework is a standards-based, language independent application development and execution environment. It consists of a runtime environment called the CLR (common language runtime) and a set of libraries called .NET Class Libraries to enhance programmers’ efficiency and productivity. 2. What are the different types of JIT compilers? JIT compiler is a part of .NET runtime execution environment. There are three types of JIT compilers, pre-JIT, Econo-JIT and Normal-JIT. 3. … More ->