Click here to Skip to main content
15,665,719 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: C# 6 Features Pin
harold aptroot6-Oct-15 8:28
harold aptroot6-Oct-15 8:28 
GeneralRe: C# 6 Features Pin
PIEBALDconsult6-Oct-15 11:43
professionalPIEBALDconsult6-Oct-15 11:43 
GeneralRe: C# 6 Features Pin
harold aptroot6-Oct-15 21:18
harold aptroot6-Oct-15 21:18 
GeneralRe: C# 6 Features Pin
PIEBALDconsult7-Oct-15 4:38
professionalPIEBALDconsult7-Oct-15 4:38 
GeneralRe: C# 6 Features Pin
harold aptroot7-Oct-15 4:47
harold aptroot7-Oct-15 4:47 
GeneralRe: C# 6 Features Pin
PIEBALDconsult7-Oct-15 4:58
professionalPIEBALDconsult7-Oct-15 4:58 
GeneralRe: C# 6 Features Pin
F-ES Sitecore6-Oct-15 23:22
professionalF-ES Sitecore6-Oct-15 23:22 
GeneralRe: C# 6 Features Pin
Dennis_E6-Oct-15 7:52
professionalDennis_E6-Oct-15 7:52 
* Static initializers - I can't imagine using it for Console.WriteLine or something (we always type cw{Tab} anyway, right?) And there's a problem that some methods don't have an intuitive name without the class name, like Tuple.Create. But I like that I can now import extension methods from classes instead of namespaces.
* Auto property initializers - Very neat. Should have been there from the beginning.
* Dictionary initializers - I guess it's a more intuitive way of writing this particular code but was it absolutely necessary? No. Now we just have 2 slightly different ways of writing the same thing.
* String interpolation - I agree it doesn't look pretty, but the old way ({0},{1},{2},etc) didn't look pretty either.
* nameof() - Very small feature, but it makes sense to use it everywhere you can.
* Expression-bodied members - I think this is a confusing feature. It doesn't even save that much typing. Methods don't look like methods anymore and properties no longer have a 'get' keyword.
* Exception filters - Should be useful on rare occasions, but will be abused more often.
* Await in catch/finally - Without it, async/await is an incomplete feature, so it should be there, but I don't expect to use it much.
* Null conditional - This takes away a lot of ugly, boring, annoying code. Very nice. But it will make C# more cryptic for novice programmers.
GeneralRe: C# 6 Features Pin
FIorian Schneidereit6-Oct-15 11:13
FIorian Schneidereit6-Oct-15 11:13 
GeneralVoting for content Pin
R. Giskard Reventlov6-Oct-15 5:34
R. Giskard Reventlov6-Oct-15 5:34 
GeneralRe: Voting for content Pin
Maximilien6-Oct-15 5:46
Maximilien6-Oct-15 5:46 
GeneralRe: Voting for content Pin
R. Giskard Reventlov6-Oct-15 6:22
R. Giskard Reventlov6-Oct-15 6:22 
GeneralRe: Voting for content Pin
Mycroft Holmes6-Oct-15 14:59
professionalMycroft Holmes6-Oct-15 14:59 
GeneralRe: Voting for content Pin
Kornfeld Eliyahu Peter6-Oct-15 7:03
professionalKornfeld Eliyahu Peter6-Oct-15 7:03 
GeneralRe: Voting for content Pin
R. Giskard Reventlov6-Oct-15 7:19
R. Giskard Reventlov6-Oct-15 7:19 
GeneralRe: Voting for content Pin
Slacker0076-Oct-15 7:23
professionalSlacker0076-Oct-15 7:23 
GeneralRe: Voting for content Pin
Kornfeld Eliyahu Peter6-Oct-15 7:36
professionalKornfeld Eliyahu Peter6-Oct-15 7:36 
GeneralRe: Voting for content Pin
Slacker0076-Oct-15 7:38
professionalSlacker0076-Oct-15 7:38 
GeneralThought of the day Pin
OriginalGriff6-Oct-15 5:02
mvaOriginalGriff6-Oct-15 5:02 
GeneralRe: Thought of the day Pin
Gittum6-Oct-15 5:06
Gittum6-Oct-15 5:06 
GeneralRe: Thought of the day Pin
jeron16-Oct-15 5:07
jeron16-Oct-15 5:07 
GeneralRe: Thought of the day Pin
Ravi Bhavnani6-Oct-15 5:08
professionalRavi Bhavnani6-Oct-15 5:08 
GeneralRe: Thought of the day Pin
jeron16-Oct-15 5:20
jeron16-Oct-15 5:20 
GeneralRe: Thought of the day Pin
Nish Nishant6-Oct-15 5:20
sitebuilderNish Nishant6-Oct-15 5:20 
GeneralRe: Thought of the day Pin
CDP18026-Oct-15 5:08
CDP18026-Oct-15 5:08 

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.