• 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.

.net is to visual studio as php is to ?

Zend Studio ... it's wonderful.

They also now have (as another option) Zend Studio based on Eclipse, which is also very nice.

I have them both and love them both.

*Disclaimer: I am (at best) a hobbyist programmer and probably wouldn't know a great IDE if it bit me in the ass. However, I bought & own most of them and really like the Zend stuff ( I like VS as well ).

Good Luck

Scott
 
Notepad++ here. Thats the beauty of languages like php and C++. You're not tied to a fixed environment, you can use whatever the hell you want, .net is more constrained and your stuck on Windows, unless you use virtualization/emulation such as vmware/mono etc.
 
Notepad++ here. Thats the beauty of languages like php and C++. You're not tied to a fixed environment, you can use whatever the hell you want, .net is more constrained and your stuck on Windows, unless you use virtualization/emulation such as vmware/mono etc.

Oh come on. C# doesn't tie you to anything either, if you like you can write your code in notepad and compile it directly with csc. And Mono isn't virtualization or emulation, it's a full blown, native, free implementation of .Net so you're not tied to Windows in any way.
 
Originally posted by: RedSquirrel
Notepad++ here. Thats the beauty of languages like php and C++. You're not tied to a fixed environment, you can use whatever the hell you want, .net is more constrained and your stuck on Windows, unless you use virtualization/emulation such as vmware/mono etc.

The same could be said about any language.
 
Back
Top