Thread: New to C#, have some questions

  1. #1
    Use this: dudeomanodude's Avatar
    Join Date
    Jan 2008
    Location
    Hampton, VA
    Posts
    391

    New to C#, have some questions

    Hi all,

    I'm starting a new job and C# is going to be necessary. I'm used to writing C/C++ in Linux/Unix.

    1) Well, VStudio isn't free, so what's generally regarded as the best "free" IDE so I can start poking around with this at home?

    2) I was reading that "all" .NET languages use the same "class library". That sounds really cool. So I'm guessing you never have any kind of "#include" statement for that library, just "using" statements (for the relevant parts of this implicit super-library) in C# or any other .NET language?

    Thank you in advance!
    Ubuntu Desktop
    GCC/G++
    Geany (for quick projects)
    Anjuta (for larger things)

  2. #2
    C++ Witch laserlight's Avatar
    Join Date
    Oct 2003
    Location
    Singapore
    Posts
    28,413
    I am not a C# programmer, but I would point out that MS Visual C# Express is available at zero price, unless I missed something.
    Quote Originally Posted by Bjarne Stroustrup (2000-10-14)
    I get maybe two dozen requests for help with some sort of programming or design problem every day. Most have more sense than to send me hundreds of lines of code. If they do, I ask them to find the smallest example that exhibits the problem and send me that. Mostly, they then find the error themselves. "Finding the smallest program that demonstrates the error" is a powerful debugging tool.
    Look up a C++ Reference and learn How To Ask Questions The Smart Way

  3. #3
    Use this: dudeomanodude's Avatar
    Join Date
    Jan 2008
    Location
    Hampton, VA
    Posts
    391
    Quote Originally Posted by laserlight View Post
    I am not a C# programmer, but I would point out that MS Visual C# Express is available at zero price, unless I missed something.
    perfect. thanks
    Ubuntu Desktop
    GCC/G++
    Geany (for quick projects)
    Anjuta (for larger things)

  4. #4
    Ethernal Noob
    Join Date
    Nov 2001
    Posts
    1,901
    I use C# express all the time. Had a windows forms class last semester and it has pretty much everything you need to create an application using it, it's pretty big for a free software.

    A funny thing about interoperability between language. In order to create a good SDI App You can use a Microsoft Visual Basic dll and import their framework they have set up for SDI Apps. Thought that was funny, since there isn't an equivalent built into C# libraries.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. questions....so many questions about random numbers....
    By face_master in forum C++ Programming
    Replies: 2
    Last Post: 07-30-2009, 08:47 AM
  2. A very long list of questions... maybe to long...
    By Ravens'sWrath in forum C Programming
    Replies: 16
    Last Post: 05-16-2007, 05:36 AM
  3. Several Questions, main one is about protected memory
    By Tron 9000 in forum C Programming
    Replies: 3
    Last Post: 06-02-2005, 07:42 AM
  4. Trivial questions - what to do?
    By Aerie in forum A Brief History of Cprogramming.com
    Replies: 23
    Last Post: 12-26-2004, 09:44 AM
  5. questions questions questions.....
    By mfc2themax in forum A Brief History of Cprogramming.com
    Replies: 1
    Last Post: 08-14-2001, 07:22 AM