Posts Topics Forums Images
Search videos from message boards Videos Search messages from microblogs Microblogs Search messages from imdb.com Imdb Search messages from yuku.com Yuku Search messages from lefora.com (free forums) Lefora
My account: Login | Sign Up
Loading... 

LINQ | Topic profile

Topic profile page for LINQ. This page has aggregated data from forum posts, threads, listings, online discussions, newsgroups, messageboards, and other online sources which contain user generated content for the term: LINQ.
Topic "Linq" was discussed 11,075 times on 716 sites in last 3 months
Search discussions, forums, images, videos, about "Linq" on BoardReader!
 

BoardReader Trendy!

Topic 1:

Topic 2:

Topic 3:

Domain Profile
Domain:

Posting activity graph on linq:

Posts by:  day  week  month 

 

Related topics:


linq was discussed on the following sites:

MSDN Forums MSDN Forums - 3,061 MSDN Forums - site profile
Forums - ASP.NET Forums - 1,524 Forums - ASP.NET Forums - site profile
VBForums - Visual Basic and VB .NET Discussions and More! VBForums - Visual Basic and VB .NET Discussions... - 1,186 VBForums - Visual Basic and VB .NET Discussions and More! - site profile
CodeProject: Discussion Boards. Free source code and programming help CodeProject: Discussion Boards. Free source... - 387 CodeProject: Discussion Boards. Free source code and programming help - site profile
Forums : The Official Microsoft Silverlight Site Forums : The Official Microsoft Silverlight Site - 360 Forums : The Official Microsoft Silverlight Site - site profile

 

Related threads on linq:

Data Access and ObjectDataSource Control getting error using LINQ to sql  Forums - ASP.NET Forums - site profile Data Access and ObjectDataSource Control - forum profile  Go to this thread  getting error using LINQ to sql
Data Access and ObjectDataSource Control Read Excel file using LINQ  Forums - ASP.NET Forums - site profile Data Access and ObjectDataSource Control - forum profile  Go to this thread  Read Excel file using LINQ
LINQ to SQL Batch Insertion with LINQ to SQ:  MSDN Forums - site profile LINQ to SQL - forum profile  Go to this thread  Batch Insertion with LINQ to SQ:
jeffa00 http://bit.ly/3rQ6y LINQ plus Dryad (parallel...  Twitter / jeffa00 - site profile jeffa00 - forum profile  Go to this thread  http://bit.ly/3rQ6y LINQ plus Dryad (parallel computing): just add cluster for scalable data w/o rel. DB 10:52 AM Oct 21st from web
LINQ to SQL Two-way binding LINQ to SQL datacontext classes  MSDN Forums - site profile LINQ to SQL - forum profile  Go to this thread  Two-way binding LINQ to SQL datacontext classes

Latest threads on linq:

