c# 4.0 - Terminology : What is C#, C#.Net and C#.Net Framework? -
i'm bit of newbie in c# still, , wondering elements pertain uniquely c# , elements unique .net framework.
are keywords, operators, compiler, compiler errors , preprocessor directives members of c# itself? c# have other members, or of previous members attributed .net framwork?
in addition, in console application, following namespaces used contain .net framework members?
using system; using system.collections.generic; using system.linq; using system.text;
are keywords, operators, compiler, compiler errors , preprocessor directives members of c# itself?
basically. language type, , syntax use, specific c# , c# language , compilers. means keywords , operators specific language (c#), though use types provided framework.
in addition, in console application, following namespaces used contain .net framework members?
yes, namespaces types exist in .net framework itself.
Comments
Post a Comment