Questions tagged as 'linq-to-sql'

2
answers

Can the dbml generated by LINQ to SQL be updated asynchronously?

I was making some changes to my database, when I finished as usual the normal is to delete the entities that suffered changes and drag the entities of the database again through the server browser. What I want to ask you is that if there is a...
asked by 24.10.2017 / 22:19
1
answer

Create a Local DB in xamarin form using SQLite and Linq for a model obtained from an API Service

Greetings, I need a mobile application that obtains data from an API Service to work also offline, for this I must create a local table that stores the model with the information that I bring from the API when there is an internet connection,...
asked by 23.09.2017 / 05:34
1
answer

linq to SQL does not update data since you install visual studio 2017

Since installing visual studio 2017 I do not update the data in the database with linq. check the code many times and it's all good, it's more from other projects I also stop updating. I think it's a problem of the LinQ class but the point is th...
asked by 01.09.2017 / 05:54
1
answer

void create and T createT

What is the difference between using void and T create Void does not return anything to me and T returns an entity to me, is the use of both is according to the scenario I have, should I use one or the other? It would bring me complication...
asked by 01.04.2016 / 22:03