Is .NET and C# the same thing? (JNNC Technologies)

                                                     http://jnnctechnologies.com/

C# .NET is, as you say, a library of code that .NET languages can talk to. .NETlanguages come in different flavours such asC#.NET, VB.NET, Managed C++, F#. .NET languages compile to CIL (Common Intermediate Language) which means they all start "talking" the same language and can therefore interoperate.

0 Comments

'; (function() { var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js'; (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); })();