Factbites
 Where results make sense
About us   |   Why use us?   |   Reviews   |   PR   |   Contact us  

Topic: LINQ


In the News (Mon 4 Jun 12)

  
  LINQ - Wikipedia, the free encyclopedia
LINQ is a word-based card game from Endless Games, introduced at the American International Toy Fair in 2005.
The goal is to gain points by correctly naming the players with the word cards (the "linq") while preventing others from doing the same.
Players take turns giving one-word clues, giving the "linq" a chance to identify one another while the others try to bluff and confuse them.
en.wikipedia.org /wiki/LINQ   (131 words)

  
 Lung Information Needs Questionnaire (LINQ)
The LINQ measures two types of information need in patients who have chronic obstructive pulmonary disease (COPD): (a) the patient expresses a need for information, and (b) the patient indicates a behaviour for which there is evidence that this behaviour compromises self-management.
The primary purpose of the LINQ is as a pre-interview assessment.
Karen Hanney was immensely helpful during the development of the LINQ: she had a major role in the administration of the project including patient recruitment, she attended all focus groups, and was responsible for data input.
www.pms.ac.uk /linq   (1334 words)

  
 Welcome to LinqMusic.com!
LINQ was one of the fifteen finalists in the 2004 WRSI (93.9 the river) Singer/Songwriter Contest.
Linq is back in the studio working with June on her next project, which will be released in 2006.
Linq just spent two days in the studio recording four of her new songs with Julie Wolf on keyboards, Allison Miller on drums and congas, and June Millington on bass.
www.linqmusic.com   (2013 words)

  
 LINQ: wonderful or not?
One of the concept that in these days I've tryed to understand is certainly LINQ (one of the coolest news that comes out from the last PDC) and this post comes after lots of time from the LINQ announce because I always need times to think...
The DAL (Data Access Layer) is a must to have on this type of applications and certainly I think that LINQ cannot be used to write queries that works directly with the database embedded on your classes.
Certainly I've a lot to understand about it, but I think that LINQ is not an "embedded stored procedure" that have to work directly with a database...
demiliani.com /blog/archive/2005/09/21/2968.aspx   (473 words)

  
 Visual Basic and LINQ | Lambda the Ultimate
If you look closely at the new features introduced to C# and Visual Basic in the context of LINQ, you will recognize many familiar concepts that are regularly discussed on LTU ranging from monads, to meta-programming, lambda expressions, XML programming, to the relationship between static and dynamic typing.
The LINQ project consists of a base pattern of query operators (compare to the monad primitives) such as Select (map), SelectMany (concatMap), Where (filter), OrderBy (sort), and GroupBy (groupBy) on top of which Visual Basic and C# define query comprehensions (compare to monad comprehensions) that  facilitate querying objects, relational data and XML.
LINQ is a language design approach, so I am not sure I understand why you find that to be less on topic for LtU.
lambda-the-ultimate.org /node/view/967   (2960 words)

  
 Anders Hejlsberg - LINQ
LINQ stands for Language INtegrated Query and in a nutshell, it makes query and set operations, like SQL statements first class citizens in.NET languages like C# and VB.
Now all anyone has to do is implement an LINQ Object Provider (LOP) around their data and Bingo, instant user query access.
The C# syntax clumps all the LINQ syntax at the beginning and leaves the XML cruft for the end.
channel9.msdn.com /Showpost.aspx?postid=114680   (1531 words)

  
 Enjoy Every Sandwich : First Impressions of LINQ (the .NET Integrated Query Framework)
LINQ doesn't mean you shouldn't you shouldn't spend time learning and really understanding T-SQL, XQuery and XPath.
LINQ is a Microsoft-specific generic query technology where as XQuery is a vendor and platform neutral query language over XML.
However, LINQ is the first step towards an obvious end: A single query description and processing framework integrated at a very low level.
sqljunkies.com /WebLog/ktegels/archive/2005/09/14/16745.aspx   (876 words)

  
 Q&A: Microsoft to Simplify and Speed the Development of Data-Rich Applications by Extending the .NET Framework to ...
