My favorites | Sign in
Google
Projects on Google Code Results 1 - 10 of 117
== <font color="red">ATTENTION!</font> == <font size="3">BackLINQ sources have been rolled and merged into the [http://code.google.com/p/linqbridge/ LINQBridge] project and maintained under its identity. As a result, this project site has been retired and left here for archival purposes. Please f...
=jaLISQ= ==Java language integrated and type safe SQL querying== *jaLISQ offers type-safe and language integrated SQL querying for the Java programming language.* ---- If you want to help out and know SQL and/or Java and/or Eclipse plugin development please don't hesitate to drop me a line a...
= Linq to Excel = Use *LINQ* to retrieve data from *Excel* spreadsheets! == View the [http://www.vimeo.com/7689508 introduction video] == == Basic Example == {{{ var repo = new ExcelQueryFactory(); repo.FileName = "pathToExcelFile"; var peopleWithSiblings = from p in repo.Worksheet<Pers...
LINQ style functionality for Javascript. Allows you to work with sets of data using query style syntax to select, order and sort records. The code is especially useful if you have medium sized sets of information that could be sorted or searched, but you don't want to have to use a server side ca...
== Overview == Create business objects containing user defined rules from SQLMetal output. == Requirements == - Visual Studio 2008 Express Edition (or greater) - [http://www.microsoft.com/express/download]
LINQ in Action 附带的源代码 讨论群组: http://www.douban.com/group/LINQ/
serverless database engine based on linq to xml
LiuJu_Linq TO Sql
linq testing
With php-lc you can easily manipulate your PHP arrays in style of Python list comprehensions. * Python syntax: `[i*2 for i in Data if i > 5]` * php-lc syntax: `lc ('$i*2 for $i in $Data if $i > 5', compact ('Data'))` == php-lc examples == ===Example 1. Experimenting with powers.=== {{...
1 2 3 4 5 6 7 8 9 10 Next