Click here to Skip to main content
15,881,852 members
Articles / Web Development / ASP.NET

An introduction to LINQ for db4o

Rate me:
Please Sign up or sign in to vote.
4.77/5 (23 votes)
8 May 2008CPOL17 min read 94.8K   999   60  
A demo web application for demonstrating the power of LINQ for db4o.
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="LinqProviders.aspx.cs" Inherits="DemoWebSite.Documents.LinqProviders" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
    <title>Untitled Page</title>
</head>
<body>
    <form id="form1" runat="server">
    <div>
        <h3>LINQ Providers</h3>
        <ul>
            <li><a href="http://weblogs.asp.net/fmarguerie/archive/2006/06/26/Introducing-Linq-to-Amazon.aspx">LINQ to Amazon</a> </li>
            <li><a href="http://www.codeplex.com/LINQtoAD">LINQ to Active Directory</a> </li>
            <li><a href="http://paulstovell.net/blog/index.php/why-synclinq-should-matter-to-you/">LINQ to Bindable Sources</a> (SyncLINQ) </li>
            <li><a href="http://www.codeplex.com/LinqOverCSharp">LINQ over C# project</a> </li>
            <li><a href="http://www.codeplex.com/LinqtoCRM">LINQ to CRM</a> </li>
            <li><a href="http://developer.db4o.com/blogs/product_news/archive/2008/02/12/linq-is-here.aspx">LINQ to db4o</a> </li>
            <li><a href="http://www.codeplex.com/xlslinq">LINQ to Excel</a> </li>
            <li><a href="http://www.codeplex.com/metalinq">LINQ to Expressions</a> (MetaLinq)</li>
            <li><a href="http://www.codeplex.com/LinqExtender">LINQ Extender</a> (Toolkit for building LINQ Providers) </li>
            <li><a href="http://www.codeplex.com/LINQFlickr">LINQ to Flickr</a> </li>
            <li><a href="http://www.codeplex.com/LinqToGeo">LINQ To Geo - Language Integrated Query for Geospatial Data</a> </li>
            <li><a href="http://www.codeplex.com/glinq">LINQ to Google</a> </li>
            <li><a href="http://www.codeplex.com/i4o/Release/ProjectReleases.aspx?ReleaseId=3519">LINQ to Indexes</a> (LINQ and i40) </li>
            <li><a href="http://blogs.msdn.com/mattwar/archive/2007/08/09/linq-building-an-iqueryable-provider-part-vi.aspx">LINQ to IQueryable</a> (Matt Warren on Providers) </li>
            <li><a href="http://james.newtonking.com/archive/2008/02/11/linq-to-json-beta.aspx">LINQ to JSON</a> </li>
            <li><a href="http://www.ayende.com/Blog/archive/2007/03/17/Implementing-Linq-for-NHibernate-A-How-To-Guide--Part.aspx">LINQ to NHibernate</a> </li>
            <li><a href="http://www.codeplex.com/JSLINQ">LINQ to JavaScript</a> </li>
            <li><a href="http://community.bartdesmet.net/blogs/bart/archive/2007/04/05/the-iqueryable-tales-linq-to-ldap-part-0.aspx">LINQ to LDAP</a> </li>
            <li><a href="http://weblogs.asp.net/fbouma/archive/2008/03/12/beta-of-linq-to-llblgen-pro-released.aspx">LINQ to LLBLGen Pro</a> </li>
            <li><a href="http://www.codeplex.com/linqtolucene">LINQ to Lucene</a> </li>
            <li><a href="http://www.codeplex.com/metawebToLinQ">LINQ to Metaweb(freebase)</a></li>
            <li><a href="http://code2code.net/DB_Linq/">LINQ to MySQL, Oracle and PostgreSql</a>(DbLinq) </li>
            <li><a href="http://blog.joefeser.com/post/Linq-To-NCover-Part-2.aspx">LINQ to NCover</a></li>
            <li><a href="http://www.liensberger.it/web/blog/?p=235">LINQ to Opf3</a> </li>
            <li><a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=e848dc1d-5be3-4941-8705-024bc7f180ba&amp;displaylang=en">LINQ to Parallel (PLINQ)</a> </li>
            <li><a href="http://blogs.msdn.com/hartmutm/archive/2006/07/24/677200.aspx">LINQ to RDF Files</a> </li>
            <li><a href="http://www.codeplex.com/LINQtoSharePoint">LINQ to Sharepoint</a> </li>
            <li><a href="http://www.codeplex.com/LinqToSimpleDB">LINQ to SimpleDB</a> </li>
            <li><a href="http://www.codeplex.com/Slinq/">LINQ to Streams</a> </li>
            <li><a href="http://blogs.msdn.com/hartmutm/archive/2006/06/12/628382.aspx">LINQ to WebQueries</a> </li>
            <li><a href="http://bloggingabout.net/blogs/emile/archive/2005/12/12/10514.aspx">LINQ to WMI</a></li>
            <li><a href="http://cs.rthand.com/blogs/blog_with_righthand/archive/2008/02/23/LINQ-to-XtraGrid.aspx">LINQ to XtraGrid</a> </li>
        </ul>
    </div>
    </form>
</body>
</html>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior) Mirabeau bv
Netherlands Netherlands
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions