Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in datacontext

Using ASP.NET MVC, Linq To SQL, and StructureMap causing DataContext to cache data

Is it safe to pass Linq and a .ToList(), .Single(), etc to another method as a func parameter?

linq c#-4.0 datacontext func

Strange behaviour (or bug?) with ComboBox in WPF when changing DataContext and having bound ItemsSource and SelectedItem

c# wpf xaml combobox datacontext

Can't access related data after disposal of DataContext in Linq to SQL

Removing DataContextChanged/Loaded Event Handlers on XAML User Control

LINQ to SQL: InsertOnSubmit() vs Add()

LINQ-to-SQL: ExecuteQuery(Type, String) populates one field, but not the other

binding to viewmodel not working mvvm

c# wpf xaml mvvm datacontext

How can I tell if a given Linq-to-Sql object is attached to a datacontext?

linq-to-sql datacontext

Passing DataContext to User Control in WPF

wpf datacontext

UNITY: passing in a new datacontext each time?

How do I close a window from its user control view model?

c#: How to pass linq-objects around

c# wpf linq-to-sql datacontext

Linq to SQL DataContext: how to load data?

Ninject caching an injected DataContext? Lifecycle Management?

Controller generate few threads, although not asked

What is the value of creating a viewmodel as DataContext vs as a StaticResource

c# wpf xaml mvvm datacontext

Multiple/Single *.edmx files per database

Order of Operations in Regards to DataContext, Hard-Coded Values, Binding Expressions, Templates, and Nested Controls

page.DataContext not inherited from parent Frame?

c# wpf binding datacontext msdn