Adding reference: more about mscorlib.dll
VS.Net adds few common references when a new project is created. By default some assemblies do not need any reference. Class “console” for example is located in “mscorlib.dll”, we can use this console class directly, and we do not add reference to this assembly.
0 Comments:
Post a Comment
<< Home