Click here to Skip to main content
15,890,185 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.

 
GeneralRe: Web developer writing desktop app Pin
CodeWraith20-Sep-18 22:14
CodeWraith20-Sep-18 22:14 
GeneralRe: Web developer writing desktop app Pin
Jacquers20-Sep-18 23:31
Jacquers20-Sep-18 23:31 
GeneralRe: Web developer writing desktop app Pin
RickZeeland20-Sep-18 22:31
mveRickZeeland20-Sep-18 22:31 
GeneralRe: Web developer writing desktop app Pin
CodeWraith20-Sep-18 22:33
CodeWraith20-Sep-18 22:33 
GeneralRe: Web developer writing desktop app Pin
F-ES Sitecore20-Sep-18 22:43
professionalF-ES Sitecore20-Sep-18 22:43 
GeneralRe: Web developer writing desktop app Pin
dan!sh 20-Sep-18 22:55
professional dan!sh 20-Sep-18 22:55 
GeneralRe: Web developer writing desktop app Pin
F-ES Sitecore21-Sep-18 0:03
professionalF-ES Sitecore21-Sep-18 0:03 
PraiseRe: Web developer writing desktop app Pin
Richard Deeming21-Sep-18 1:05
mveRichard Deeming21-Sep-18 1:05 
They also seem to struggle with understanding where the code is running.

Trying to use Process.Start or Office Interop to open files on the client; trying to use MessageBox.Show to ask the user a question; trying to save files in a specific path on the client from server-side code; trying to read uploaded files directly from the path in the FileName property; etc.

Of course, I think a lot of these problems are caused, or at least exacerbated, by Visual Studio. When you run the project in VS, it's an interactive process on the same computer, so there's nothing to warn novice web devs that their assumptions are wrong. At the very least, it should be a non-interactive process, so that no UI can magically appear from the server-side code. If it could behave as if it has its own file system, completely separate from the developer's PC, that would cure even more misconceptions.



"These people looked deep within my soul and assigned me a number based on the order in which I joined."
- Homer

GeneralRe: Web developer writing desktop app Pin
F-ES Sitecore21-Sep-18 1:47
professionalF-ES Sitecore21-Sep-18 1:47 
GeneralRe: Web developer writing desktop app Pin
Tomz_KV21-Sep-18 1:55
Tomz_KV21-Sep-18 1:55 
GeneralRe: Web developer writing desktop app Pin
megaadam21-Sep-18 3:53
professionalmegaadam21-Sep-18 3:53 
GeneralRe: Web developer writing desktop app Pin
Super Lloyd21-Sep-18 4:32
Super Lloyd21-Sep-18 4:32 
GeneralRe: Web developer writing desktop app Pin
dandy7221-Sep-18 4:00
dandy7221-Sep-18 4:00 
GeneralRe: Web developer writing desktop app Pin
Marc Clifton21-Sep-18 6:01
mvaMarc Clifton21-Sep-18 6:01 
GeneralRe: Web developer writing desktop app Pin
Super Lloyd21-Sep-18 8:52
Super Lloyd21-Sep-18 8:52 
GeneralTypical Microsoft Help Pin
Kevin Marois20-Sep-18 14:42
professionalKevin Marois20-Sep-18 14:42 
GeneralRe: Typical Microsoft Help Pin
CodeWraith20-Sep-18 19:09
CodeWraith20-Sep-18 19:09 
GeneralRe: Typical Microsoft Help Pin
Super Lloyd20-Sep-18 19:15
Super Lloyd20-Sep-18 19:15 
GeneralRe: Typical Microsoft Help Pin
phil.o20-Sep-18 21:32
professionalphil.o20-Sep-18 21:32 
GeneralRe: Typical Microsoft Help Pin
Jacquers20-Sep-18 20:38
Jacquers20-Sep-18 20:38 
GeneralRe: Typical Microsoft Help Pin
den2k8820-Sep-18 22:06
professionalden2k8820-Sep-18 22:06 
GeneralRe: Typical Microsoft Help Pin
RickZeeland20-Sep-18 22:41
mveRickZeeland20-Sep-18 22:41 
GeneralRe: Typical Microsoft Help Pin
dandy7221-Sep-18 3:54
dandy7221-Sep-18 3:54 
GeneralHave you ever opened the form designer and wondered why the grid doesn't populate with data? Pin
Marc Clifton20-Sep-18 13:48
mvaMarc Clifton20-Sep-18 13:48 
GeneralRe: Have you ever opened the form designer and wondered why the grid doesn't populate with data? Pin
Slacker00720-Sep-18 15:21
professionalSlacker00720-Sep-18 15:21 

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.