C# - What's new in C# 1.0?

You will need Visual Studio .NET 2002 or higher. (Released February 2002). .NET Framework. 1.0.


C# 1.0 introduced managed code.


Key features:
  1. The CLR
  2. The .NET framework
  3. MSIL
  4. JIT
  5. garbage collection
  6. delegates
  7. events
  8. properties
  9. assemblies
  10. type information
  11. versioning
  12. strong names
  13. COM interop (RCW, CCW)
  14. reflection
  15. pinvoke

Ads by Google


Ask a question, send a comment, or report a problem - click here to contact me.

© Richard McGrath