I had been struggling today with the linq2sql dbml design files. When I start out and place my tables on the designer everything is OK. Them I modify the namespaces and turn off the connection string
I\'m having issues with a converter i\'m using to convert between a string and our timeformat. The converter itself works fine and is implemeneted like this:
My application (WCF service) uses LINQ data contexts and recently we\'ve decided to wrap everything in a transaction. Seems to work pretty well; each call into the service has its own transaction so i
I need your help very much. I\'d like to update object created in another datacontext; Here is my code. Insert statement works well but I can\'t write code for update
I have using a basic DataContext to create objects then submit these into a database. Have written a couple of tests myself to see which is fast but just wondering which method is considered best pra
The thing i want to do looks easy, but takes me a l开发者_C百科ot of time without any result.. =/
I want to combine binding from my custom data context which contains ViewModel class and ResourceProvider class. Custom data context is set as window DataContext.
I\'m using ASP.NET 4.0. I\'ve got the following code that returns with an error of \"Cannot access a disposed object.
I realise this question has been asking before, but I\'ve yet to find an answer that actually works. My issue is occuring when my unit tests are trying to call a web service that uses Linq to query t
I have DataContext classes generated from dbml. Once I get data from the database, I need to transform them into DataContract classes so that the objects can be sent via WCF.