Click here to Skip to main content
15,893,486 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: Long Lines Pin
Dave Kreskowiak22-Oct-19 6:03
mveDave Kreskowiak22-Oct-19 6:03 
GeneralRe: Long Lines Pin
BryanFazekas22-Oct-19 1:15
BryanFazekas22-Oct-19 1:15 
GeneralRe: Long Lines Pin
Ravi Bhavnani21-Oct-19 5:47
professionalRavi Bhavnani21-Oct-19 5:47 
PraiseRe: Long Lines Pin
PeejayAdams21-Oct-19 23:17
PeejayAdams21-Oct-19 23:17 
GeneralRe: Long Lines Pin
  Forogar  21-Oct-19 5:52
professional  Forogar  21-Oct-19 5:52 
GeneralRe: Long Lines Pin
PIEBALDconsult21-Oct-19 7:01
mvePIEBALDconsult21-Oct-19 7:01 
GeneralRe: Long Lines Pin
  Forogar  21-Oct-19 7:40
professional  Forogar  21-Oct-19 7:40 
AnswerRe: Long Lines Pin
ZurdoDev21-Oct-19 5:58
professionalZurdoDev21-Oct-19 5:58 
double lowerBound = double.Parse(ConfigurationManager.AppSettings["LowerBound"].ToString());
double upperBound = double.Parse(ConfigurationManager.AppSettings["UpperBound"].ToString());
In my opinion this way would be better so that you can have error checking on it and provide a meaningful error message if one of the Appsettings is invalid.
Social Media - A platform that makes it easier for the crazies to find each other.

Everyone is born right handed. Only the strongest overcome it.
Fight for left-handed rights and hand equality.

GeneralRe: Long Lines Pin
PeejayAdams21-Oct-19 23:19
PeejayAdams21-Oct-19 23:19 
GeneralRe: Long Lines Pin
PIEBALDconsult21-Oct-19 6:10
mvePIEBALDconsult21-Oct-19 6:10 
GeneralRe: Long Lines Pin
Gary Wheeler22-Oct-19 2:10
Gary Wheeler22-Oct-19 2:10 
GeneralRe: Long Lines Pin
Kevin Marois21-Oct-19 6:16
professionalKevin Marois21-Oct-19 6:16 
GeneralRe: Long Lines Pin
Marc Clifton21-Oct-19 9:35
mvaMarc Clifton21-Oct-19 9:35 
GeneralRe: Long Lines Pin
PeejayAdams21-Oct-19 23:22
PeejayAdams21-Oct-19 23:22 
GeneralRe: Long Lines Pin
PIEBALDconsult22-Oct-19 2:57
mvePIEBALDconsult22-Oct-19 2:57 
GeneralRe: Long Lines Pin
Member 916705721-Oct-19 20:52
Member 916705721-Oct-19 20:52 
GeneralRe: Long Lines Pin
Sander Rossel21-Oct-19 21:55
professionalSander Rossel21-Oct-19 21:55 
GeneralRe: Long Lines Pin
Rolf Borchmann22-Oct-19 0:14
Rolf Borchmann22-Oct-19 0:14 
GeneralRe: Long Lines Pin
Richard Deeming22-Oct-19 1:35
mveRichard Deeming22-Oct-19 1:35 
GeneralRe: Long Lines Pin
PeejayAdams22-Oct-19 1:45
PeejayAdams22-Oct-19 1:45 
GeneralRe: Long Lines Pin
Gary Wheeler22-Oct-19 2:10
Gary Wheeler22-Oct-19 2:10 
GeneralRe: Long Lines Pin
Dan Neely22-Oct-19 2:53
Dan Neely22-Oct-19 2:53 
GeneralRe: Long Lines Pin
obermd22-Oct-19 3:35
obermd22-Oct-19 3:35 
GeneralRe: Long Lines Pin
Thomas James22-Oct-19 4:36
Thomas James22-Oct-19 4:36 
GeneralRe: Long Lines Pin
MikeTheFid22-Oct-19 5:51
MikeTheFid22-Oct-19 5:51 

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.