A DataContext is used in WPF, Silverlight and various other .NET technologies.
I want to declare a DataContext through a static resource in XAML as a binding for the Customers in the …
c# wpf xaml datacontextI'm using ASP.NET 4.0. I've got the following code that returns with an error of "Cannot access a disposed object. …
c# linq linq-to-sql datacontextCan someone explain me the following XAML line? DataContext="{Binding RelativeSource={RelativeSource Self}}" Here the simple example of use. How …
c# xaml data-binding datacontextI'm using Linq to SQL. I have a DataContext against which I am .SubmitChanges()'ing. There is an error inserting …
c# linq linq-to-sql datacontext submitchangesCan someone pitch in their opinion about pros/cons between wrapping the DataContext in an using statement or not in …
linq linq-to-sql datacontext usingI am not sure if my question header represent exactly my problem, I will do the best to explain: I …
wpf mvvm datacontextI have an object in my view model that has a bunch of properties, some of them will occasionally be …
c# wpf silverlight binding datacontextIn WPF Databinding, I understand that you have DataContext which tells an element what data it is going to bind …
wpf data-binding datacontext itemssourceI am very new to WPF so forgive me if the question doesn't make sense. Is there an event that …
wpf datacontextI have a Visual Studio 2012 web application (fw. 4.5) where I try to linq to my sql database. I've added a …
c# asp.net web datacontext