1. Apply sql like syntax to memory data objects (not only dataset and datatable but also others, such as array, collections (Hashtable, list, dictionary, Enumerable objects, and so on), so you can easily conduct filtering, sorting operations to these kinds data objects.
2. Apply not only filtering, sorting but also JOIN operations to dataset, so you can move many database tasks to applications.
3. Better performance in DLINQ (LINQ to SQL)
• INSERT 3.52x (faster)
• UPDATE 4.21x (faster)
• SELECT 0.93 (little bit slower)
2. Apply not only filtering, sorting but also JOIN operations to dataset, so you can move many database tasks to applications.
3. Better performance in DLINQ (LINQ to SQL)
• INSERT 3.52x (faster)
• UPDATE 4.21x (faster)
• SELECT 0.93 (little bit slower)