Using LINQ, developers will be able to write queries natively in C# or Visual Basic without having to use other languages, such as Structured Query Language (SQL) or XQuery, a query language for accessing XML data.
Then, based on these specifications, Project LINQ includes a set of language extensions to C# and Visual Basic and a set of libraries that provides integrated querying for objects, databases and XML data using native language syntax.
Not only will LINQ make life easier for developers by not requiring them to write as much code, but it will also let them do so much more because coding against data is suddenly so much easier.
www.microsoft.com /presspass/features/2005/sep05/09-13NETLanguage.mspx   (1688 words)

  
 Paul Mooney : The LINQ Project
In fact, as part of LINQ, we're introducing a new API called (DLINQ ?) that gives you Language Integrated Query for relational data and allows you to map tables and databases onto classes and objects in C# and VB.
The LINQ Project is a codename for a set of extensions to the.NET Framework that encompass language-integrated query, set, and transform operations.
LINQ Bloggers - Read about the latest developments in The LINQ Project on the blogs.
www.dotnetjunkies.com /WebLog/paul/archive/2005/09/16/132666.aspx   (329 words)

  
 Delphi Compiler Core   (Site not responding. Last check: 2007-10-16)
LINQ is a combination of language syntax and.NET framework infrastructure to support SQL-like query capabilities within high-level programming languages, operating on data in the programming languages' domain.
LINQ is clearly “next generation,” a child of “what could you do if you had a really good generics implementation under the hood” thinking.
LINQ's infrastructure is heavily dependent upon generic types and new things similar to or built upon anonymous methods.
blogs.borland.com /dcc   (5085 words)

  
 theTechSage : Microsoft Finds The Missing "LINQ" to Data Access
The project, codenamed LINQ (Language INtegrated Query), allows data query statements to be run inline with code rather than the current method of using several.NET Framework objects to retrieve data and process it.
Especially exciting is that developers can download the C# LINQ Tech Preview or the Visual Basic LINQ Tech Preview which includes the necessary compilers to begin exploring LINQ immediately.
LINQ seems like way more firepower than what your average system admin would need.
thetechsage.com /archive/2005/09/14/1009.aspx   (421 words)

  
 LINQ and IDENTITY fields
I was preparing a writeup on how LINQ handles IDENTITY fields, and there is some mixed news on this front.
I believe it may be due to my mixed use of retrieving a customer from the DB using LINQ, and then creating Order and OrderDetail objects locally and adding them to the Customer object.
In some ways, the reason I'm digging LINQ so much is that it reminds me of MIDAS (not on a feature by feature level, per se, but more on an "Ah, this speaks to me" level).
distribucon.com /blog/archive/2005/09/23/771.aspx   (689 words)

  
 .Net creator sees developer future with LINQ | InfoWorld | News | 2005-09-14 | By Elizabeth Montalbano, IDG News Service
With a new technology called.Net Language Integrated Query, or LINQ, introduced by Microsoft at its Professional Developers Conference (PDC) Tuesday, he said the software giant has taken another step forward toward solving a common problem for developers: how to integrate various sources of data into applications built with object-oriented programming models.
LINQ is Microsoft's early attempt at bridging the gap between data and object-oriented programming, Hejlsberg said.
Eventually, as LINQ becomes more fully developed, it will support all languages used for writing applications on.Net, Hejlsberg said."The dream is to create a single programming model for objects, relational data and XML," he said.
www.infoworld.com /article/05/09/14/HNfuturewithlinq_1.html   (1482 words)

  
 Static Protective FIBC Fabric is FDA compliant., Linq Industrial Fabrics, Inc.
LINQ® reformulated the proprietary fabric coating so that the coating has permanent properties and is humidity independent.
LINQ expects the transition to the new fabric to take no more than 90 days.
LINQ and CROHMIQ are registered trademarks of LINQ Industrial Fabrics, Inc., Summerville, SC, USA.
news.thomasnet.com /fullstory/453424   (747 words)

  
 LINQ   (Site not responding. Last check: 2007-10-16)
LINQ makes it easier to work with data by providing one way to query data like XML, databases, and.NET objects all from C#.
Anders demonstrates in his demo on Channel9, how much this process is simplified with LINQ.
LINQ does cool thinks like automatically creating the strongly typed business objects for you.
brockreeve.com /Blog/archive/2005/09/14/561.aspx   (244 words)

  
 Let me say it again: Linq==cool
