What are the Types of compatabilities and explain them



What are the Types of compatabilities and explain them..

Answer / Tarun Raj

In .NET, there are three types of compatibility levels that determine the version of the Common Language Runtime (CLR) used by your application:
1. Client Profile: Designed for applications with a smaller memory footprint and faster startup time.
2. Full Profile: Contains all the features available in the .NET Framework, suitable for more complex applications.
3. Custom Profile: Allows you to create a custom configuration that includes only the required assemblies and features.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What are the value types in c#?

1 Answers  


What is a nullreferenceexception and how do I fix it?

1 Answers  


What is .cshtml file?

1 Answers  


Where are all .NET Collection classes located ?

8 Answers   TCS,


What is hashtable in c# with example?

1 Answers  


Which sorting algorithm is best?

1 Answers  


What connections does Microsoft SQL Server support?

3 Answers  


How can encapsulation be achieved?

1 Answers  


Contrast between an interface and abstract class?

1 Answers   Siebel,


Is collection a data structure?

1 Answers  


Does C# support multiple inheritance?

5 Answers  


What are the methods in c#?

1 Answers  


Categories