Alert icon
We're changing our privacy policy. This stuff matters.  Learn more  Dismiss

C# Programming tutorial (2of2)

Loading...

Sign in or sign up now!
92,287
Loading...
Alert icon
Sign in or sign up now!
Alert icon

Uploaded by on Feb 2, 2007

Joe Grip - C# Programming tutorial
I highly recommend the Joe Grip series of programming training videos.
PS. He also does ASP.Net.
http://www.joegrip.com/why.html

Category:

Howto & Style

Tags:

License:

Standard YouTube License

  • likes, 10 dislikes

Link to this comment:

Share to:

Top Comments

  • you cannot say which is better and which is worse, each language has it's own advantages...

  • wow to basic....to bad :)

see all

All Comments (58)

Sign In or Sign Up now to post a comment!
  • @xFord6955x you do not need a "Console.ReadLine()" if you are not gonna assign your input, what you need and is missing there is a "Console.Readkey()" to let us see the message.

  • @Xclann Acuily there even because they can do one thing more then the other check your library's.

  • why was there no "Console.ReadLine();" after the "Console.WriteLine(" ___");

  • @devinmccloud

    it won't nearly everything is written in C++

  • @alvisc2002

    read the two reply above your original comment.

  • @Passivity211 using system;

    class imran

    {

    public satatic void main{}{

    consol.writeline{"its good one"};

  • using system;

    class HelloWorld {

    public static void main () {

    Console.WriteLine("Hello World, ");

    Console.WriteLine("I failed Visual Basic in college,");

    Console.WriteLine("I think I got an A this semester in Java,");

    }

    }

    //Is my syntax ok folks. That was my first C# program.

  • @BUNCHofxs yeah, it's indeed a manual or abstract thing because you said that it was imported by java. OOP(Object oriented programming) syntax shows complexity. But thanks to the IDEs and "java-imported programming"out there (Ecipse,Jcreator,netbeans,phyt­on etc.), it abates the complexity of it.

  • @TagaPasay your right.

    using system; = import java.lang.system;

    but this package is imported by default in java.

    looks like its a manual thing in C#, but im cool with that!

  • using System;

    class HelloWorld { public static void Main () { Console.WriteLine ("Hello World,"); Console.WriteLine ("it's me..."); }

    }

View all Comments »
Loading...
0 / 00Unsaved Playlist Return to active list
    1. Your queue is empty. Add videos to your queue using this button:
      or sign in to load a different list.
    Loading...Loading...Saving...
    • Clear all videos from this list
    • Learn more