top | item 36769708

(no title)

blodkorv | 2 years ago

With php its very little difference except that you run Windows and get all the benefints from that regarding drivers and software support, i have yet found an equaly good database manager on linux as heidiSQL(it is unstable in wine) for ex. Also it "feels" easier to click on the wamp installer and just run it from there compared to sudo apt install xyz.

With C# the difference is huge since you just need to install visual studio and you have everything you will need, with the best tooling there is.

discuss

order

modo_mario|2 years ago

>i have yet found an equaly good database manager on linux as heidiSQL(it is unstable in wine) for ex.

How does it compare to the mysql one or MS sql server management studio for that matter?

> Also it "feels" easier to click on the wamp installer and just run it from there compared to sudo apt install xyz.

Wamp installer is windows specific but i'd assume you browse to find the download for it, etc or use winget or chocolately instead of sudo install xyz, etc so i fail to see the advantage there?

Similarly I'd just open pacmac and click to install xampp or so no? Maybe an equivalent experience can be had using the windows store if WAMP is found on there but i think the windows store is a bit of a disaster still. (It can't seem to grasp that I do not speak French all that well for example)

>With C# the difference is huge since you just need to install visual studio and you have everything you will need, with the best tooling there is.

There's a reason people jokingly call it microsoft java. The second half might be mischaracterizing it on many fronts but the first half is true to form. I'd argue it as an argument in this matter is similar to bringing up the best platform for developing with Swift.

blodkorv|2 years ago

>How does it compare to the mysql one or MS sql server management studio for that matter?

It dosent compare, but then when working with php and mariadb you dont often use the advanced/esoteric features you have in SQLserver

>Wamp installer is windows specific but i'd assume you browse to find the download for it, etc or use winget or chocolately instead of sudo install xyz, etc so i fail to see the advantage there?

Well there is less configuring with wamp and there are gui tools to manage things, installing the services in linux and setting them up is always a bit more work. I have never tried xampp in linux so it might be equal there.

>There's a reason people jokingly call it microsoft java. The second half might be mischaracterizing it on many fronts but the first half is true to form. I'd argue it as an argument in this matter is similar to bringing up the best platform for developing with Swift.

It being an complete integrated package from the OS to the IDE is the best feature about dotNet. You can look at it the same way as "the lisp machine" but with better third party software support. I guess swift has the same benefits, altho when i tried it the tools where not really up to the same standards as visual studio.

I have yet came across a language platform i cant develop with ease on windows. Also these days with tech such as docker etc there really are no boundaries.