Skip to content

mikeliu8492/aliq-dotnet

 
 

Repository files navigation

ALIQ

Abstract Language Integrated Query

NuGet

Creating a Business Logic Using ALIQ

Use the Bag type and extension methods from Aliq\Extensions.cs.

Creating a Back-End Which Execute the Business-Logic

Implement a Bag<T>.IVisitor from Aliq\Bag.cs.

Back-End Examples

  • Enumerable.
  • Advanced Enumerable:
    • multi-threading (# of threads/nodes == # of processord).
    • cache tables that will be reused.

For Developers

Build Status Build status

About

Abstract Language Integrated Query for .Net

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 99.6%
  • Batchfile 0.4%