Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. Diiference

Diiference

Scheduled Pinned Locked Moved ASP.NET
question
3 Posts 3 Posters 1 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T Offline
    T Offline
    tsunamigang
    wrote on last edited by
    #1

    what is the difference between console.writeline and system.console.writeline??

    L J 2 Replies Last reply
    0
    • T tsunamigang

      what is the difference between console.writeline and system.console.writeline??

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      system. Really, this is a very basic part of C#, and a read of your notes, or search of MSDN could find you the answer[^]. I am not sure why you posted in the ASP.NET forum.

      Veni, vidi, abiit domum

      1 Reply Last reply
      0
      • T tsunamigang

        what is the difference between console.writeline and system.console.writeline??

        J Offline
        J Offline
        joginder banger
        wrote on last edited by
        #3

        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

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups