Click here to Skip to main content
15,902,492 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: News on the future of C# as a language Pin
TheGreatAndPowerfulOz28-Feb-14 5:02
TheGreatAndPowerfulOz28-Feb-14 5:02 
GeneralRe: News on the future of C# as a language Pin
Dan Neely28-Feb-14 6:02
Dan Neely28-Feb-14 6:02 
GeneralRe: News on the future of C# as a language Pin
TheGreatAndPowerfulOz28-Feb-14 6:10
TheGreatAndPowerfulOz28-Feb-14 6:10 
GeneralRe: News on the future of C# as a language Pin
Dan Neely28-Feb-14 8:00
Dan Neely28-Feb-14 8:00 
GeneralRe: News on the future of C# as a language Pin
TheGreatAndPowerfulOz28-Feb-14 8:32
TheGreatAndPowerfulOz28-Feb-14 8:32 
GeneralRe: News on the future of C# as a language Pin
FIorian Schneidereit27-Feb-14 14:07
FIorian Schneidereit27-Feb-14 14:07 
GeneralRe: News on the future of C# as a language Pin
LloydA11127-Feb-14 17:44
LloydA11127-Feb-14 17:44 
GeneralRe: News on the future of C# as a language Pin
FIorian Schneidereit28-Feb-14 9:13
FIorian Schneidereit28-Feb-14 9:13 
Sure, if you like them it's OK. I mean, the good thing with all these features added is you can still decide which way you want to go.

By the way, what's interesting about properties is that it looks like you don't really need fields at the language level anymore at all, just public or private, static or non-static properties. For example, imagine you could do something like this in C#:
C#
public Double X {
    get { return value; }
    set { assign value; }
} 

Where in the setter the "assign" keyword would be responsible to store "value" (or the result of whatever expression follows) in a hidden backing field, while in the getter this field would be accessible by the "value" keyword.
GeneralRe: News on the future of C# as a language Pin
Dan Neely28-Feb-14 9:26
Dan Neely28-Feb-14 9:26 
GeneralRe: News on the future of C# as a language Pin
Nemanja Trifunovic27-Feb-14 15:10
Nemanja Trifunovic27-Feb-14 15:10 
NewsGoogle's Sundar Pichai: Android designed to be open, not safe Pin
Kent Sharkey27-Feb-14 8:52
staffKent Sharkey27-Feb-14 8:52 
NewsAre you too old to land a new IT job? Pin
Kent Sharkey27-Feb-14 7:17
staffKent Sharkey27-Feb-14 7:17 
GeneralRe: Are you too old to land a new IT job? Pin
Duncan Edwards Jones27-Feb-14 8:12
professionalDuncan Edwards Jones27-Feb-14 8:12 
GeneralRe: Are you too old to land a new IT job? Pin
Adam R Harris27-Feb-14 9:14
Adam R Harris27-Feb-14 9:14 
NewsMicrosoft to reveal next generation DirectX platform at GDC in March Pin
Kent Sharkey27-Feb-14 7:15
staffKent Sharkey27-Feb-14 7:15 
NewsCode.org turning the ashes of 'Flappy Bird' into a phoenix of coding education Pin
Kent Sharkey27-Feb-14 7:13
staffKent Sharkey27-Feb-14 7:13 
GeneralRe: Code.org turning the ashes of 'Flappy Bird' into a phoenix of coding education Pin
Christopher Shields27-Feb-14 8:47
Christopher Shields27-Feb-14 8:47 
GeneralRe: Code.org turning the ashes of 'Flappy Bird' into a phoenix of coding education Pin
Kent Sharkey27-Feb-14 8:50
staffKent Sharkey27-Feb-14 8:50 
NewsReSharper for C++ Early Access Program goes public Pin
Kent Sharkey27-Feb-14 7:00
staffKent Sharkey27-Feb-14 7:00 
NewsApp-pocalypse Now Pin
Kent Sharkey26-Feb-14 12:39
staffKent Sharkey26-Feb-14 12:39 
NewsThe OpenID Foundation launches an authentication protocol Pin
Kent Sharkey26-Feb-14 11:17
staffKent Sharkey26-Feb-14 11:17 
NewsGoogle’s Project Ara Modular Smartphone Gets Its Own Developer Conference This April Pin
Christopher Shields26-Feb-14 11:14
Christopher Shields26-Feb-14 11:14 
NewsArnoldC, an Arnold Schwarzenegger-based programming language Pin
Christopher Shields26-Feb-14 11:11
Christopher Shields26-Feb-14 11:11 
GeneralRe: ArnoldC, an Arnold Schwarzenegger-based programming language Pin
TheGreatAndPowerfulOz26-Feb-14 11:14
TheGreatAndPowerfulOz26-Feb-14 11:14 
GeneralRe: ArnoldC, an Arnold Schwarzenegger-based programming language Pin
Jason Cardoza26-Feb-14 11:16
Jason Cardoza26-Feb-14 11:16 

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.