Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Spoilt by .NET

Spoilt by .NET

Scheduled Pinned Locked Moved The Lounge
phpcsharptoolsquestion
25 Posts 13 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • O Orcrist

    You think you got it bad... My client just gave me a job where he insists that I must develop it in Access (he want to be able to tweak it (err... wreak it) himself.) using Access forms ..... shudder..... I've had to crack open my dusty DAO VB4 book and have spent many hours already trying to figure out how to make it work when it would be done in a hour in .Net. I tried telling him that its like he is asking me to build a house using a claw hammer and a hand saw when there is a nail gun and a mitre saw in the truck. Fell on deaf ears. I am making progress but man it blows. If he wasnt such a good client I'd have decined the job. Cheers, David

    J Offline
    J Offline
    Jeremy Falcon
    wrote on last edited by
    #15

    Orcrist wrote:

    DAO

    Oh god, can there be nothing slower. I'm glad MS finally dumped it, now we just need to let it die once and for all. Jeremy Falcon

    O 1 Reply Last reply
    0
    • O Orcrist

      You think you got it bad... My client just gave me a job where he insists that I must develop it in Access (he want to be able to tweak it (err... wreak it) himself.) using Access forms ..... shudder..... I've had to crack open my dusty DAO VB4 book and have spent many hours already trying to figure out how to make it work when it would be done in a hour in .Net. I tried telling him that its like he is asking me to build a house using a claw hammer and a hand saw when there is a nail gun and a mitre saw in the truck. Fell on deaf ears. I am making progress but man it blows. If he wasnt such a good client I'd have decined the job. Cheers, David

      L Offline
      L Offline
      led mike
      wrote on last edited by
      #16

      Orcrist wrote:

      My client

      Fire him

      O 1 Reply Last reply
      0
      • J Jeremy Falcon

        Orcrist wrote:

        DAO

        Oh god, can there be nothing slower. I'm glad MS finally dumped it, now we just need to let it die once and for all. Jeremy Falcon

        O Offline
        O Offline
        Orcrist
        wrote on last edited by
        #17

        Actually DAO is pretty fast when used specifically for Jet databases (it is optimized for it). Using it for other platforms ISAM, SQL Server, or ODBC it is painfully slow. Still it is rather cumbersome to use and not nearly as rich as ADO.Net. D.

        1 Reply Last reply
        0
        • L led mike

          Orcrist wrote:

          My client

          Fire him

          O Offline
          O Offline
          Orcrist
          wrote on last edited by
          #18

          lol. Crossed my mind more than once this last week. Good client though and pays bills without complaint (even on unauthorized extra's)and always on time and in full. I'd rather suffer a bit than lose all the other "good" work he supplies. David

          1 Reply Last reply
          0
          • J Josh Smith

            Jeremy Falcon wrote:

            True, as in people thinking that. I don't think like that at all.

            Therefore it must not be true! Thank you for pointing me in the "right" direction Oh Wise One. X| -- modified at 16:56 Tuesday 27th June, 2006 It looks like the Forum bug is in effect. This was a reply to Jeremy Falcon.

            J Offline
            J Offline
            Jeremy Falcon
            wrote on last edited by
            #19

            Josh Smith wrote:

            Thank you for pointing me in the "right" direction Oh Wise One.

            You're welcome. But I fear you're not wise enough yourself to really learn from my teachings. ;P Jeremy Falcon

            J 1 Reply Last reply
            0
            • W wout de zeeuw

              I'm working on some PHP site, but I'm really missing type safety, a compiler catching my errors, auto completion, refactory tools. Would something like Zend studio sooth the pain a bit? Or should I just tell the guy I'm doing the work for (mostly as a favor, I'm not really getting rich from this) that I can't take it anymore and can only do .NET? :~ Php is not too bad, but it's taking me quite some energy to switch from .NET to php and getting familiar with it, so maybe I should just stick with .NET. Wout

              M Offline
              M Offline
              Megan Forbes
              wrote on last edited by
              #20

              I just quit a job for this exact reason - I was told there would be *some* php, but it ended up being all php. It was making me crazy! It's so good to find myself back with my old friend, .NET, again :cool:


              A mum and loving it!

              T 1 Reply Last reply
              0
              • J Jeremy Falcon

                Josh Smith wrote:

                Thank you for pointing me in the "right" direction Oh Wise One.

                You're welcome. But I fear you're not wise enough yourself to really learn from my teachings. ;P Jeremy Falcon

                J Offline
                J Offline
                Josh Smith
                wrote on last edited by
                #21

                :zzz:

                1 Reply Last reply
                0
                • W wout de zeeuw

                  It's not so much the language, but mostly VS that I'm missing. I'm a heavy user of: - Autocompletion, ctrl-space bar, and the lesser known but very nice ctrl-shift-space bar. - Go to definition. - Extract method, Rename method. - Find all references. - And I definitely like getting the most out of stuff like generics and reflection, just for fun :) Hmmm, just made me think that there must be some idiots that tried making php into a .NET language :-D And indeed! There has been some effort, which seems not so much active anymore though: http://www.php-compiler.net/[^] Wout

                  M Offline
                  M Offline
                  Mattman206
                  wrote on last edited by
                  #22

                  What about VS.PHP? http://www.jcxsoftware.com/vs.php[^] They add PHP support to Visual Studio 2002, 2003, and 2005. I haven't used it but I sure would if I wasn't a pennyless grad student. Bart: Look at me, I'm a grad student. I'm 30 years old and I made $600 last year. Marge: Bart, don't make fun of grad students. They've just made a terrible life choice.

                  1 Reply Last reply
                  0
                  • J Josh Smith

                    wout de zeeuw wrote:

                    Php is not too bad, but it's taking me quite some energy to switch from .NET to php and getting familiar with it, so maybe I should just stick with .NET.

                    .NET is like a blackhole - once you get sucked in there's no way out. It's that great! PHP is old and not made by MS. Of course it's not as cool. :cool: JOSH

                    T Offline
                    T Offline
                    ToxickZero
                    wrote on last edited by
                    #23

                    Josh Smith wrote:

                    PHP is old and not made by MS.

                    The same could be said about C++. :laugh:

                    1 Reply Last reply
                    0
                    • M Megan Forbes

                      I just quit a job for this exact reason - I was told there would be *some* php, but it ended up being all php. It was making me crazy! It's so good to find myself back with my old friend, .NET, again :cool:


                      A mum and loving it!

                      T Offline
                      T Offline
                      ToxickZero
                      wrote on last edited by
                      #24

                      I guess I'm the only one who loves PHP. (Although, not as much as C++ :) ) There are PHP editors out there which include things like auto-completion and color syntax highlighting. Both commerical[^] and free[^]. There is also a add-in[^] available for Visual Studio 2005, which costs money - and Eclipse[^] just released a (free) PHP plug-in for their platform as well.

                      1 Reply Last reply
                      0
                      • W wout de zeeuw

                        I'm working on some PHP site, but I'm really missing type safety, a compiler catching my errors, auto completion, refactory tools. Would something like Zend studio sooth the pain a bit? Or should I just tell the guy I'm doing the work for (mostly as a favor, I'm not really getting rich from this) that I can't take it anymore and can only do .NET? :~ Php is not too bad, but it's taking me quite some energy to switch from .NET to php and getting familiar with it, so maybe I should just stick with .NET. Wout

                        J Offline
                        J Offline
                        JS105
                        wrote on last edited by
                        #25

                        Which IDE are you using now? I used to use Eclipse for PHP, and it had some pretty good features (I'm kind of spoiled by the .NET IDE now, too, though).

                        1 Reply Last reply
                        0
                        Reply
                        • Reply as topic
                        Log in to reply
                        • Oldest to Newest
                        • Newest to Oldest
                        • Most Votes


                        • Login

                        • Don't have an account? Register

                        • Login or register to search.
                        • First post
                          Last post
                        0
                        • Categories
                        • Recent
                        • Tags
                        • Popular
                        • World
                        • Users
                        • Groups