Click here to Skip to main content
15,896,730 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: This might be why i don't work in software anymore Pin
ZurdoDev9-Sep-19 5:44
professionalZurdoDev9-Sep-19 5:44 
GeneralRe: This might be why i don't work in software anymore Pin
dandy729-Sep-19 7:26
dandy729-Sep-19 7:26 
GeneralRe: This might be why i don't work in software anymore Pin
honey the codewitch9-Sep-19 7:28
mvahoney the codewitch9-Sep-19 7:28 
GeneralRe: This might be why i don't work in software anymore Pin
dandy729-Sep-19 7:36
dandy729-Sep-19 7:36 
GeneralRe: This might be why i don't work in software anymore Pin
honey the codewitch9-Sep-19 7:27
mvahoney the codewitch9-Sep-19 7:27 
GeneralRe: This might be why i don't work in software anymore Pin
ZurdoDev9-Sep-19 7:34
professionalZurdoDev9-Sep-19 7:34 
GeneralRe: This might be why i don't work in software anymore Pin
honey the codewitch9-Sep-19 7:36
mvahoney the codewitch9-Sep-19 7:36 
GeneralRe: This might be why i don't work in software anymore Pin
Richard Deeming10-Sep-19 2:02
mveRichard Deeming10-Sep-19 2:02 
Seems to be quite a common mistake with people who are new to ASP.NET, particularly with WebForms.

Along with using MessageBox.Show / MsgBox to display a prompt to the user; trying to open uploaded files using the file path passed from the client; and trying to send files to the client by saving them in a particular path on the server.

Visual Studio doesn't help much. When you debug the code, it's running as an interactive process on the same machine, with the same file system, so it makes them think they're doing the right thing.

Sometimes I think it needs a "n00b" mode. Every attempt to show UI should fail with an exception explaining the problem. Every Process.Start should run on a separate empty desktop, with huge messages telling them that it's running on the server, not on the client. Every attempt to access files outside of the application (which haven't been explicitly configured) should fail with a "file not found" error.

But then I look at QA, and realise that at least half of developers never read the error messages. Sigh | :sigh:



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

GeneralRe: This might be why i don't work in software anymore Pin
honey the codewitch10-Sep-19 3:00
mvahoney the codewitch10-Sep-19 3:00 
QuestionWhat made you start coding? Pin
honey the codewitch9-Sep-19 1:10
mvahoney the codewitch9-Sep-19 1:10 
AnswerRe: What made you start coding? PinPopular
OriginalGriff9-Sep-19 1:19
mveOriginalGriff9-Sep-19 1:19 
GeneralRe: What made you start coding? Pin
honey the codewitch9-Sep-19 1:21
mvahoney the codewitch9-Sep-19 1:21 
GeneralRe: What made you start coding? Pin
OriginalGriff9-Sep-19 1:31
mveOriginalGriff9-Sep-19 1:31 
GeneralRe: What made you start coding? Pin
honey the codewitch9-Sep-19 1:34
mvahoney the codewitch9-Sep-19 1:34 
GeneralRe: What made you start coding? Pin
Jörgen Andersson9-Sep-19 1:35
professionalJörgen Andersson9-Sep-19 1:35 
GeneralRe: What made you start coding? Pin
OriginalGriff9-Sep-19 1:47
mveOriginalGriff9-Sep-19 1:47 
GeneralRe: What made you start coding? Pin
DerekT-P10-Sep-19 1:19
professionalDerekT-P10-Sep-19 1:19 
GeneralRe: What made you start coding? Pin
David O'Neil9-Sep-19 10:07
professionalDavid O'Neil9-Sep-19 10:07 
GeneralRe: What made you start coding? Pin
DerekT-P10-Sep-19 1:16
professionalDerekT-P10-Sep-19 1:16 
AnswerRe: What made you start coding? Pin
glennPattonWork39-Sep-19 1:21
professionalglennPattonWork39-Sep-19 1:21 
GeneralRe: What made you start coding? Pin
honey the codewitch9-Sep-19 1:22
mvahoney the codewitch9-Sep-19 1:22 
GeneralRe: What made you start coding? Pin
Jörgen Andersson9-Sep-19 1:36
professionalJörgen Andersson9-Sep-19 1:36 
GeneralRe: What made you start coding? Pin
honey the codewitch9-Sep-19 1:37
mvahoney the codewitch9-Sep-19 1:37 
GeneralRe: What made you start coding? Pin
Jörgen Andersson9-Sep-19 1:40
professionalJörgen Andersson9-Sep-19 1:40 
GeneralRe: What made you start coding? Pin
honey the codewitch9-Sep-19 1:41
mvahoney the codewitch9-Sep-19 1:41 

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.