Click here to Skip to main content
15,890,845 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hey Guys.

Hope you are doing great.I have seen/heard the followings advantages of first converting c#(or vb.net) code to MSIL



1)Resource Management
2)object life time management
3)Reflection
4)Typesafe
5)Debugging options


am i right and can anybody put some light(or Explain) in first two points ?
Thanks in advance.
Posted

1 solution

Both 1,2 have nothing to do with MSIL and there is no benefit since they are handled by the CLR (common language runtime) and BCL (base class libraries) internally.

Generally you don't need to know IL unless you are doing runtime code generation or reverse engineering.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900