Click here to Skip to main content
15,887,746 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
AnswerRe: It occur to me that web app have at least 1 big advantage over desktop app.... Pin
abmv25-Jun-20 20:06
professionalabmv25-Jun-20 20:06 
GeneralRe: It occur to me that web app have at least 1 big advantage over desktop app.... Pin
Super Lloyd25-Jun-20 20:55
Super Lloyd25-Jun-20 20:55 
AnswerRe: It occur to me that web app have at least 1 big advantage over desktop app.... Pin
GuyThiebaut25-Jun-20 21:17
professionalGuyThiebaut25-Jun-20 21:17 
GeneralRe: It occur to me that web app have at least 1 big advantage over desktop app.... Pin
Super Lloyd25-Jun-20 21:24
Super Lloyd25-Jun-20 21:24 
AnswerRe: It occur to me that web app have at least 1 big advantage over desktop app.... Pin
Daniel Pfeffer25-Jun-20 22:37
professionalDaniel Pfeffer25-Jun-20 22:37 
AnswerRe: It occur to me that web app have at least 1 big advantage over desktop app.... Pin
Sander Rossel25-Jun-20 22:39
professionalSander Rossel25-Jun-20 22:39 
GeneralRe: It occur to me that web app have at least 1 big advantage over desktop app.... Pin
Super Lloyd26-Jun-20 0:39
Super Lloyd26-Jun-20 0:39 
AnswerRe: It occur to me that web app have at least 1 big advantage over desktop app.... Pin
#realJSOP25-Jun-20 23:30
mve#realJSOP25-Jun-20 23:30 
So what you're saying is that you can pretty much get away with writing crap code without trashing the user's machine...

Web dev is actually harder than desktop dev.

0) There are FIVE languages associated with most (ASP.NET) web sites:
- HTML
- CSS
- C#
- Javascript
- SQL

1) CSS is probably the hardest thing to get right. You have to be careful selecting 3rd party libs because of possible incompatibilities.

2) Javascript is the same everywhere, but selecting a framework is a nightmare, simply because of the sheer dirth of options.

3) SQL presents its own challenges because writing a query is kinda like writing code backwards.

4) Deployment can be a minor nightmare if you store connection strings in the web config file, and you have to "deploy" to different environments in the course of preparing code for production.

5) Web dev is stateless, and unless steps are taken, variables are not persistent between requests.

6) You have to be cognizant of memory consumption, especially on a website that gets a lot of traffic.

With desktop apps, you have few if any of those considerations.
".45 ACP - because shooting twice is just silly" - JSOP, 2010
-----
You can never have too much ammo - unless you're swimming, or on fire. - JSOP, 2010
-----
When you pry the gun from my cold dead hands, be careful - the barrel will be very hot. - JSOP, 2013

GeneralRe: It occur to me that web app have at least 1 big advantage over desktop app.... Pin
Super Lloyd26-Jun-20 0:35
Super Lloyd26-Jun-20 0:35 
GeneralRe: It occur to me that web app have at least 1 big advantage over desktop app.... Pin
#realJSOP26-Jun-20 8:17
mve#realJSOP26-Jun-20 8:17 
GeneralRe: It occur to me that web app have at least 1 big advantage over desktop app.... Pin
Mycroft Holmes26-Jun-20 12:43
professionalMycroft Holmes26-Jun-20 12:43 
GeneralRe: It occur to me that web app have at least 1 big advantage over desktop app.... Pin
dandy7226-Jun-20 3:29
dandy7226-Jun-20 3:29 
AnswerRe: It occur to me that web app have at least 1 big advantage over desktop app.... Pin
Stuart Dootson25-Jun-20 23:51
professionalStuart Dootson25-Jun-20 23:51 
GeneralRe: It occur to me that web app have at least 1 big advantage over desktop app.... Pin
Super Lloyd26-Jun-20 0:37
Super Lloyd26-Jun-20 0:37 
GeneralRe: It occur to me that web app have at least 1 big advantage over desktop app.... Pin
dandy7226-Jun-20 3:35
dandy7226-Jun-20 3:35 
GeneralRe: It occur to me that web app have at least 1 big advantage over desktop app.... Pin
Stuart Dootson29-Jun-20 0:04
professionalStuart Dootson29-Jun-20 0:04 
GeneralRe: It occur to me that web app have at least 1 big advantage over desktop app.... Pin
dandy7229-Jun-20 5:08
dandy7229-Jun-20 5:08 
AnswerRe: It occur to me that web app have at least 1 big advantage over desktop app.... Pin
Slow Eddie26-Jun-20 2:57
professionalSlow Eddie26-Jun-20 2:57 
AnswerRe: It occur to me that web app have at least 1 big advantage over desktop app.... Pin
kmoorevs26-Jun-20 3:56
kmoorevs26-Jun-20 3:56 
GeneralThe IRS sent more than $1 billion in stimulus checks to dead people Pin
Marc Clifton25-Jun-20 6:54
mvaMarc Clifton25-Jun-20 6:54 
GeneralRe: The IRS sent more than $1 billion in stimulus checks to dead people Pin
Greg Utas25-Jun-20 7:05
professionalGreg Utas25-Jun-20 7:05 
GeneralRe: The IRS sent more than $1 billion in stimulus checks to dead people Pin
kalberts25-Jun-20 7:26
kalberts25-Jun-20 7:26 
GeneralRe: The IRS sent more than $1 billion in stimulus checks to dead people Pin
PIEBALDconsult25-Jun-20 7:47
mvePIEBALDconsult25-Jun-20 7:47 
GeneralRe: The IRS sent more than $1 billion in stimulus checks to dead people Pin
Greg Utas25-Jun-20 8:48
professionalGreg Utas25-Jun-20 8:48 
GeneralRe: The IRS sent more than $1 billion in stimulus checks to dead people Pin
Ravi Bhavnani25-Jun-20 9:57
professionalRavi Bhavnani25-Jun-20 9:57 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.