I\'m getting to a point with my app where I\'m about to try to roll out utc support. I\'ve already got it all working and have written myself two utility classes, called convertToUtc and convertFromU
Is there a hook somewhere within Linq to SQL that would allow me to manually modify a command before it is sent to the database?
I have another post which resulted in this SELECT DISTINCT a.ArticleID, COUNT(*) AS KeywordMatch, a.Headline,
I have a non-trivial Linq To Sql query that I\'m trying to break down into pieces for the sake of readability / further filtering / reuse.
Can anyone po开发者_JAVA百科int out some good LINQ training resources. Mostly interested in getting some developers that are very skilled with SQL up to speed using Lambda and LINQ queries. They are s
I have the following LINQ code: var posts = (from p in db.Posts .Include(\"Site\") .Include(\"PostStatus\")
Is it possible to get a LINQ to SQL DataContext to run completely in-memory? Without it touching the database?
I have table A and Table B. Table B contains two columns, Name and ID. Table A contains several columns and a foreign key column pointing to B.ID called B_ID
After I do an insert using linq to sql, can I get the Identity_scope value back if my table has an iden开发者_开发问答tity column?Linq to SQL does the job for you, the identity value it\'s available j
This might all be a bit subjective: Our organization has made a strong attempt to adopt LINQ to SQL as our primary data access method and for the most part this works well. (Let’s leave the EF out o