Click here to Skip to main content
15,914,165 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: So that was Christmas? Pin
Sander Rossel25-Dec-15 10:43
professionalSander Rossel25-Dec-15 10:43 
GeneralRe: So that was Christmas? Pin
Richard Andrew x6425-Dec-15 9:52
professionalRichard Andrew x6425-Dec-15 9:52 
GeneralRe: So that was Christmas? Pin
OriginalGriff25-Dec-15 10:24
mveOriginalGriff25-Dec-15 10:24 
GeneralRe: So that was Christmas? PinPopular
chriselst25-Dec-15 12:32
professionalchriselst25-Dec-15 12:32 
GeneralRe: So that was Christmas? Pin
Gary R. Wheeler30-Dec-15 7:02
Gary R. Wheeler30-Dec-15 7:02 
GeneralAnother thought for the day PinPopular
H.Brydon25-Dec-15 8:58
professionalH.Brydon25-Dec-15 8:58 
GeneralRe: Another thought for the day Pin
Duncan Edwards Jones25-Dec-15 11:11
professionalDuncan Edwards Jones25-Dec-15 11:11 
GeneralNot really a programming question. Pin
Brady Kelly25-Dec-15 4:23
Brady Kelly25-Dec-15 4:23 
What possible reason, in 2015, could one have for making the default max length of an nvarchar 255 characters? The storage location that holds the max length has to be larger than one byte, and making that little variable a dynamic number of bits, so in case it drops below 256, it only uses one byte, is so practically infeasible it's not funny.

Why not a nice, round default like 200 or 300? Even EF's default of nvarchar(MAX) makes much more sense than NHibernate's prehistoric 255.
Do what thou wilt shall be the whole of the Law. - Liber AL vel Legis 1:40, Aleister Crowley

GeneralRe: Not really a programming question. Pin
harold aptroot25-Dec-15 7:06
harold aptroot25-Dec-15 7:06 
GeneralRe: Not really a programming question. Pin
RossMW25-Dec-15 7:09
professionalRossMW25-Dec-15 7:09 
GeneralRe: Not really a programming question. Pin
Brady Kelly25-Dec-15 7:26
Brady Kelly25-Dec-15 7:26 
GeneralRe: Not really a programming question. Pin
PIEBALDconsult25-Dec-15 7:19
mvePIEBALDconsult25-Dec-15 7:19 
GeneralRe: Not really a programming question. Pin
908236525-Dec-15 9:26
908236525-Dec-15 9:26 
GeneralRe: Not really a programming question. Pin
Brady Kelly25-Dec-15 9:33
Brady Kelly25-Dec-15 9:33 
GeneralRe: Not really a programming question. Pin
908236525-Dec-15 9:41
908236525-Dec-15 9:41 
GeneralRe: Not really a programming question. Pin
OriginalGriff25-Dec-15 10:21
mveOriginalGriff25-Dec-15 10:21 
GeneralRe: Not really a programming question. Pin
Brady Kelly25-Dec-15 16:46
Brady Kelly25-Dec-15 16:46 
GeneralRe: Not really a programming question. Pin
Patrice T25-Dec-15 10:46
mvePatrice T25-Dec-15 10:46 
GeneralRe: Not really a programming question. Pin
Brady Kelly25-Dec-15 16:43
Brady Kelly25-Dec-15 16:43 
GeneralRe: Not really a programming question. Pin
908236526-Dec-15 2:30
908236526-Dec-15 2:30 
GeneralRe: Not really a programming question. Pin
Brady Kelly26-Dec-15 3:31
Brady Kelly26-Dec-15 3:31 
GeneralRe: Not really a programming question. Pin
Amarnath S25-Dec-15 17:57
professionalAmarnath S25-Dec-15 17:57 
GeneralRe: Not really a programming question. Pin
Gary R. Wheeler30-Dec-15 7:07
Gary R. Wheeler30-Dec-15 7:07 
GeneralThought of the day Pin
OriginalGriff24-Dec-15 23:04
mveOriginalGriff24-Dec-15 23:04 
GeneralRe: Thought of the day Pin
908236525-Dec-15 1:58
908236525-Dec-15 1:58 

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.