Click here to Skip to main content
15,893,487 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: Not the Apod Pin
Jörgen Andersson8-Oct-18 9:53
professionalJörgen Andersson8-Oct-18 9:53 
Rantdatabinding, yeah, right. Pin
raddevus8-Oct-18 8:51
mvaraddevus8-Oct-18 8:51 
GeneralRe: databinding, yeah, right. Pin
Richard Deeming8-Oct-18 9:07
mveRichard Deeming8-Oct-18 9:07 
GeneralRe: databinding, yeah, right. Pin
raddevus8-Oct-18 9:25
mvaraddevus8-Oct-18 9:25 
GeneralRe: databinding, yeah, right. Pin
Richard Deeming9-Oct-18 1:46
mveRichard Deeming9-Oct-18 1:46 
GeneralRe: databinding, yeah, right. Pin
raddevus9-Oct-18 1:54
mvaraddevus9-Oct-18 1:54 
GeneralRe: databinding, yeah, right. Pin
Richard Deeming9-Oct-18 1:57
mveRichard Deeming9-Oct-18 1:57 
GeneralRe: databinding, yeah, right. Pin
Marc Clifton8-Oct-18 9:22
mvaMarc Clifton8-Oct-18 9:22 
The problem with data binding is that you think you can bind to any public property, but that's not true. Some are read-only of course, but many don't implement the event firing mechanism that says "I've changed". Doing that requires discipline on the part of the developer. At some point, the developer will say, "WTF, I have a hundred properties for this UI control, and I'm supposed to write a "PropertyChanged" setter call for each one?" Wink | ;)

What Microsoft should do is create a special PropertyWithChangeEvent syntactical sugar that creates the call for you. Big Grin | :-D
Latest Article - A Concise Overview of Threads

Learning to code with python is like learning to swim with those little arm floaties. It gives you undeserved confidence and will eventually drown you. - DangerBunny

Artificial intelligence is the only remedy for natural stupidity. - CDP1802

GeneralRe: databinding, yeah, right. Pin
raddevus8-Oct-18 9:27
mvaraddevus8-Oct-18 9:27 
GeneralRe: databinding, yeah, right. Pin
Mycroft Holmes8-Oct-18 11:54
professionalMycroft Holmes8-Oct-18 11:54 
GeneralRe: databinding, yeah, right. Pin
Eddy Vluggen8-Oct-18 10:01
professionalEddy Vluggen8-Oct-18 10:01 
GeneralRe: databinding, yeah, right. Pin
raddevus8-Oct-18 10:19
mvaraddevus8-Oct-18 10:19 
GeneralRe: databinding, yeah, right. Pin
Eddy Vluggen8-Oct-18 10:46
professionalEddy Vluggen8-Oct-18 10:46 
GeneralRe: databinding, yeah, right. Pin
TNCaver10-Oct-18 5:21
TNCaver10-Oct-18 5:21 
JokeRe: databinding, yeah, right. Pin
raddevus10-Oct-18 7:40
mvaraddevus10-Oct-18 7:40 
GeneralRe: databinding, yeah, right. Pin
TNCaver11-Oct-18 4:51
TNCaver11-Oct-18 4:51 
GeneralRe: databinding, yeah, right. Pin
raddevus11-Oct-18 5:08
mvaraddevus11-Oct-18 5:08 
GeneralRe: databinding, yeah, right. Pin
CodeWraith8-Oct-18 20:01
CodeWraith8-Oct-18 20:01 
NewsRe: databinding, yeah, right. Pin
Super Lloyd8-Oct-18 19:54
Super Lloyd8-Oct-18 19:54 
GeneralRe: databinding, yeah, right. Pin
Sander Rossel9-Oct-18 4:25
professionalSander Rossel9-Oct-18 4:25 
GeneralRe: databinding, yeah, right. Pin
raddevus9-Oct-18 7:32
mvaraddevus9-Oct-18 7:32 
GeneralRe: databinding, yeah, right. Pin
Sander Rossel10-Oct-18 9:05
professionalSander Rossel10-Oct-18 9:05 
GeneralRe: databinding, yeah, right. Pin
raddevus10-Oct-18 9:17
mvaraddevus10-Oct-18 9:17 
GeneralRe: databinding, yeah, right. Pin
PIEBALDconsult9-Oct-18 8:02
mvePIEBALDconsult9-Oct-18 8:02 
GeneralRe: databinding, yeah, right. Pin
raddevus9-Oct-18 8:14
mvaraddevus9-Oct-18 8:14 

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.