This document was generated from CDN thread
Created by: Chris Swinney on 20-03-2012 09:47:54 AM
Hey all,
C# is not the only language of .net. In fact, as all code in all languages using the the .net framework compiles down to the same bytecode, it become less important, even irrelevant, what language the programmer actually decides to program in. Pretty much most functionality (certainly at the application level), is available across all languages making it even less essential to learn a new language just to get access to some hard core system functionality.
As .Net is a framework, limiting these forums to just C# might be a bit short-sighted.
Just a thought.
Chris