Feed on
Posts
Comments

Category Archive for 'Parallel Fx and PLINQ'

PDC09  has started. Unfortunatelly I’m not there. But no worries! Everythings get recorded by the Channel 9 chaps.
I thought: let’s share my recommended movies / the movies I’ll watch :).
So here we go:

Data Programming and Modeling for the Microsoft .NET Developer
Don Box! The main guy behind Oslo, someone you should always watch!
Microsoft ASP.NET 4 Core Runtime for [...]

Read Full Post »

A funny thing I noticed recently while having a discussion about parallelism is that everybody is convinced that Microsoft should solve this issue. I’m sure they are on the good way with the Parallel Framework, although they we’ re kind of late. Haven’t they promised use to do the spreading over available resources [...]

Read Full Post »

Scott Guthrie announced this morning that the Web Deployment project of Visual Studio 2008 is finally released. Short from now I’ll write  tutorial for all you guys how to work with Sitecore and the deployment project.For those guys who can’t wait, please review this tutorial by Scott himself.
 
Last weeks lots of interesting movies passed my [...]

Read Full Post »

One of the coolest things with new initiatives such as PLINQ is that they are extremely early adopted by developers to work and test with. On MSDN Forum a lot of interesting discussions started this weekend. When you’re interested in the way Microsoft handles the feedback, take a look at the following topics. And when [...]

Read Full Post »

On Kim’s request, I’ve written some additional tests:
private void PerformWorkOldFashioned()
{
using (new SectionTimer("Old fashioned using the foreach and if statement", true))
[...]

Read Full Post »

A lot of exiting weeks have passed the way. The introduction of VS2008 on MSDN, Silverlight 1.1 is renamed to 2.0 and… PLINQ appeared! Last friday, Runi spent some time on showing what LINQ can do for you in a Sitecore environment. As it is Runi’s second post in 6 months, so I don’t expect [...]

Read Full Post »