Here at company we have several projects using ASP.Net MVC, jQuery, LinqToSql and StructureMap . Suppose I have this situation: A Company edit page. This page has 2 tabs: Details and Employees. Deta
i have found alot of sh*** right now. But not the things that im looking for. I need to export a LINQ query (or the Datasource of my DataGridview)
Say I have 3 tables, Cars, Persons, CarOwners. Cars is just a table of cars and Persons are different people that can own cars. CarOwners has a CarId and a PersonId relationship and a CarOwnerId PK.
I have a set of objects that I\'m returning via a Linq to SQL query. I\'d like to modify the query so that I return a set of objects that are combined only when one of the fields match.
Can anyone help me, to convert the below sql query to Linq (Lambda Expressions). Thanks in Advance. SQL Query:
I\'ve been working on a project for a while now. I hadn\'t touched it in a bit and when I came back to it and tried to open the dbml file, I\'m getting this error.
I have 3 tables. Post: PostID, PostName Tag: TagID, TagName PostTag: PostTagID, PostID, TagID Following codes are how I insert many to many. but I use SubmitChanges() three times,I dont think that
I have a method in a datalibrary that looks like this public IEnumerable<GeneralContractLine> getContractLines(int GeneralContractID)
Is there a way to force LINQ to SQL to avoid using TOP X when using Skip(0)? I have a query that runs just fine for every paged result...except for page 1. I\'ve profiled the query and the introductio
Hi Guys thanks for all the help on things. Im using linq and im able get get data ouf of it realy easy. but i seem to not be able to update the data. the program does not error on it and it looks like