I am thinking about using a generic version of Thread.VolatileRead and Thread.VolatileWrite. The code is similar to existing one (actually there are plenty of overloads) with the difference […]
A managed path to DirectCompute
About DirectCompute After NVidia Cuda, OpenCL we got DirectX’s version (of GPGPU parallelism for numerical calculations) named DirectCompute. All three technologies are very similar and have one goal: to […]
Want to try Parallel Extensions on .net 3.5?
Check out Reactive Extensions to .NET (Rx). Looks like it includes “a back ported (and unsupported) release of Parallel Extensions for the .NET Framework 3.5 in the form […]
Jinxing your application
If you ever wrote a multithreading application you should understand how hard is to get it right. If you don’t understand it then your application most probably isn’t […]
.net reflector pro is awesome
.net reflector I am sure we all know and love .net reflector originally developed by Lutz Roeder and took over by fine folks at Red Gate. If you […]
Parallel Programing in .net 4.0/Visual Studio 2010 presentation slides (NT Konferenca 2009 version, in Slovene)
Here are the slides used in my Parallel programming in .net 4.0/Visual Studio 2010 presentation (Slovene language) on NT Konference 2009. I hope you had good time during […]
Študent je car 2009
I’ll be talking about parallel computing in Visual Studio 2010/.net 4.0 on both forthcoming “Študent je car” events in Maribor (9.4.) and Ljubljana (20.4.). See you there.
Parallel computing in Visual Studio 2010/.net 4.0 slides
Just finished the presentation about Parallel computing in Visual Studio 2010/.net 4.0 at TŠC Nova Gorica (a part of Microsoft’s event for students). Audience was cool and almost […]