Diiference
-
what is the difference between console.writeline and system.console.writeline??
-
what is the difference between console.writeline and system.console.writeline??
-
what is the difference between console.writeline and system.console.writeline??
of course this is a basic question, But if you want really know what's is difference between this, I am try clear you confusion. First of All what is the Role of System. we can say System is main DLL or Parent DLL. When we are using the
using System;
system automatic call this DLL. you can seen many DLL call by default in Code Behind Page like this
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.Services;
using System.Data;When we not used the Using System; Our system compiler Generate the Error like that
The type or namespace name 'EventArgs' could not be found (are you missing a using directive or an assembly reference)
why we again Repeat this world System.Console.output. sorry I have no time more for explain. try understand itself. Happy coding :confused: jsb