Advertisement

1 - 10 of 45 containing alltags:("C#, LINQ") (0 seconds)
SELECT pet.Id, pet.Name FROM pet INNER JOIN Farm f ON f.Id= pet.Id WHERE f.Type = 'thePetType' How do i turn that into linq?
Zones: C#Date Answered: 01/06/2008 Grade: A Views: 4
I would like to do several linq operations and stopre the results in several different temp tables, then i want to do some linq operations on those temp tables, and I want to do this all in one lin...
Zones: C#Date Answered: 02/09/2008 Grade: B Views: 26
I am trying to export data from SQL tables to XML files. I found the following website which gives a good explanation: http://www.hookedonlinq.com/Default.aspx?Page=LINQtoXML5MinuteOverview&Aspx...
Zones: MS Visual C#, XML, LINQDate Answered: 02/29/2008 Grade: A Views: 28
Hi, I am using LINQ to SQL, and one thing I don't like about it, is that it automatically adds connectionstring to my .config file and use a connection string key in the generated code, since I...
Zones: LINQ, .Net Editors & IDEs, MS DevDate Answered: 03/25/2008 Grade: B Views: 106
I am new to linq. I have a query which can't compile, and I wish to learn what would be the best practice way of solving the problem. Here is the linq (the orderby section is what's interesting) ...
Zones: C#Date Answered: 04/08/2008 Grade: A Views: 144
I am trying to convert a NOT IN sub query into the LINQ definition but can't fugure it out.  Anyone have an idea? SELECT * FROM Permissions WHERE Permission_ID NOT IN ( SELECT Permission_ID ...
Zones: Visual Studio, MS Visual C#, LINQDate Answered: 04/28/2008 Grade: A Views: 210
Hi Experts. I need some help figuring out how I can validate that the XML file contains specific elements. I have a loop:
Zones: C#, MS Visual C#, LINQDate Answered: 06/27/2008 Grade: A Views: 168
I am converting a project that i am in the process of developing to use LINQ to SQL. My problem is a scheduled process that syncs data with a 3rd party via several XML files. I am building one huge...
Zones: LINQ, MS Visual Basic, MS Visual C#Date Answered: 06/17/2008 Grade: A Views: 44
Hi Experts, Still learning LINQ and stuck on this one.. I have a pretty simple XML file: Xdoc document = XDoc.Load(" <root> <hi>   <node1></node1>   <node2></node2>   <node3></node3> </h...
Zones: LINQ, MS Visual C#Date Answered: 06/26/2008 Grade: A Views: 38
Hi Experts. I ran into a problem here and hope that I can get some help here. Is there a way to get the next primary key ID ( identity ) of the row that's about to be added to the database with...
Zones: LINQ, C#, MS Visual C#Date Answered: 07/27/2008 Grade: A Views: 217