Results 1 to 9 of 9

Thread: C#

  1. #1

    Thread Starter
    PowerPoster
    Join Date
    Dec 2003
    Posts
    4,787

    C#

    Loats and lots of people keep telling me to get into c# i've been coding vb for 2 and a half years and love the gui interface,

    is c# a 'gui interface' what other kind of languages should i learn, i will be persuing software and application development but i obviously need to get a few languages under my belt

    any advice will be appriciated!

  2. #2

    Thread Starter
    PowerPoster
    Join Date
    Dec 2003
    Posts
    4,787
    anyone got nay info with regards to c#?

  3. #3
    PowerPoster hellswraith's Avatar
    Join Date
    Jul 2002
    Location
    Washington St.
    Posts
    2,464
    C# is much like VB.NET. You get the form designer just like you do in VB. The syntax of the coding is the same, but it shares the same framework as VB.NET, so you are really only learning a syntax if you know VB.NET. If you only know VB6, then you will have a learning curve with either VB.NET or C#. I recommend people learn C# over VB.NET most of the time, but it is only because the C# syntax is a syntax that Java also uses. This helps the learning curve a bit when/if you switch over. VB.NET syntax doesn't offer this. Other than that, and just a few features that are available in one or the other, they are not different because they share the same framework.

  4. #4

    Thread Starter
    PowerPoster
    Join Date
    Dec 2003
    Posts
    4,787
    where can i get a copy?

  5. #5
    Frenzied Member Jmacp's Avatar
    Join Date
    Jul 2003
    Location
    UK
    Posts
    1,959
    C# is pretty much an attempt at creating a middle ground between VB and C++ in other words its VB+ or C+.

    VB Code:
    1. (VB + C++) / 2 = C#

    You get the ease of the GUI RAD environment/IDE with more power behind the code.

  6. #6

    Thread Starter
    PowerPoster
    Join Date
    Dec 2003
    Posts
    4,787
    Originally posted by Pino
    where can i get a copy?

  7. #7
    Frenzied Member Jmacp's Avatar
    Join Date
    Jul 2003
    Location
    UK
    Posts
    1,959
    I think you can d/l the complier from M$ but if you want an IDE you'll need to buy VS.NET or google for a 3rd party IDE.

  8. #8
    Frenzied Member dj4uk's Avatar
    Join Date
    Aug 2002
    Location
    Birmingham, UK Lobotomies: 3
    Posts
    1,131
    #Develop is good and free - http://www.icsharpcode.com/.

    DJ

  9. #9
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    Originally posted by Jmacp
    C# is pretty much an attempt at creating a middle ground between VB and C++ in other words its VB+ or C+.

    VB Code:
    1. (VB + C++) / 2 = C#

    You get the ease of the GUI RAD environment/IDE with more power behind the code.
    Actually C# targets all the Java developers.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width