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

 
JokeRe: C# code survey Pin
ZurdoDev30-Oct-18 1:55
professionalZurdoDev30-Oct-18 1:55 
GeneralRe: C# code survey Pin
Super Lloyd30-Oct-18 2:30
Super Lloyd30-Oct-18 2:30 
GeneralRe: C# code survey Pin
Hooga Booga31-Oct-18 1:41
Hooga Booga31-Oct-18 1:41 
GeneralRe: C# code survey Pin
Eddy Vluggen30-Oct-18 2:03
professionalEddy Vluggen30-Oct-18 2:03 
GeneralRe: C# code survey Pin
Super Lloyd30-Oct-18 2:29
Super Lloyd30-Oct-18 2:29 
GeneralRe: C# code survey Pin
Eddy Vluggen30-Oct-18 2:33
professionalEddy Vluggen30-Oct-18 2:33 
GeneralRe: C# code survey Pin
Marc Clifton30-Oct-18 2:53
mvaMarc Clifton30-Oct-18 2:53 
GeneralRe: C# code survey Pin
Dan Neely30-Oct-18 2:55
Dan Neely30-Oct-18 2:55 
Of the two choices given, I'd take 1; but would prefer a third option.:
public class FooDto
{
   public FooDto(MyFooClass foo)
   {
        Property1 = foo.property1;
        // .....
        Property24 = foo.property24;
   }

   public T1 Property1 { get; }
   // ....
   public T24 Property24 { get; }
}
// ....
class MyFooClass
{
    private T1 property1;
    // ....
    private T24 property24;
}

If for some reason I
Did you ever see history portrayed as an old man with a wise brow and pulseless heart, weighing all things in the balance of reason?
Is not rather the genius of history like an eternal, imploring maiden, full of fire, with a burning heart and flaming soul, humanly warm and humanly beautiful?
--Zachris Topelius

Training a telescope on one’s own belly button will only reveal lint. You like that? You go right on staring at it. I prefer looking at galaxies.
-- Sarah Hoyt

JokeRe: C# code survey Pin
Foothill30-Oct-18 4:26
professionalFoothill30-Oct-18 4:26 
GeneralRe: C# code survey Pin
Gary Wheeler30-Oct-18 6:29
Gary Wheeler30-Oct-18 6:29 
GeneralRe: C# code survey Pin
Rob Philpott30-Oct-18 6:34
Rob Philpott30-Oct-18 6:34 
GeneralRe: C# code survey Pin
ScottM130-Oct-18 23:10
ScottM130-Oct-18 23:10 
GeneralRe: C# code survey Pin
Sander Rossel31-Oct-18 0:49
professionalSander Rossel31-Oct-18 0:49 
GeneralRe: C# code survey Pin
DerekT-P31-Oct-18 1:31
professionalDerekT-P31-Oct-18 1:31 
GeneralRe: C# code survey Pin
Super Lloyd31-Oct-18 6:38
Super Lloyd31-Oct-18 6:38 
GeneralRe: C# code survey Pin
DerekT-P31-Oct-18 8:34
professionalDerekT-P31-Oct-18 8:34 
GeneralRe: C# code survey Pin
Super Lloyd31-Oct-18 9:12
Super Lloyd31-Oct-18 9:12 
GeneralRe: C# code survey Pin
jhunley31-Oct-18 3:37
jhunley31-Oct-18 3:37 
GeneralRe: C# code survey Pin
michaelakin31-Oct-18 4:08
michaelakin31-Oct-18 4:08 
GeneralRe: C# code survey Pin
michaelakin31-Oct-18 4:08
michaelakin31-Oct-18 4:08 
GeneralRe: C# code survey Pin
jhunley31-Oct-18 4:17
jhunley31-Oct-18 4:17 
GeneralRe: C# code survey Pin
michaelakin31-Oct-18 4:29
michaelakin31-Oct-18 4:29 
GeneralRe: C# code survey Pin
jhunley31-Oct-18 5:00
jhunley31-Oct-18 5:00 
GeneralRe: C# code survey Pin
Bruce Patin31-Oct-18 3:44
Bruce Patin31-Oct-18 3:44 
GeneralRe: C# code survey Pin
michaelakin31-Oct-18 4:19
michaelakin31-Oct-18 4:19 

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.