Skip to content

Righthand Blog

About .NET/C#, Xamarin, Flutter and other fun technologies

  • Righthand Dataset Debugger Visualizer
.net / Parallel programming

Generic Thread.VolatileRead and Thread.VolatileWrite

Posted on: January 21, 2010March 29, 2020

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 […]

.net 3.5 / DirectX / Graphics / Parallel programming

A managed path to DirectCompute

Posted on: December 4, 2009March 29, 2020

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 […]

.net 3.5 / .net 4.0 / Parallel programming

Want to try Parallel Extensions on .net 3.5?

Posted on: November 20, 2009March 29, 2020

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 […]

.net / Parallel programming / Windows

Jinxing your application

Posted on: October 26, 2009March 29, 2020

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 […]

Parallel programming / Red Gate / Visual Studio / VS Add In

.net reflector pro is awesome

Posted on: October 7, 2009March 29, 2020

.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 […]

.net 4.0 / Parallel programming / Presentation / Slovenia / VS 2010

Parallel Programing in .net 4.0/Visual Studio 2010 presentation slides (NT Konferenca 2009 version, in Slovene)

Posted on: May 30, 2009March 29, 2020

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 […]

.net 4.0 / Announcement / Parallel programming / Slovenia / VS 2010

Študent je car 2009

Posted on: March 24, 2009March 29, 2020

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.

.net 4.0 / Parallel programming / Slovenia / VS 2010

Parallel computing in Visual Studio 2010/.net 4.0 slides

Posted on: February 10, 2009March 29, 2020

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 […]

Niche Blog by Fahim Murshed