For the people who misunderstood me in my last posting: I really like Linq as a general purpose system to offer a single interface for accessing enumerable data structures.
My point in my previous posting wasn't to rant about Linq, as I truly like it, my point was that the video gave me the idea as if they believed they had invented something like O/R mapping, an OO overview of your relational model and a compile-time checked query system.
I only hope Linq isn't compromised to make DLinq work better, but kept as generic as it is now, so 3rd party vendors can actually use it as our next-gen query language, which is a big benefit for our customers/users.
weblogs.asp.net /fbouma/archive/2005/09/20/425632.aspx   (1054 words)

  
 Ben Reichelt's Weblog : PDC, LINQ, Windows Workflow, Atlas.......I think I'm gonna hurl
I especially like the people who write these posts a day or two after its been announced, when the first person who posted about probably did it from their laptop within a good 30 seconds of the announcement, and another couple dozen in the minutes following.
With the advent of blogging becoming such a high visibility information stream, the PDC blogfest must be a marketers wet dream........
No I didn't visit the PDC and yes, just likeandamp;nbsp;Ben am drowning in the Linq is here blogposts.
codebetter.com /blogs/ben.reichelt/archive/2005/09/16/pdc_blogfest.aspx   (455 words)

  
 Dare Obasanjo aka Carnage4Life - Microsoft announces LINQ (and XLinq)
The big idea behind LINQ is to provide a consistent query experience across different "LINQ enabled" data access technologies AND to allow querying these different data access technologies in a single query.
Out of the box there are three LINQ enabled data access technologies that are being shown at PDC.
The LINQ Preview bits (incuding XLinq and DLinq) are being made available to PDC attendees.
www.25hoursaday.com /weblog/PermaLink.aspx?guid=c066dca0-7ead-4f0b-a3ea-347499bcbd0e   (320 words)

  
 Microsoft Announces LINQ at PDC 2005
Posted by: Paul Ballard on September 13, 2005 @ 05:38 PM During PDC 2005’s opening keynote Microsoft announced the development of the LINQ project (.NET Language Integrated Query), a set of standard query operators for use in working with data regardless of the data source.
Attendees will be receiving the LINQ early release bits today along with Office 12 Beta 1 and an interim release of Windows Vista.
LinQ is unstable as it has freezed VS2005 when i tried it.
www.theserverside.net /news/thread.tss?thread_id=36510   (3157 words)

  
 CoDe Magazine - Article: LINQ
The LINQ Project is a set of language extensions to C# and Visual Basic and a unified programming model that extends the.NET Framework to offer integrated querying for objects, databases, and XML.
LINQ is made up of a set of core query operators that can be applied to any.NET array or collection of objects, effectively providing SQL-like capabilities for in-memory data.
These capabilities are available to any language that implements the core requirements of LINQ - currently we are showing implementations in Visual Basic and C#.
www.code-magazine.com /Article.aspx?quickid=0511121   (489 words)

  
 Re: Anders Hejlsberg - LINQ
When you query a database via LINQ, the query expression that you construct in C# is translated into the corresponding SQL query and executed against the database.
What DLinq does is translate a LINQ query into a SQL statement, send it to the database and convert the results back into strongly typed objects for you.
As an astute C9'er pointed out earlier, you can even imagine implementations of the LINQ pattern for Active Directory or WinFS where you can reuse the same syntax (from, where, select) without having to understand each domain.
channel9.msdn.com /ShowPost.aspx?PostID=115843   (2097 words)

  
 Project LINQ Readme   (Site not responding. Last check: 2007-10-16)
LINQ PDC 2005 Tech Preview is now installed on your machine.
Check out the LINQ Home Page on MSDN for a downloadable prototype Visual Basic 9.0 compiler with samples, videos with the designers of LINQ, and forums where you can share and discuss your experiences with the LINQ Project.
LINQ Project Overview – An explanation of the motivations behind Language Integrated Query, and a peek into some of the new language capabilities that allow for rich type-checked querying of in-memory data, relational data stores, and XML.
www.bellware.net /BlogFiles/ReadMe.htm   (1471 words)

  
 CRN | Breaking News | Gates: Vista Workflow, LINQ Extensions To Benefit Partners
