+ Reply to Thread
Results 1 to 10 of 10

Thread: C# Programming

  1. #1
    Success: An illusion turck3's Avatar
    Join Date
    Jun 2007
    Location
    USA
    Posts
    1,744
    Blog Entries
    4

    Cool C# Programming

    Doubt I'll need it since I got me a good book, but does anyone have any particularly useful links for learning C# programming, and *no* I do *not* want to see people who know nothing about the language giving me the first 5 links on google. If you actually know the language and are aware of a site which teaches advanced usage, ie, complex graphics (open gl preferably), internet/socket usage, etc.... anything along those lines is what I'm looking for.

    Thanks to all who reply


    Oh and if anyone is wondering, the purpose of this is to make a 3D version of the game Robot Wars (this 'version' will be called by another name once the project has taken off). I intend this to be a much better draft of the concepts, using a far better parsing system and graphics. With any luck this one will also end up containing a vastly superior database of parts to mix and match. For those who are interested as to what Robot Wars is, I'd link you to the site for my version of it, but it's having technical difficulties at the moment, so I may post it later.

  2. #2
    Wire Sofaking Vbitz's Avatar
    Join Date
    Feb 2009
    Location
    NZ
    Posts
    685

    Default Re: C# Programming

    well start with a hello world app
    Console.WriteLine("Hello, World");
    Console.ReadKey();
    jsut paste that into a blank console applaction
    Questions, Comments and Concerns about any of
    my posts can be directed to my website which is at
    http://vbitz.wordpress.com on the comments post

    Quote Originally Posted by Bull View Post
    As example Jat Goodwin is "the official bastard of wiremod", but that isn't true.. He's very cute and huggable like a little puppy.

  3. #3
    Wirererer malum's Avatar
    Join Date
    Feb 2009
    Posts
    217

    Default Re: C# Programming

    Quote Originally Posted by turck3 View Post
    advanced usage, ie, complex graphics (open gl preferably), internet/socket usage, etc.... anything along those lines is what I'm looking for.
    Quote Originally Posted by Vbitz View Post
    well start with a hello world app
    You best be trollin' boi.

  4. #4
    Wire Sofaking d3cr1pt0r's Avatar
    Join Date
    Jul 2008
    Posts
    553

    Default Re: C# Programming

    Quote Originally Posted by Vbitz View Post
    well start with a hello world app
    Console.WriteLine("Hello, World");
    Console.ReadKey();
    jsut paste that into a blank console applaction
    He's not a noob programmer. He programmed in C++, wich is similar to C#, so I don't think he'll need to start with the "Hello world" lol.

    Back to the topic:
    Revan, I can't give you any tutorials on OpenGL, because I haven't started with it yet :P

    But I've worked with socket programming. Quite a pain in the beginning, but here are some tuts for you:

    - Here is the example code of client and server C# Socket Programming

    - Chat thingy again, but explained in detail:
    Part 1: C# Chat: Part 1 - Building the Chat Client (C# Programming Tutorial) • Geekpedia

    Part2: C# Chat: Part 2 - Building the Chat Server (C# Programming Tutorial) • Geekpedia

    And this might be usefull to read, if you don't know everything about "Internetology"
    Sockets and C#
    <3

  5. #5
    Wire Sofaking Vbitz's Avatar
    Join Date
    Feb 2009
    Location
    NZ
    Posts
    685

    Default Re: C# Programming

    well for games in c# start from xna
    Questions, Comments and Concerns about any of
    my posts can be directed to my website which is at
    http://vbitz.wordpress.com on the comments post

    Quote Originally Posted by Bull View Post
    As example Jat Goodwin is "the official bastard of wiremod", but that isn't true.. He's very cute and huggable like a little puppy.

  6. #6
    Wire Sofaking Echo51's Avatar
    Join Date
    Feb 2009
    Location
    Denmark
    Posts
    1,489

    Default Re: C# Programming

    XNA..., and using prebuild engines for unserious learning projects is euqally not well thought of :P
    Proud of my non-existant life...
    In russia, Expression 2 codes you!
    Quote Originally Posted by Snowden42 View Post
    Nooblishious? That's a signature keeper.

  7. #7
    I think I think too much -HP-'s Avatar
    Join Date
    Feb 2009
    Location
    Behind you with a very sharp knife.
    Posts
    2,466

    Default Re: C# Programming

    Java2s has many good examples for lots of c# stuff, including sockets and 2d graphics.

  8. #8
    Developer Matte's Avatar
    Join Date
    Jan 2009
    Location
    Norway
    Posts
    3,109

    Default Re: C# Programming

    I use MSDN a lot when I'm programming C#, it's preetty useful.
    "If anybody says he can think about quantum physics without getting giddy, that only shows he has not understood the first thing about them."
    -- Niels Bohr

  9. #9
    Wire Sofaking Unsmart's Avatar
    Join Date
    Dec 2008
    Location
    Belgium OR BANland
    Posts
    1,965

    Default Re: C# Programming

    Those top sites are epic.
    New server IP: 89.238.160.17:27018
    Hologram contraptions 1 Holo contraptions 2 EGP stuff Holo minigun Holo javelin rocket launcher
    Unsmart: I doubt the intelligence of some people.
    Drunkie: Nobody could have said that any better than Unsmart.

    Unsmart: Solece, I totally did your mom yesterday
    Solece: Who hasnt

    Divran: there are more retarded people than there are clever people in this world

  10. #10
    Success: An illusion turck3's Avatar
    Join Date
    Jun 2007
    Location
    USA
    Posts
    1,744
    Blog Entries
    4

    Default Re: C# Programming

    Quote Originally Posted by Vbitz View Post
    well start with a hello world app
    Console.WriteLine("Hello, World");
    Console.ReadKey();
    jsut paste that into a blank console applaction
    Quote Originally Posted by d3cr1pt0r View Post
    He's not a noob programmer. He programmed in C++, wich is similar to C#, so I don't think he'll need to start with the "Hello world" lol.
    Indeed.

    Back to the topic:
    Revan, I can't give you any tutorials on OpenGL, because I haven't started with it yet :P

    But I've worked with socket programming. Quite a pain in the beginning, but here are some tuts for you:

    - Here is the example code of client and server C# Socket Programming

    - Chat thingy again, but explained in detail:
    Part 1: C# Chat: Part 1 - Building the Chat Client (C# Programming Tutorial) ? Geekpedia

    Part2: C# Chat: Part 2 - Building the Chat Server (C# Programming Tutorial) ? Geekpedia

    And this might be usefull to read, if you don't know everything about "Internetology"
    Sockets and C#
    Quote Originally Posted by Matte View Post
    I use MSDN a lot when I'm programming C#, it's preetty useful.
    Danke shen.
    Quote Originally Posted by Vbitz View Post
    well for games in c# start from xna
    Quote Originally Posted by Echo51 View Post
    XNA..., and using prebuild engines for unserious learning projects is euqally not well thought of :P
    Quote Originally Posted by -HP- View Post
    Java2s has many good examples for lots of c# stuff, including sockets and 2d graphics.
    I have heard of that, but I'd prefer to work with Open GL, if any of you have links to working with that, that would be wonderful. As for basic 2D graphics, they won't be helpful. I have all the resources I need as far as 2D imaging goes and various components such as buttons and menus.

+ Reply to Thread

Similar Threads

  1. Assembly Programming Tutorial
    By Black Phoenix in forum CPU Tutorials
    Replies: 114
    Last Post: 03-25-2011, 02:37 PM
  2. The expression programming...
    By singilli in forum Wiremod General Chat
    Replies: 14
    Last Post: 07-05-2008, 11:18 PM
  3. Programming
    By uoykcuf in forum Off-Topic
    Replies: 23
    Last Post: 01-06-2008, 08:29 AM
  4. Zyelios C or Assembly Programming Tutorial
    By limlik in forum CPU, GPU, and Hi-speed Discussion & Help
    Replies: 3
    Last Post: 11-29-2007, 06:20 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
proceed-collector
proceed-collector
proceed-collector
proceed-collector
linguistic-parrots
linguistic-parrots
linguistic-parrots
linguistic-parrots