Click here to Skip to main content
15,894,017 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: Functions that are more trouble than they're worth Pin
Richard MacCutchan9-Feb-17 0:48
mveRichard MacCutchan9-Feb-17 0:48 
GeneralRe: Functions that are more trouble than they're worth Pin
OriginalGriff9-Feb-17 1:05
mveOriginalGriff9-Feb-17 1:05 
GeneralRe: Functions that are more trouble than they're worth Pin
Foothill9-Feb-17 3:29
professionalFoothill9-Feb-17 3:29 
GeneralRe: Functions that are more trouble than they're worth Pin
Nagy Vilmos9-Feb-17 4:21
professionalNagy Vilmos9-Feb-17 4:21 
GeneralRe: Functions that are more trouble than they're worth Pin
Herbie Mountjoy10-Feb-17 7:04
professionalHerbie Mountjoy10-Feb-17 7:04 
JokeRe: Functions that are more trouble than they're worth Pin
Peter_in_27809-Feb-17 1:06
professionalPeter_in_27809-Feb-17 1:06 
GeneralRe: Functions that are more trouble than they're worth Pin
HobbyProggy9-Feb-17 1:18
professionalHobbyProggy9-Feb-17 1:18 
GeneralRe: Functions that are more trouble than they're worth Pin
Richard Deeming9-Feb-17 1:25
mveRichard Deeming9-Feb-17 1:25 
Some more for the list:
  • Using MsgBox / MessageBox.Show from the code-behind;
  • Using Process.Start to try to open a file on the client;
  • Using the FileName property of a FileUpload / HttpPostedFile to try to read the file directly from the client's disk;

All of which "work" when you run the site in Visual Studio. Maybe we should be blaming VS for encouraging incorrect reasoning about the code?

Then there's the "There must be a way to bypass this security feature - my client requires it!" brigade.

And the "I need to show 1 million records in one page without filtering or paging, and it needs to load in less than one second - it's a client requirement!" brigade:
Quote:
Agnes Skinner: And you! Start over! I want everything in one bag.
Bag Boy: Yes, ma'am.
Agnes: But I don't want the bag to be heavy.
Bag Boy: I don't think that's possible...
Agnes: What are you, the "possible police"? Just do it!




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


GeneralRe: Functions that are more trouble than they're worth Pin
Charles Programmer10-Feb-17 10:37
Charles Programmer10-Feb-17 10:37 
GeneralRe: Functions that are more trouble than they're worth Pin
Richard Deeming12-Feb-17 1:22
mveRichard Deeming12-Feb-17 1:22 
GeneralRe: Functions that are more trouble than they're worth Pin
User 101325469-Feb-17 2:14
User 101325469-Feb-17 2:14 
GeneralRe: Functions that are more trouble than they're worth Pin
dandy729-Feb-17 5:44
dandy729-Feb-17 5:44 
GeneralRe: Functions that are more trouble than they're worth Pin
Jon McKee9-Feb-17 7:58
professionalJon McKee9-Feb-17 7:58 
GeneralRe: Functions that are more trouble than they're worth Pin
Sander Rossel9-Feb-17 21:01
professionalSander Rossel9-Feb-17 21:01 
GeneralRe: Functions that are more trouble than they're worth Pin
Brady Kelly10-Feb-17 2:29
Brady Kelly10-Feb-17 2:29 
GeneralWindows 10 has found a new way to annoy me. Pin
OriginalGriff8-Feb-17 23:59
mveOriginalGriff8-Feb-17 23:59 
GeneralRe: Windows 10 has found a new way to annoy me. Pin
Richard Deeming9-Feb-17 0:06
mveRichard Deeming9-Feb-17 0:06 
GeneralRe: Windows 10 has found a new way to annoy me. Pin
den2k889-Feb-17 0:20
professionalden2k889-Feb-17 0:20 
GeneralRe: Windows 10 has found a new way to annoy me. Pin
pkfox9-Feb-17 0:44
professionalpkfox9-Feb-17 0:44 
GeneralRe: Windows 10 has found a new way to annoy me. Pin
OriginalGriff9-Feb-17 1:02
mveOriginalGriff9-Feb-17 1:02 
GeneralRe: Windows 10 has found a new way to annoy me. Pin
pkfox9-Feb-17 19:51
professionalpkfox9-Feb-17 19:51 
GeneralRe: Windows 10 has found a new way to annoy me. Pin
OriginalGriff9-Feb-17 20:15
mveOriginalGriff9-Feb-17 20:15 
GeneralRe: Windows 10 has found a new way to annoy me. Pin
pkfox10-Feb-17 0:02
professionalpkfox10-Feb-17 0:02 
GeneralRe: Windows 10 has found a new way to annoy me. Pin
OriginalGriff10-Feb-17 0:20
mveOriginalGriff10-Feb-17 0:20 
GeneralRe: Windows 10 has found a new way to annoy me. Pin
theoldfool9-Feb-17 1:16
professionaltheoldfool9-Feb-17 1:16 

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.