• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

is Microsoft Interdev worth it?

narzy

Elite Member
I am doing alot of ASP work and I am wondering if MS Interdev is worth buying, I know Visual Studio.net is comming out soon as it is in beta right now.

Narzy
 
then is interdev worth getting or is there a different/better development environment? I am new to this.
 
I use Homesite. I used to use interDev but I found that I like homesite better. They both do the same, it is just a preference issue.
 
I have to agree with pmark, it is pretty much up to your prefence. I haven't tried homesite in a while, but I remember it being a pretty good cheap alternative.

Just to note, I have always used InterDev and I really like it. This is probably becuase the company I used to work for used InterDev as their standard and I am just used to it. I must warn you though, if you do get InterDev, do NOT ever use it's build it ASP controls (for databinding and stuff). THey are the tool of the devil (or Bill Gates in this case). Just do the code by hand, it is much cleaner and you will learn more.

I recently got my hands on Macromedia's forte into this are, Deamweaver UltraDev, but I have yet to try it out (I will sometime this week, though). I remember Dreamweaver being nice when it came out, so I assume this will be pretty good too.

The only important thing (in my mind) too look for in these programs is support for intrinsic ASP objects. That way you can use typing shortcuts and you code won't get screwed up like Frontpage 98 and older programs would do.

I think both homesite and dreamweaver ultradev shoud have demos avaliable, so I suggest you download those and if you don't like them you can consider InterDev (or even FP 2000, which is newer then InterDev 6.0)

Good luck
 
I like FP2000, Interdev, UltraDev, they are all nice and have strengths and weaknesses, test them all out and youll find the one you are most comfortable with. And like Hector said, dont let any app write ASP for you, they never do it clean, do it all yourself, youll be much happier in the end. 🙂
 
Back
Top