Spoilt by .NET
-
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
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
-
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
-
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
-
-
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.
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
-
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
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!
-
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
:zzz:
-
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
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.
-
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
Josh Smith wrote:
PHP is old and not made by MS.
The same could be said about C++. :laugh:
-
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!
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.
-
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