Blog is moving! You should check this post out on kevinpelgrims.com As I’m looking at CoffeeScript in my spare time, I wanted a fast way to build the scripts. Since I work with Sublime Text 2 for all my scripting, it seemed like the right tool for the job. Sublime is a text editor that [...]
Archive for December, 2011
Building CoffeeScript with Sublime on Windows
Posted in tools, web, tagged coffeescript, javascript, sublime, web on December 28, 2011 | 4 Comments »
Parallel programming in .NET – PLINQ
Posted in .net, parallel, tagged .net, c#, parallel on December 22, 2011 | Leave a Comment »
Blog is moving! You should check this post out on kevinpelgrims.com Now that we’ve covered the Task Parallel Library, it’s time to move on. What is PLINQ? PLINQ stands for Parallel LINQ and is simply the parallel version of LINQ to Objects. Just like LINQ you can use it on any IEnumerable and there’s also [...]
Parallel programming in .NET – Task Parallel Library
Posted in .net, parallel, tagged .net, c#, parallel on December 16, 2011 | 1 Comment »
Blog is moving! You should check this post out on kevinpelgrims.com I have talked about parallel programming in .NET before, very briefly: Parallel programming in .NET – Introduction. This follow-up post is long overdue What is the TPL? The Task Parallel Library is a set of APIs present in the System.Threading and System.Threading.Tasks namespaces. The [...]