Coding Grounds
Compilation of different programming projects I amuse myself with.
Tuesday, 14 October 2014
Asynchronous Entity Framework operations
›
Sample code: using System.Collections.Generic; using System.Data.Entity; using System.Linq; using System.Threading.Tasks; namespace Tes...
Monday, 13 October 2014
EntityFramework.Extended library performance capabilities
›
EntityFramework.Extended is an additional library that can be installed with Entity Framework 6 and give additional performance capabilities...
1 comment:
Monday, 29 September 2014
Java 8 - using collect in the Stream API
›
The following code povides some examples how to do collect() in the Java Stream API. import java.io.BufferedReader; import java.io.IOE...
‹
›
Home
View web version