مقالات CodeProject
Started 1 day, 3 hours ago (2009-12-01 12:33:00)  by CodeProject
An event logging class, and an auto-logging LINQ DataContext descendant built around it View the full article
Source: www.arabteam2000-forum.com More from this site www.arabteam2000-forum.com - site profile 
Forum:  مقالات CodeProject  مقالات CodeProject - forum profile
Thread:  Show this thread (1 post) More from Automatic Event Logging in LINQ  Thread Thread info: Automatic Event Logging in LINQ Size: 341 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Automatic Event Logging in LINQ :: مقالات CodeProject :: www.arabteam2000-forum.com"
ADO.NET DataSet
Started 1 day, 13 hours ago (2009-12-01 02:48:00)  by jeffersante
I'm using LINQ to SQL in a WPF project and need to send a summary email once a week.  I'm running into problems with the following code:         Dim _dc As DataClasses1DataContext = New DataClasses1DataContext()         Dim empls = From emp In _dc.Employees Select emp         Dim startOfWeek = DateTime.Now.Subtract(TimeSpan.FromDays(7))         Dim summaries = From d In _dc.view_...
Source: MSDN Forums More from this site MSDN Forums - site profile 
Forum:  ADO.NET DataSet  ADO.NET DataSet - forum profile
Thread:  Show this thread (1 post) More from LINQ iteration problem  Thread Thread info: LINQ iteration problem Size: 1,428 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "LINQ iteration problem :: ADO.NET DataSet :: MSDN Forums"
Visual C# General
Started 1 day, 14 hours ago (2009-12-01 01:08:00)  by code_warrior
Hi friend, If i have the choice of using LINQ and SQL queries which one should i use to contribute to increase the performance of the application? cheers
Source: MSDN Forums More from this site MSDN Forums - site profile 
Forum:  Visual C# General  Visual C# General - forum profile
Thread:  Show this thread (3 posts) More from Is LINQ used in industrial applications?  Thread Thread info: Is LINQ used in industrial applications? Size: 203 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Is LINQ used in industrial applications? :: Visual C# General :: MSDN Forums"
LINQ Project General
Started 1 day, 19 hours ago (2009-11-30 20:44:00)  by damianrflynn
Hello, I have a generic list object filled with account names: private List accountNamesChecked I want to use LINQ to sum the current allocations of each account in 'accountNamesChecked' based on the contents of the following list: private List accountNamesAndAllocations The list 'accountNamesAndAllocations' contains a number of instances of the following ...
Source: MSDN Forums More from this site MSDN Forums - site profile 
Forum:  LINQ Project General  LINQ Project General - forum profile
Thread:  Show this thread (2 posts) More from LINQ to Types  Thread Thread info: LINQ to Types Size: 2,771 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "LINQ to Types :: LINQ Project General :: MSDN Forums"
Started 1 day, 22 hours ago (2009-11-30 17:19:23)  by drdexter33
Hey there. Is there a LINQ to Oracle provider out there anywhere? Thanks. Doug
Source: Forums - ASP.NET Forums More from this site Forums - ASP.NET Forums - site profile 
Forum:  Oracle  Oracle - forum profile
Thread:  Show this thread (1 post) More from LINQ To Oracle Provider  Thread Thread info: LINQ To Oracle Provider Size: 245 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "LINQ To Oracle Provider :: Oracle :: Forums - ASP.NET Forums"
LINQ Project General
Started 1 day, 23 hours ago (2009-11-30 16:13:00)  by Kyle.Savant
Please provide me with syntax to do a Left Outer Join using LINQ to Entities. 
Source: MSDN Forums More from this site MSDN Forums - site profile 
Forum:  LINQ Project General  LINQ Project General - forum profile
Thread:  Show this thread (3 posts) More from LINQ to Entities -- Left Outer Join  Thread Thread info: LINQ to Entities -- Left Outer Join Size: 105 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "LINQ to Entities -- Left Outer Join :: LINQ Project General :: MSDN Forums"
Visual C# General
Started 2 days, 2 hours ago (2009-11-30 13:41:00)  by allmhuran
Preface: I looked for an appropriate LINQ board, but this is not specifically about LINQ to Entities or LINQ to XML, its just about LINQ to simple in memory objects. If there's a better place I won't be offended if someone suggests it. Say I have a class containing a row of denormalized data, like so: Class RecipeRow {  public string recipeName;  public string instructions;  public ...
Source: MSDN Forums More from this site MSDN Forums - site profile 
Forum:  Visual C# General  Visual C# General - forum profile
Thread:  Show this thread (5 posts) More from Using LINQ to normalize in-memory objects  Thread Thread info: Using LINQ to normalize in-memory objects Size: 2,640 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Using LINQ to normalize in-memory objects :: Visual C# General :: MSDN Forums"
LINQ to SQL
Started 2 days, 5 hours ago (2009-11-30 10:48:00)  by kinl99
Hi, I`m trying to bind a Linq-to-Sql-Query to a dataGridView var ma_fest = from m in db.Table where m.Field != "string" select m; Everythings been working fine so far, but if I change my query to var ma_fest = from m in db.Table  where m.Field != "string"...
Source: MSDN Forums More from this site MSDN Forums - site profile 
Forum:  LINQ to SQL  LINQ to SQL - forum profile
Thread:  Show this thread (1 post) More from Linq-2-Sql + DataGridView  Thread Thread info: Linq-2-Sql + DataGridView Size: 2,468 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Linq-2-Sql + DataGridView :: LINQ to SQL :: MSDN Forums"
Windows Forms General
Started 2 days, 5 hours ago (2009-11-30 10:15:00)  by Ishteyak ahmad
Can some one give me VB Equivalent of C# code which is there in this site: http://blogs.msdn.com/lukeh/archive/2007/10/01/tak ing-linq-to-objects-to-extremes-a-fully-linqified- raytracer.aspx  
Source: MSDN Forums More from this site MSDN Forums - site profile 
Forum:  Windows Forms General  Windows Forms General - forum profile
Thread:  Show this thread (1 post) More from Problem with Lambda Expression and Linq  Thread Thread info: Problem with Lambda Expression and Linq Size: 822 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Problem with Lambda Expression and Linq :: Windows Forms General :: MSDN Forums"
Started 2 days, 8 hours ago (2009-11-30 07:19:54)  by imperialx
Hello, Why I'm getting this overload error "Overload resolution failed because no accessible 'Where' can be called with these arguments:" when using the Where clause in LINQ. Dim sports = From sportAttire In _dbSportsAttire _          Select New With { _         .Id = sportAttire.spID }                 For x As Integer = 0 To 3                     Dim spID As Integer = x                    ...
Source: Forums - ASP.NET Forums More from this site Forums - ASP.NET Forums - site profile 
Forum:  Data Access and ObjectDataSource Control  Data Access and ObjectDataSource Control - forum profile
Thread:  Show this thread (4 posts) More from Where Clause in LINQ  Thread Thread info: Where Clause in LINQ Size: 1,207 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Where Clause in LINQ :: Data Access and ObjectDataSource Control :: Forums - ASP.NET Forums"
 

Hot threads on linq:

Started 4 days, 5 hours ago (2009-11-28 10:27:35)  by meegho
I'm new in using LINQ and I need to solve the following case or I don't know may be I need to change my hole approach I have 2 entitie Partener and Customer on my DB. Customer has a FK from Partner , I dragged them to dbml file then I created my own classes using the DataContext, frist class  RepositoryPartner and seconed one RepositoryCustomer which has instance from RepositoryPartner i need ...
Source: Forums - ASP.NET Forums More from this site Forums - ASP.NET Forums - site profile 
Forum:  Data Presentation Controls  Data Presentation Controls - forum profile
Thread:  Show this thread (4 posts) More from DataGrid , Classes , LINQ  Thread Thread info: DataGrid , Classes , LINQ Size: 2,066 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "DataGrid , Classes , LINQ :: Data Presentation Controls :: Forums - ASP.NET Forums"
Windows Live ID: Development
Started 2 days, 16 hours ago (2009-11-29 23:46:00)  by Diegolo
Hi, Starter site commerce server 2007 is not taking the using System.Linq Does anyone have a workaround? thanks,
Source: MSDN Forums More from this site MSDN Forums - site profile 
Forum:  Windows Live ID: Development  Windows Live ID: Development - forum profile
Thread:  Show this thread (2 posts) More from how to make Linq works on Commerce server 2007 starter site  Thread Thread info: how to make Linq works on Commerce server 2007 starter site Size: 164 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "how to make Linq works on Commerce server 2007 starter site :: Windows Live ID: Development :: MSDN Forums"
.NET
Started 5 days, 13 hours ago (2009-11-27 02:48:00)  by ywndotno
Hi I am fairly new to asp programming and having a headache with this Linq query: I'm trying to get the average price from a list of prices: from (THIS SHOULD BE A LINK) MSDN: How to: Count, Sum, or Average Data by Using LINQ (Visual Basic) I understand i have to write the code like this: dim averagePrice = Aggregate price In db.items Into Average() I have also tried with: dim ...
Source: SitePoint : New Articles, Fresh Thinking for Web D... More from this site SitePoint : New Articles, Fresh Thinking for Web Developers and Designers - site profile 
Forum:  .NET  .NET - forum profile
Thread:  Show this thread (1 post) More from ASP.Net 3.5 and Linq with VB.NET  Thread Thread info: ASP.Net 3.5 and Linq with VB.NET Size: 810 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "ASP.Net 3.5 and Linq with VB.NET :: .NET :: SitePoint : New Articles, Fresh Thinking for Web D..."
Started 1 week, 1 day ago (2009-11-24 04:05:00)  by yns.emre
i want to know how to get linq query to a class property,if i do like this "private IEnumarable query;"  it gives error  "The type or namespace name 'T' could not be found (are you missing a using directive or an assembly reference?)"  what should i do to make a property of linq query in a class ? i dont want a method because i am doing a web control so i should get query from a property...
Source: Forums - ASP.NET Forums More from this site Forums - ASP.NET Forums - site profile 
Forum:  Data Access and ObjectDataSource Control  Data Access and ObjectDataSource Control - forum profile
Thread:  Show this thread (3 posts) More from how to make linq query a class property ?  Thread Thread info: how to make linq query a class property ? Size: 594 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "how to make linq query a class property ? :: Data Access and ObjectDataSource Control :: Forums - ASP.NET Forums"
Started 6 days, 14 hours ago (2009-11-26 01:06:00)  by svmali
Hi All, I just started developing my web application with .net 3.5 and VS 2008.I worked on 2.0 and VS 2005. Can anyone know how can I build the 3-tier approach in .net 3.5 using LINQ.If anyone found a good example of this on net please share. Regards
Source: Forums - ASP.NET Forums More from this site Forums - ASP.NET Forums - site profile 
Forum:  Architecture  Architecture - forum profile
Thread:  Show this thread (4 posts) More from Building 3-Tier Architecture using LINQ  Thread Thread info: Building 3-Tier Architecture using LINQ Size: 362 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Building 3-Tier Architecture using LINQ :: Architecture :: Forums - ASP.NET Forums"
Started 6 days, 17 hours ago (2009-11-25 22:09:48)  by JBeckton
  I have followed this tutorial by Scott pretty much to the T against my own database. http://weblogs.asp.net/scottgu/archive/2007/08/27/ linq-to-sql-part-8-executing-custom-sql-expression s.aspx I am getting an error in my Partial class. The name 'ExecuteQuery' does not exist in the current context.  I cannot for the life of me figure out what went wrong. public partial class ...
Source: Forums - ASP.NET Forums More from this site Forums - ASP.NET Forums - site profile 
Forum:  Data Access and ObjectDataSource Control  Data Access and ObjectDataSource Control - forum profile
Thread:  Show this thread (7 posts) More from Using Custom SQL Queries with LINQ to SQL... Help  Thread Thread info: Using Custom SQL Queries with LINQ to SQL... Help Size: 2,266 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Using Custom SQL Queries with LINQ to SQL... Help :: Data Access and ObjectDataSource Control :: Forums - ASP.NET Forums"
Started 6 days, 8 hours ago (2009-11-26 07:50:00)  by SkykeN
Hallo, I took over a project from someone and I have to change the database (add columns, add associations,...). Now when I work with linq I make an SQL diagram in SQL first and then make the linq database model so when I change something I just delete the model and let VS automaticly generate a new one with the modifications. But this guy made all connections and so in the LINQ DBML itself so...
Source: Forums - ASP.NET Forums More from this site Forums - ASP.NET Forums - site profile 
Forum:  Data Access and ObjectDataSource Control  Data Access and ObjectDataSource Control - forum profile
Thread:  Show this thread (2 posts) More from LINQ database model to SQL diagram?  Thread Thread info: LINQ database model to SQL diagram? Size: 777 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "LINQ database model to SQL diagram? :: Data Access and ObjectDataSource Control :: Forums - ASP.NET Forums"
Started 6 days, 21 hours ago (2009-11-25 18:18:45)  by eloquera
A new version of the Eloquera database 2.5.0 now supports LINQ  http://www.eloquera.com Now you can run the query like this: var movies = from Movie m in db where m.Title == "Joe" orderby m.Year select m; Don't forget, you need Microsoft .NET 3.5 SP1 to run this version of Eloquera Database.
Source: Forums - ASP.NET Forums More from this site Forums - ASP.NET Forums - site profile 
Forum:  Announcements  Announcements - forum profile
Thread:  Show this thread (1 post) More from Eloquera DB (web-oriented .NET object database) now supports LINQ  Thread Thread info: Eloquera DB (web-oriented .NET object database) now supports LINQ Size: 554 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Eloquera DB (web-oriented .NET object database) now supports LINQ :: Announcements :: Forums - ASP.NET Forums"
Started 6 days, 9 hours ago (2009-11-26 06:36:00)  by epb1
Hi guys, I use LINQ to SQL and Dynamic Data controls. I have created a partial class that represents a table in my database. The table has three datetime fields (among some other fields that are not relevant in this matter): MyDate, MyDateSet and LastModified. MyDate and MyDateSet are nullable while LastModified is not nullable. MyDate is to be updated by the user while MyDateSet and ...
Source: Forums - ASP.NET Forums More from this site Forums - ASP.NET Forums - site profile 
Forum:  Data Access and ObjectDataSource Control  Data Access and ObjectDataSource Control - forum profile
Thread:  Show this thread (2 posts) More from LINQ: Problem with updating nullable datetime field automatically  Thread Thread info: LINQ: Problem with updating nullable datetime field automatically Size: 3,265 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "LINQ: Problem with updating nullable datetime field automatically :: Data Access and ObjectDataSource Control :: Forums - ASP.NET Forums"
Started 5 days, 6 hours ago (2009-11-27 09:02:00)  by neeraj_kumar_it
Hi I'm using LINQ to sql  var advisorsList = (from rec in aeweb.AutoHarvestFILists                             join c in CashEdgeList on rec.AdvisorID equals c.CeAssignedID                             select new { rec.FIName, rec.AutoHarvestFI_ID, rec.AdvisorID });               AdvisorList AdvisorsList = new AdvisorList();        foreach (var a in advisorsList)       ...
Source: Forums - ASP.NET Forums More from this site Forums - ASP.NET Forums - site profile 
Forum:  Data Access and ObjectDataSource Control  Data Access and ObjectDataSource Control - forum profile
Thread:  Show this thread (3 posts) More from getting error using LINQ to sql  Thread Thread info: getting error using LINQ to sql Size: 2,480 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "getting error using LINQ to sql :: Data Access and ObjectDataSource Control :: Forums - ASP.NET Forums"