Skip to content

Righthand Blog

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

  • Righthand Dataset Debugger Visualizer
.net 3.5 / LLBLGenPro / ORM

LLBLGen Pro gets LINQ capability

Posted on: March 12, 2008March 29, 2020

My favorite ORM tool just got better – Frans implemented Linq to LLBLGen Pro. He really implemented it to the last detail as he writes in a series […]

.net 3.5 / Hardware / WCF / Windows Mobile

Building your own Media Center

Posted on: March 10, 2008March 29, 2020

Since I have IPTV I am really annoyed by not having an option to save programs, like in old video recorder and cable network days. True, one can […]

.net 3.5 / WCF

"The target assembly contains no service types. You may need to adjust the Code Access Security policy of this assembly." annoyance

Posted on: March 10, 2008March 29, 2020

Did you ever encounter this dialog box when dealing with WCF services? “The target assembly contains no service types.  You may need to adjust the Code Access Security […]

.net 3.5 / ASP.Net

Visual Studio 2008 web-design related hotfix

Posted on: February 9, 2008March 29, 2020

[MS] relased Visual Studio 2008 hotfix that should eliminate some web-design annoyances, particularly the slowness of the IDE, according to the specs. Get the hotfix here. I hope […]

.net 3.5

VS2008 SP1?

Posted on: January 22, 2008March 29, 2020

I just read an interesting post about debugging enhancement for Visual Studio 2008 SP1. Right, the post isn’t interesting just because of new features but also because it […]

.net 3.5

A part of .NET Framework Source Code is available for debugging purposes

Posted on: January 17, 2008March 29, 2020

Great news. [MS] finally released a part of .NET Framework Source Code for debugging purposes. A move that didn’t even seem possible a year or so ago. Anyway, […]

.net 3.5

Guess the origin of source code

Posted on: January 17, 2008March 29, 2020

Guess where my debugger stopped. Follow up soon, but do guess. As a hint, this post is tied to a very recent notice regarding Visual Studio 2008.

.net / .net 3.5 / DevExpress / Visualizer

Righthand Dataset Debugger Visualizer goes 2008 and looses expiration restriction at the same time

Posted on: January 14, 2008March 29, 2020

As a (late) new year gift I’ve removed annoying expiration restriction from my dataset debugger visualizer. Find the 0.9.12 update here. I’ve also rebuilt it for Visual Studio […]

.net 3.5

A contribution to the Webheads CoP

Posted on: January 12, 2008March 29, 2020

Saša is doing some online community work for TESOL EVO BaW08 event. A part of her work is to create a nicely formatted weekly digest of forum threads […]

.net 3.5

Nicer way to check for a flag presence

Posted on: December 23, 2007March 29, 2020

Imagine you have this enum definition and a variable of same type: [Flags] public enum Tubo { One, Two } … Tubo tubo = Tubo.One; Now, how do […]

Posts navigation

Previous page Page 1 … Page 3 Page 4 Page 5 Page 6 Next page
Niche Blog by Fahim Murshed