View Poll Results: Which tool/technology should I focus on to find a reasonably good job

Voters
32. You may not vote on this poll
  • C++

    6 18.75%
  • Java

    4 12.50%
  • VB.NET / C# .NET

    10 31.25%
  • ASP.NET

    1 3.13%
  • Something else

    11 34.38%
Page 2 of 4 FirstFirst 1234 LastLast
Results 16 to 30 of 58

Thread: A question to IT KBers, part II

  1. #16
    Join Date
    3rd July 2003 - 12:00
    Bike
    Scorpio, XL1200N
    Location
    forests of azure
    Posts
    9,398
    Quote Originally Posted by xerxesdaphat View Post
    Visual Studio is nice (what's wrong with vi though!)
    You knew someone would post this, didn't you?

    kiwibiker is full of love, an disrespect.
    - mikey

  2. #17
    Join Date
    3rd July 2003 - 12:00
    Bike
    Scorpio, XL1200N
    Location
    forests of azure
    Posts
    9,398
    Quote Originally Posted by mister.koz View Post
    I'd say java because of my fairly strong hatred for c#

    Its brilliant until you get down to speeding things up and you realize how completely hair-brained the .net environment really is i have had it firing events twice, not firing events when it should and even had it lock up while doing something as simple as processing the same string it has 1000s of times...
    With all due respect, I'd say that you probably didn't quite grok how the .NET Framework was meant to be used in those specific instances. Messrs Hejlsberg & Co know what they're doing.

    Quote Originally Posted by mister.koz View Post
    ... the more you can find you have to re-write to make everything contiguous, though i think this is mainly my inexperience...
    A little bit, aye.

    kiwibiker is full of love, an disrespect.
    - mikey

  3. #18
    Join Date
    12th January 2008 - 15:04
    Bike
    2006 z1000 - Devil
    Location
    Melbourne
    Posts
    1,306
    With all due respect, I'd say that you probably didn't quite grok how the .NET Framework was meant to be used in those specific instances. Messrs Hejlsberg & Co know what they're doing.
    I find it quite unlikely that firing the same event twice in the same thread when the condition only occurred once could be something that was intentionally.
    Quote Originally Posted by Mully
    The price of biking is eternal vigilance. Switch off for a second and the bastard will bite you.
    You can't save the fallen, direct the lost or motivate the lazy.

  4. #19
    Join Date
    25th January 2007 - 10:06
    Bike
    '14 Multistrada 1200S
    Location
    palmy
    Posts
    3,759
    meh

    give PHP a crack
    F M S

  5. #20
    Join Date
    12th January 2008 - 15:04
    Bike
    2006 z1000 - Devil
    Location
    Melbourne
    Posts
    1,306
    Quote Originally Posted by yod View Post
    meh

    give PHP a crack
    yeah PHP is great not so good on the desktop tho... even if you get php-gtk working!
    Quote Originally Posted by Mully
    The price of biking is eternal vigilance. Switch off for a second and the bastard will bite you.
    You can't save the fallen, direct the lost or motivate the lazy.

  6. #21
    Join Date
    26th February 2005 - 15:10
    Bike
    Ubrfarter V Klunkn,ffwabbit,Petal,phoebe
    Location
    In the cave of Adullam
    Posts
    13,624
    Quote Originally Posted by xerxesdaphat View Post
    It's very simplistic of course, but there's some introductory resources for C# targetted at Java programmers available here and here. Make use of all the education taxes you've been paying to universities!

    C# is nice, .NET libraries are nice, Visual Studio is nice (what's wrong with vi though!), but why is the compiler so slow? Maybe to facilitate this...
    If the compiler was faster , I wouldn't have time for KB!

    And, of course, you can use vi with Visual Studio. Just write your code using vi, and compile with the command line compiler (eg csc.exe for C#). You did know that you don't have to use the IDE didn't you. csc.exe can also use responsefiles (sort of a poor mans makefile), to automate the process.

    (NB the slow compile problem is a recognised bugette. There's a bunch of tips to overcome it on the web. Simplest way is to open two VS sessions. One to work on your forms and code, the other WHICH HAS NO FORMS OR ANYTHING OPEN, is just used to compile)
    Quote Originally Posted by skidmark
    This world has lost it's drive, everybody just wants to fit in the be the norm as it were.
    Quote Originally Posted by Phil Vincent
    The manufacturers go to a lot of trouble to find out what the average rider prefers, because the maker who guesses closest to the average preference gets the largest sales. But the average rider is mainly interested in silly (as opposed to useful) “goodies” to try to kid the public that he is riding a racer

  7. #22
    Join Date
    25th January 2007 - 10:06
    Bike
    '14 Multistrada 1200S
    Location
    palmy
    Posts
    3,759
    web based is the shiz

    lovin it
    F M S

  8. #23
    Join Date
    12th January 2008 - 15:04
    Bike
    2006 z1000 - Devil
    Location
    Melbourne
    Posts
    1,306
    Quote Originally Posted by Ixion View Post
    And, of course, you can use vi with Visual Studio. Just write your code using vi, and compile with the command line compiler (eg csc.exe for C#). You did know that you don't have to use the IDE didn't you. csc.exe can also use responsefiles (sort of a poor mans makefile), to automate the process.
    I dunno man, i reckon the best thing c#.net has going for it is the IDE, VS2005 (haven't used 2008 yet) has some really cool tricks and the syntax highlighting and code completion mean you can write when your eyes are tired!

    Thats the only reason i haven't completely dropped c# for java, the java IDE's aren't quite as easy to use (opinion).
    Quote Originally Posted by Mully
    The price of biking is eternal vigilance. Switch off for a second and the bastard will bite you.
    You can't save the fallen, direct the lost or motivate the lazy.

  9. #24
    Join Date
    1st August 2004 - 16:19
    Bike
    nothing :(
    Location
    Auckland
    Posts
    2,128
    The buzz word at the moment is Web 2.0 everyCEO/CIO has it on there lips at the moment and everyone wants a piece of the pie


    To be Web 2.0 "ready" you will need to sadly go down the path of C# and J#. The .Net crap in other words

    Java is also not a bad start at getting into the Web 2.0 bullshit.

    Thats where the money is at the moment so if you are comfartable with Java go down that path

    Just do a search on seek and see how many bloody .net and java roles are out there
    Second is the fastest loser

    "It is better to have ridden & crashed than never to have ridden at all" by Bruce Bennett

    DB is the new Porridge. Cause most of the mods must be sucking his cock ..... Or his giving them some oral help? How else can you explain it?

  10. #25
    Join Date
    17th February 2005 - 11:36
    Bike
    Bikes!
    Location
    Christchurch
    Posts
    9,649
    Quote Originally Posted by mister.koz View Post
    i have had it firing events twice, not firing events when it should and even had it lock up while doing something as simple as processing the same string it has 1000s of times...
    i would rather learn ruby on rails or write pages in html with notepad than write another asp.net website.
    PEBKAC methinks...

  11. #26
    Join Date
    17th February 2005 - 11:36
    Bike
    Bikes!
    Location
    Christchurch
    Posts
    9,649
    Quote Originally Posted by enigma51 View Post
    To be Web 2.0 "ready" you will need to sadly go down the path of C# and J#. The .Net crap in other words
    You do if you're smart... I've worked on a web2.0 ASP application, ewwww.

  12. #27
    Join Date
    1st August 2004 - 16:19
    Bike
    nothing :(
    Location
    Auckland
    Posts
    2,128
    Quote Originally Posted by imdying View Post
    You do if you're smart... I've worked on a web2.0 ASP application, ewwww.
    From what i have seen most companies starting from scratch like to do with .net but those that are "rebuilding" try and do a combined pain in the ass method.

    I avoid all that crap like the plague I hate web programing. Give me unix vms or anything and im happy.

    Ooooo one more eve kicks VI's ass

    and sed is for dorks!
    Second is the fastest loser

    "It is better to have ridden & crashed than never to have ridden at all" by Bruce Bennett

    DB is the new Porridge. Cause most of the mods must be sucking his cock ..... Or his giving them some oral help? How else can you explain it?

  13. #28
    Join Date
    12th January 2008 - 15:04
    Bike
    2006 z1000 - Devil
    Location
    Melbourne
    Posts
    1,306
    Quote Originally Posted by imdying View Post
    PEBKAC methinks...
    I've been writing c# and php professionally for 6 years, i checked my code quite a bit before i realizing that the .net framework wasn't perfect, its a known fault.

    AND ruby looks pretty cool
    Quote Originally Posted by Mully
    The price of biking is eternal vigilance. Switch off for a second and the bastard will bite you.
    You can't save the fallen, direct the lost or motivate the lazy.

  14. #29
    Join Date
    3rd July 2003 - 12:00
    Bike
    Scorpio, XL1200N
    Location
    forests of azure
    Posts
    9,398
    Quote Originally Posted by mister.koz View Post
    I find it quite unlikely that firing the same event twice in the same thread when the condition only occurred once could be something that was intentionally.
    Oh well, fair call then.

    Unfortunately you're never going to find a framework with zero bugs in its implementation.
    kiwibiker is full of love, an disrespect.
    - mikey

  15. #30
    Join Date
    12th January 2008 - 15:04
    Bike
    2006 z1000 - Devil
    Location
    Melbourne
    Posts
    1,306
    Quote Originally Posted by jrandom View Post
    Oh well, fair call then.

    Unfortunately you're never going to find a framework with zero bugs in its implementation.
    Yeah bit of a shame but the benefits of environment based languages are great, hence why i am looking at java. Also helps that i can host java on my servers asp.net doesn't do so well on linux :/ and writing business frameworks in 2 languages and using bridging api's is a nightmare i would sooner avoid!
    Quote Originally Posted by Mully
    The price of biking is eternal vigilance. Switch off for a second and the bastard will bite you.
    You can't save the fallen, direct the lost or motivate the lazy.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

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