I noticed when performing many database transactions using BeginSaveChanges(null, null) the last query is sometimes unsuccessful. Is it because the instance of my DataContext died too quickly for the
I created a javascript AdoNetDataContext and created a DataView from it. I was using textboxes on the template for the table columns. AdoNetDataContext can track changes if there were any on the textb
Recently i implemented Linq to SQL in a static class in my ASP.Net project which is a utility class to get some information on site load. when i used the static linqtosql datacontext i got the above e
I have two different DataContexts (SQL Databases开发者_开发技巧) that have the same data, just with slightly different naming:
I\'m fairly new to LINQ and trying to find a more elegant way (other than ADO.Net) to query and manipulate data in a SQLite database. I\'m using System.Data.SQLite and wondering if there is a DataCont
I\'m my Project Browser page I have 2 sub-elements that warrant their own controller (and not simply a user-control) - Upload and FileBrowser, and so I\'ve added them using Html.RenderAction(Action, C
I was working on creating a reusable custom control (not a user control) in WPF. I created the XAML in the Themes/Generic.xaml file and I setup the \"lookless\" functionality in the control\'s CS file
I\'m iterating the tables of a context and then the properties of those tables to eager load all columns in a context. I received some help via another question, but I don\'t seem to be able to figure
I\'m a bit of a .net newbie and I\'ve been working on my first big silverlight project.So pardon the lack of lingo and the length of the question.But my problem is as follows.
After rendering full grid I need to change data context of selected Row since initially \"simple\" objects are filled as data source and when single item is selected (looking at RowDetailsVisibilityCh