Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
linq
- Page 1
Re: linq
Programming
Software Development
11 Years Ago
by ddanbe
LINQ
stands for Language INtegrated Query; It is a sort of query tool inside VB to query a database, a List of objects or an XML file. In a way, the query becomes independent of the source.
Re: linq
Programming
Software Development
11 Years Ago
by ddanbe
LINQ
stands for Language INtegrated Query; It is a sort of query tool inside C# to query a database, a List of objects or an XML file. In a way, the query becomes independent of the source.
Re: linq
Programming
Software Development
11 Years Ago
by mayaestat
LINQ
: Language Integrated query
linq
Programming
Software Development
11 Years Ago
by 21345572
what is
linq
expressions and how do you write
linq
expressions?
linq
Programming
Software Development
11 Years Ago
by 21345572
what is
linq
expression and how do u write
linq
expressions?
Re: LINQ
Programming
Web Development
14 Years Ago
by ciint
To store the data in
linq
using this syntex [code=asp]var database = from colomn in … where condition select condition;[/code] then Bind the data using
Linq
Data Source. [code=asp] protected void Page_Load(object sender, EventArgs…
Re: LINQ help
Programming
Software Development
13 Years Ago
by vehpurple
… System.ComponentModel; using System.Data; using System.Drawing; using System.
Linq
; using System.Text; using System.Windows.Forms; namespace Project { public… System.ComponentModel; using System.Data; using System.Drawing; using System.
Linq
; using System.Text; using System.Windows.Forms; namespace Project { public…
Re: linq
Programming
Software Development
11 Years Ago
by cxzei
see http://code.msdn.microsoft.com/101-
LINQ
-Samples-3fb9811b
LINQ
Programming
Web Development
14 Years Ago
by prasanthsagar
Hey all I have a mdb file. I need to use this file as a datasource to display in the gridview. Can anyone suggest me how to use a
LINQ
to add to that gridview. here the purpose of gridview is simply to display some rows....... Regards, Prasanth.
Re: LINQ
Programming
Web Development
14 Years Ago
by rohand
… the gridview. Can anyone suggest me how to use a
LINQ
to add to that gridview. here the purpose of gridview…
Linq
Programming
Software Development
14 Years Ago
by yashodhan05
Can we create Microsoft access database using
linq
programatically?
Re: Linq
Programming
Software Development
14 Years Ago
by Momerath
[URL="http://msdn.microsoft.com/en-us/library/bb399420.aspx"]How to: Dynamically Create a Database (
LINQ
to SQL)[/URL]
linq
Programming
Web Development
14 Years Ago
by ravanan88
how to implement the concept of
linq
which is goin to retrives all the users(name only) who logged on to system
LINQ help
Programming
Software Development
13 Years Ago
by vehpurple
okay so i have Form2 which has a db table named Car using
LINQ
with four attributes(Make, Model, Year, Price). Now Form1 has 4 textboxs using ReadLines to acquire the make,model,year,price). How do i get them to insert into the table on Form2. thanks in advance for the help.
Linq
Programming
Software Development
11 Years Ago
by 21303359
What is
linq
?
Re: Linq
Programming
Software Development
11 Years Ago
by Stuugie
[Google Works](http://lmgtfy.com/?q=
Linq
)
[LINQ, C#]Problem with autogenerated DataClasses.designer.cs
Programming
Web Development
16 Years Ago
by szmitek
…64: public DataClassesDataContext(System.Data.IDbConnection connection, System.Data.
Linq
.Mapping.MappingSource mappingSource) : Line 65: base(connection, … Line 239: { Line 240: throw new System.Data.
Linq
.ForeignKeyReferenceAlreadyHasValueException(); Line 241: } Line 242: this.OnPagesGroupIDChanging(value);…
Re: LINQ in a WCF Service
Programming
Software Development
15 Years Ago
by kvprajapati
….msdn.com/aconrad/archive/2007/12/10/
linq
-to-rest.aspx"]
Linq
to REST[/URL] [URL="http…library supports constructing queries against remote data services using
LINQ
. In essence the library provides a strongly typed …query experience via
LINQ
, where each
LINQ
query is translated by the library to HTTP…
LINQ union problem
Programming
Software Development
11 Years Ago
by jkvt
Hi, I have two
LINQ
queries that produce two different results, but the …var unionResources = gen.Union(con); Error 1 'System.
Linq
.IQueryable<AnonymousType#1>' does not contain a definition…the best extension method overload 'System.
Linq
.ParallelEnumerable.Union<TSource>(System.
Linq
.ParallelQuery<TSource>, System.Collections.…
Linq to SQL
Programming
Software Development
13 Years Ago
by syd919
…, I hope you are all doing fine. I have a
Linq
to SQL problem. My entity class is as follows; [CODE…]using System; using System.Data.
Linq
; using System.Data.
Linq
.Mapping; namespace SilverlightGrid.Web.TableMappings { [Table(Name = "…
LINQ QUERIES
Programming
Web Development
11 Years Ago
by hussain_ahmed
…using System.Web.UI.WebControls; using System.Data.
Linq
.Mapping; public partial class Default3 : System.Web.…(); } protected void Button6_Click(object sender, EventArgs e) { //
Linq
to SQL DataClassesDataContext dc = new DataClassesDataContext(); var biofee = from…
LINQ insert method problem, .NET 3.5, VS2008, LINQ
Programming
Web Development
16 Years Ago
by andrewgxx
… btnSave_Click method load up the 3
LINQ
Entities with the correct values. I call the
LINQ
method "InsertProject" to insert…
Re: Linq to SQL
Programming
Software Development
13 Years Ago
by thines01
Can you convert the Table<Travel_MealDetails> to a List<Travel_MealDetails> before running the
Linq
? Also (after that), your
linq
can just return a List<Travel_MealDetails> [CODE] return (from c in lst_meals select new ... ).ToList(); [/CODE] ...you won't need to call .ToList() twice.
Re: LINQ union problem
Programming
Software Development
11 Years Ago
by Ketsuekiame
… understands these are result sets and not queries. Surround your
LINQ
in brackets and use `.AsEnumerable()` (This is still only a…
Re: LINQ Question
Programming
Web Development
16 Years Ago
by sedgey
Scott Gu's blog has a great article on
linq
to sql which includes examples of executing stored procs. [URL…="http://weblogs.asp.net/scottgu/archive/2007/08/16/
linq
-to-sql-part-6-retrieving-data-using-stored-procedures.aspx…"]http://weblogs.asp.net/scottgu/archive/2007/08/16/
linq
-to-sql-part-6-retrieving-data-using-stored-procedures.aspx…
LINQ query \ LAMBDA expression - complex requirement
Programming
Software Development
16 Years Ago
by sumitshah4u
… 10 SELL I want this datatable to be processed by
LINQ
/ LAMBDA expressions in such a way that will give me… 10 BUY Can anybody please help me in writing a
LINQ
query \ LAMBDA expression for the above case. Thanks in advance…
LINQ in a WCF Service
Programming
Software Development
15 Years Ago
by swinefish
… I've built, and it's with
LINQ
. Having written the service, which uses
LINQ
to SQL classes, I am now trying…
Re: LINQ - getting IEnumerables
Programming
Software Development
15 Years Ago
by Rashakil Fol
…m still confused about the IEnumerables that emerge from the
LINQ
query and how to access them properly.[/QUOTE] Except …when doing joins, I prefer to avoid the
LINQ
syntax and just use the Enumerable extension methods directly. It… to double check that I'm right). If you want
LINQ
syntax for that, you'd write [code] var groups =…
LINQ errors
Programming
Software Development
14 Years Ago
by robinettmw
…" is not working. Thoughts? [code] using System; using System.
Linq
; using System.Collections.Generic; public class Invoice { //declaring variables public… class below creates an array of invoice objects and // uses
LINQ
queries to extract specific data from that array public class…
Re: LINQ seems to be slowing down application
Programming
Web Development
14 Years Ago
by samacoba
…,i do not get a pause in the same way
LINQ
does when a connection to the DB is opened. I… this app,the previous Dev left,he did the actual
LINQ
mapping nd stuff, up till two or so weeks ago… i had not worked with
LINQ
at all... Heres the descprition for the callog Field:''callog_description…
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC