Prev: Suspend DataGridView whilst updating a BindingList datasource
Next: SV: Type cast depending on the reciever type
From: Peter Duniho on 6 Oct 2009 02:35 On Mon, 05 Oct 2009 18:38:23 -0700, mp <nospam(a)thanks.com> wrote: > > "Peter Duniho" <no.peted.spam(a)no.nwlink.spam.com> wrote in message > news:op.u1ctdc18vmc1hu(a)macbook-pro.local... >> On Mon, 05 Oct 2009 17:57:45 -0700, mp <nospam(a)thanks.com> wrote: >> > >> in my case i did the binding in xaml....maybe you're talking about a >>> codebehind method? [...] >> >> By default, I am always talking about C# code. This is, after all, a C# >> newsgroup. :) > > thanks for the clarificaton...since i'm using c# and wpf is one option in > that ide I was thinking it was part of c# but i'm starting to get that > there > are technology overlaps in this world... dot net / c# / xaml / wpf ... Yes. As easy as it is to conflate them, it's important to keep in mind the separation between C# the language, and .NET the framework. Strictly speaking, C# doesn't require .NET, though it does require _some_ kind of managed framework like .NET. And of course, the .NET framework can be used from a wide variety of languages (C#, VB.NET, C++, F#, maybe some others I'm forgetting at the moment, like Python, Ruby, etc.). Pete |