Click here to Skip to main content
15,903,388 members

The Insider News

   

The Insider News is for breaking IT and Software development news. Post your news, your alerts and your inside scoops. This is an IT news-only forum - all off-topic, non-news posts will be removed. If you wish to ask a programming question please post it here.

Get The Daily Insider direct to your mailbox every day. Subscribe now!

 
GeneralRe: Windows 8 drops in market share, Windows 7 continues dominance Pin
Kornfeld Eliyahu Peter2-Oct-14 8:59
professionalKornfeld Eliyahu Peter2-Oct-14 8:59 
GeneralRe: Windows 8 drops in market share, Windows 7 continues dominance Pin
FIorian Schneidereit2-Oct-14 17:14
FIorian Schneidereit2-Oct-14 17:14 
NewsDirectX 12 and Windows 10 Pin
Kent Sharkey2-Oct-14 6:36
staffKent Sharkey2-Oct-14 6:36 
GeneralRe: DirectX 12 and Windows 10 Pin
Kornfeld Eliyahu Peter2-Oct-14 8:57
professionalKornfeld Eliyahu Peter2-Oct-14 8:57 
GeneralRe: DirectX 12 and Windows 10 Pin
Kent Sharkey2-Oct-14 8:58
staffKent Sharkey2-Oct-14 8:58 
NewsC# 6 cuts Pin
Kent Sharkey2-Oct-14 6:35
staffKent Sharkey2-Oct-14 6:35 
GeneralRe: C# 6 cuts Pin
FIorian Schneidereit2-Oct-14 17:39
FIorian Schneidereit2-Oct-14 17:39 
GeneralRe: C# 6 cuts Pin
Dan Neely3-Oct-14 3:16
Dan Neely3-Oct-14 3:16 
I'm not overly upset about the loss of primary constructors. Aside from pure data objects, splitting the initialization code up like that felt like just swapping one problem for a second.

The syntactic sugar for returning tuples is something I'd miss though.

This:

C#
Tuple<string, int> Frobinate() { /* do something */ }

// ...

var temp = Frobinate();

myString = temp.Item1;
myInt = temp.Item2;


is arguably worse than int Frobinate(out string foo), except when you want to put your returns into properties in which case even using an out param requires the same nasty temp dance. Regardless both are fugly.
Did you ever see history portrayed as an old man with a wise brow and pulseless heart, waging 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

NewsThe New and Improved C# 6.0 Pin
Kent Sharkey1-Oct-14 13:17
staffKent Sharkey1-Oct-14 13:17 
GeneralRe: The New and Improved C# 6.0 Pin
Wonde Tadesse1-Oct-14 14:41
professionalWonde Tadesse1-Oct-14 14:41 
GeneralRe: The New and Improved C# 6.0 Pin
Kornfeld Eliyahu Peter2-Oct-14 0:03
professionalKornfeld Eliyahu Peter2-Oct-14 0:03 
NewsIntroducing the Enterprise Social Resource Center Pin
Kent Sharkey1-Oct-14 11:46
staffKent Sharkey1-Oct-14 11:46 
NewsAkamai shows global and US internet speeds increasing Pin
Kent Sharkey1-Oct-14 11:10
staffKent Sharkey1-Oct-14 11:10 
GeneralRe: Akamai shows global and US internet speeds increasing Pin
Bassam Abdul-Baki2-Oct-14 0:19
professionalBassam Abdul-Baki2-Oct-14 0:19 
GeneralRe: Akamai shows global and US internet speeds increasing Pin
Kent Sharkey2-Oct-14 12:08
staffKent Sharkey2-Oct-14 12:08 
NewsScrum’s creators seek definitive place for Scrum knowledge Pin
Kent Sharkey1-Oct-14 11:08
staffKent Sharkey1-Oct-14 11:08 
GeneralRe: Scrum’s creators seek definitive place for Scrum knowledge Pin
PIEBALDconsult1-Oct-14 11:36
mvePIEBALDconsult1-Oct-14 11:36 
GeneralRe: Scrum’s creators seek definitive place for Scrum knowledge Pin
Kent Sharkey1-Oct-14 11:43
staffKent Sharkey1-Oct-14 11:43 
NewsWindows "10" technical preview available on MSDN subscriptions Pin
TheGreatAndPowerfulOz1-Oct-14 10:26
TheGreatAndPowerfulOz1-Oct-14 10:26 
News.NET Just in Time compilation and warming up your system Pin
Kent Sharkey1-Oct-14 9:30
staffKent Sharkey1-Oct-14 9:30 
NewsWindows Server and System Center Technical Preview also available today Pin
Kent Sharkey1-Oct-14 9:15
staffKent Sharkey1-Oct-14 9:15 
NewsExodus Pin
Kent Sharkey1-Oct-14 9:12
staffKent Sharkey1-Oct-14 9:12 
GeneralRe: Exodus Pin
PIEBALDconsult1-Oct-14 9:24
mvePIEBALDconsult1-Oct-14 9:24 
GeneralRe: Exodus Pin
Duncan Edwards Jones1-Oct-14 11:21
professionalDuncan Edwards Jones1-Oct-14 11:21 
NewsInternet Explorer and the Windows 10 Technical Preview Pin
Kent Sharkey1-Oct-14 9:09
staffKent Sharkey1-Oct-14 9:09 

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.