Skip to content

Righthand Blog

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

  • Righthand Dataset Debugger Visualizer
Uncategorized

Sometimes (Visual Studio) error messages are just misleading

Posted on: September 28, 2012March 29, 2020

Take into account this code Task.Factory.StartNew( () => { throw new Exception(); }). ContinueWith( t => { }, TaskScheduler.FromCurrentSynchronizationContext); Which results in following error: error CS1593: Delegate ‘System.Action<System.Threading.Tasks.Task,object>’ […]

.net / VS 2012

Visual Studio 2012 and .net 4.5 have officially launched

Posted on: September 13, 2012March 29, 2020

Read more about the launch on Somasegar’s blog and attend the forthcoming SLODUG meeting (held in Ljubljana, Slovenia, Slovene language) dedicated to this launch – new features presented […]

Niche Blog by Fahim Murshed