Results 1 to 12 of 12

Thread: Visual J# w/ VS.NET

  1. #1

    Thread Starter
    Member
    Join Date
    Jan 2003
    Location
    Las Vegas, NV
    Posts
    45

    Visual J# w/ VS.NET

    I just received VS .NET that I bought off eBay, and inside I saw the coupon to mail-in to receive Visual J#. Only thing is that the coupon expired 12-31-02. Is there any other way I can go about getting Visual J# from Microsoft?

  2. #2
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  3. #3
    Hyperactive Member
    Join Date
    Feb 2002
    Posts
    261
    What are the benefits of J# as opposed to the other .NET languages? It already seems redundant to me to have both C# and C++, or both VB.NET and C#.

  4. #4
    Frenzied Member MrGTI's Avatar
    Join Date
    Oct 2000
    Location
    Ontario, Canada
    Posts
    1,277

    Thumbs down

    I got my free copy of J#, but i haven't had a use for it.
    ~Peter


  5. #5

    Thread Starter
    Member
    Join Date
    Jan 2003
    Location
    Las Vegas, NV
    Posts
    45
    Originally posted by Cander
    download

    http://msdn.microsoft.com/downloads/...xml&frame=true
    thanks.

  6. #6
    l33t! MrPolite's Avatar
    Join Date
    Sep 2001
    Posts
    4,428
    Originally posted by Hu Flung Dung
    What are the benefits of J# as opposed to the other .NET languages? It already seems redundant to me to have both C# and C++, or both VB.NET and C#.
    useless I guess. Well C++ and C# are different. C++ can do more I think... but anyways, yeah, creating C# was a little weird since VB.NET does pretty much the same. Just the taste I guess
    rate my posts if they help ya!
    Extract thumbnail without reading the whole image file: (C# - VB)
    Apply texture to bitmaps: (C# - VB)
    Extended console library: (VB)
    Save JPEG with a certain quality (image compression): (C# - VB )
    VB.NET to C# conversion tips!!

  7. #7
    yay gay PT Exorcist's Avatar
    Join Date
    Apr 2002
    Location
    . . . my reason of shame
    Posts
    2,729
    yes lol i also think so..just the taste..lol
    \m/\m/

  8. #8
    PowerPoster hellswraith's Avatar
    Join Date
    Jul 2002
    Location
    Washington St.
    Posts
    2,464
    but anyways, yeah, creating C# was a little weird since VB.NET does pretty much the same. Just the taste I guess
    Your right to some degree, it is a matter of taste. But there is a good side effect of using the C# language over VB.Net. Sure they produce pretty much the same thing and have the same abilities (minus or plus a few features), but when you use C#, you are using a syntax that is in use by C++ and Java (plus or minus a few small differences). This means that it is a hell of a lot easier to switch over to these languages when they are needed.

    For example, I haven't used Java in over a year and a coworker asked me for some help because she was learning Java and had no idea of what she was doing. I thought I wouldn't be able to help much without fumbling around a lot. I was completely wrong. I might as well have been writing C# code when I was helping her. I whipped out her complete assignment without having to reference anything at all for help. It felt good to be able to EASILY switch over to another language after not using it for over a year and produce what was needed in 10 minutes. This was a direct result of me using C# lately. If I would have stuck with VB.Net I wouldn't have been able to help her at all.

    Just my thoughts on the language argument.... Sure VB.Net and C# are almost the same thing, but there are other benefits that you have to look at also.

  9. #9
    l33t! MrPolite's Avatar
    Join Date
    Sep 2001
    Posts
    4,428
    Originally posted by hellswraith
    Your right to some degree, it is a matter of taste. But there is a good side effect of using the C# language over VB.Net. Sure they produce pretty much the same thing and have the same abilities (minus or plus a few features), but when you use C#, you are using a syntax that is in use by C++ and Java (plus or minus a few small differences). This means that it is a hell of a lot easier to switch over to these languages when they are needed.

    For example, I haven't used Java in over a year and a coworker asked me for some help because she was learning Java and had no idea of what she was doing. I thought I wouldn't be able to help much without fumbling around a lot. I was completely wrong. I might as well have been writing C# code when I was helping her. I whipped out her complete assignment without having to reference anything at all for help. It felt good to be able to EASILY switch over to another language after not using it for over a year and produce what was needed in 10 minutes. This was a direct result of me using C# lately. If I would have stuck with VB.Net I wouldn't have been able to help her at all.

    Just my thoughts on the language argument.... Sure VB.Net and C# are almost the same thing, but there are other benefits that you have to look at also.
    yeah yeah you;re right. I really want to learn C# but I will really miss vb syntax
    rate my posts if they help ya!
    Extract thumbnail without reading the whole image file: (C# - VB)
    Apply texture to bitmaps: (C# - VB)
    Extended console library: (VB)
    Save JPEG with a certain quality (image compression): (C# - VB )
    VB.NET to C# conversion tips!!

  10. #10
    PowerPoster hellswraith's Avatar
    Join Date
    Jul 2002
    Location
    Washington St.
    Posts
    2,464
    lol...

    I did miss the VB syntax a lot when I first started myself since VB 6 was the strongest language I knew. Though, after about two weeks of using C#, the VB 6 and VB.Net syntax started to seem too wordy for me to use anymore. Switching to C# really isn't that bad either. There are only a few adjustments you have to make. Either way though, like you said, it is a personal choice. It won't affect your .Net applications either way.

  11. #11
    l33t! MrPolite's Avatar
    Join Date
    Sep 2001
    Posts
    4,428
    Originally posted by hellswraith
    lol...

    I did miss the VB syntax a lot when I first started myself since VB 6 was the strongest language I knew. Though, after about two weeks of using C#, the VB 6 and VB.Net syntax started to seem too wordy for me to use anymore. Switching to C# really isn't that bad either. There are only a few adjustments you have to make. Either way though, like you said, it is a personal choice. It won't affect your .Net applications either way.
    umm I dunno if this has to do anything with this thread, but I'll ask anyways
    I used to do some java and C/C++ a few years ago, I dont remember anything though. I'll be going to college next year, and I'll take a programming class perhaps. Do you think it's gunno be hard to learn C++/Java again if I still want to stick with vb.net? I mean would I confuse the syntax/basics?
    rate my posts if they help ya!
    Extract thumbnail without reading the whole image file: (C# - VB)
    Apply texture to bitmaps: (C# - VB)
    Extended console library: (VB)
    Save JPEG with a certain quality (image compression): (C# - VB )
    VB.NET to C# conversion tips!!

  12. #12
    PowerPoster hellswraith's Avatar
    Join Date
    Jul 2002
    Location
    Washington St.
    Posts
    2,464
    VB.Net will have no effect on your C++ or Java skills besides maybe being a little frustrated that you know how to do something in VB.Net, but don't in those languages. The thing is though, if you use C# now to make your .Net apps, you will easily get back into C++ and Java when you go to school. Just my opinion though...

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