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 ->

Tagged , , , , , , , , , , , , , , , , , , , Leave a comment