Microsoft Chairman Bill Gates said the Community Technology Preview of Windows Vista and Technical Preview of its LINQ Project are aimed at ISVs and developers but that solution providers are fast becoming part of that world.
Microsoft announced at PDC the Language Integrated Query (LINQ) Project, which is a set of language extensions to C# and Visual Basic that extends the.NET Framework by integrating query capabilities for objects, databases and XML data.
The new LINQ querying capability for C#, as well as Microsoft's corporate search technology and WinFS client and server technology under development, are all pieces of a multifaceted effort by Microsoft to let users search and surface needed data more quickly.
www.crn.com /sections/breakingnews/breakingnews.jhtml?articleId=170702876   (710 words)

  
 MarkItUp - Watch Anders talking about LINQ (Language INtegrated Queries)
I opened up VS and copied some LINQ code into the a code file, pressed compile and received an error stating that: "System.Array does not contain a definition for WHERE".
In this video Anders shows how to use LINQ and also explains some of the implementation that make it possible at a language and CLR-level such as: Extension Methods (lambda-like functions) and Anonymous Types.
I'll be interested to have a play with the samples to get a better understanding of how I'd implement some of this stuff.
markitup.com /Posts/Post.aspx?postId=213f63cd-8377-4929-b7ad-59d4f6104122   (342 words)

  
 LINQ Panel: Whadya wanna Know?
I love that LINQ will allow the developer to use relation and XML data easily in the.NET universe.
Also, relationships in such scenarios are not defined by an object model or hierarchy, how can these be described more concisely in the query (where's the JOIN statement).
My reasoning would be that say I have a LINQ query that I can't get to work they way I want and I go to my neighbor and ask for help...
pluralsight.com /blogs/dbox/archive/2005/09/15/14832.aspx   (2010 words)

  
 Visual C# Developer Center : Future Versions   (Site not responding. Last check: 2007-10-16)
See how LINQ is used when querying various data types with these sample queries.
In this video, LINQ is used to query in-memory data stores.
In this video, LINQ is used to query relational databases.
msdn.microsoft.com /vcsharp/future   (414 words)

  
 Smart Software: LINQ
I have been looking at the C# and LINQ docs available at MSDN.
LINQ provides a standard functional convention for writing queries, but languages are free to provide special syntax.
I wasn’t expecting the C# team to incorporate XML literals, but, at the very least, it should have been possible to create XML expressions succinctly through the new object initializer support.
wesnerm.blogs.com /net_undocumented/2005/09/linq.html   (1515 words)

  
 ActiveWin.com - The Most Activated Windows Resource
In case you haven't heard, LINQ (Language Integrated Queries) is one of Microsoft's project codename for adding a range of features to C# and Visual Basic to allow programmers to write "language-integrated query, set, and transform operations".
Furthermore, you don't actually have to use LINQ as such (which is only in preview) - F# is already a great alternative environment for exploring the concepts that underpin the LINQ paradigm.
The LINQ January Technology Preview bits extend Visual Basic 2005's capabilities by adding enhanced XML integration in both the language itself and the IDE (Integrated Development Environment), provides some code editor features for the LINQ syntax, and enables DLinq for Visual Basic 2005.
www.activewin.com   (3385 words)

  
 Introducing LINQ!
Throughout this week and beyond, we’re going to be doing a lot of talking about Project LINQ, so I wanted to start with a relatively brief overview of what the project is, what its goals are, and how they apply to VB.
To start with, LINQ stands for “Language Integrated QUery.” LINQ fundamentally is about integrating query operations into the.NET platform in a comprehensive and open manner.
As you can see, the LINQ project is extremely ambitious and this blog entry has just scratched the surface.
www.panopticoncentral.net /archive/2005/09/13/10501.aspx   (1376 words)

Try your search on: Qwika (all wikis)

Factbites
  About us   |   Why use us?   |   Reviews   |   Press   |   Contact us  
Copyright © 2005-2007 www.factbites.com Usage implies agreement with terms.