What is CTS in .Net Framework ?

CTS stands for Common Type System.

In the world of programming, Type of anything plays the key role that is directly proportioned to the memory.

Types like int, string, array or others take its own memory when the program executes. So this becomes more important to pick any data type smartly so that unnecessary memory uses can be reduced.

So when any programme run/execute (by CLR) the CTS ensure that what will be the type and its memory allocation algorithm should follow in order to execute any program efficiently.

CTS play the key role for interoperability of two or more than two languages.


What is Reflection in .Net Framework ?

Comments

  1. Thanks Mounika... Sure I will keep updating.

    ReplyDelete
  2. I would like to say thank you for the amazing details and concepts you are sharing in this.The style of writing is excellent and also the content is top-notch.




    Dot Net Training in Chennai | Dot Net Training in anna nagar | Dot Net Training in omr | Dot Net Training in porur | Dot Net Training in tambaram | Dot Net Training in velachery





    ReplyDelete

Post a Comment

Popular posts from this blog

What is unqork?

What is single page Application in web applications

What is SOLID Principle ?