Skip to content

Righthand Blog

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

  • Righthand Dataset Debugger Visualizer
.net / Windows

Visual Source Safe 2005 over web problem 0x80072F19

Posted on: November 22, 2007March 29, 2020

Did you ever try VSS 2005 Internet connection? I did once just for testing. I need it now for real, to connect to a client of mine. The […]

.net

Assigning default values to fields trivia

Posted on: November 15, 2007March 29, 2020

class Tubo { bool value; bool TuboTubo() { return value; } } Will this piece of code compile (answer without compiling, please )?

.net

How do you assign default values

Posted on: November 15, 2007March 29, 2020

In previous post I was asking whether a method returning an unassigned variable will compile and the answer is no, it won’t. So this brings an interesting question, […]

.net

Assigning default values to variables trivia

Posted on: November 14, 2007March 29, 2020

bool Tubo(string text) { bool value; if (text == "Tubo") value = true; return value; } Will this piece of code compile (answer without compiling please [:)])?

.net / Hardware / Windows

Speeding up build times dramatically

Posted on: November 2, 2007March 29, 2020

I have a VS 2005 solution with 19 projects.In total it consumes ~600MB of disk space (entire solution folder, including binaries). Needless to say that build times are […]

.net / DevExpress

Ribbon mania

Posted on: October 17, 2007March 29, 2020

I often wonder why is everybody jumping on the (Office like) ribbon wagon. Ribbon UI is clumsy if it isn't done properly and furthermore, if you ask me, […]

.net / DevExpress

What’s cooking in Developer Express house

Posted on: October 16, 2007March 29, 2020

[DevEx] improved public insight into DXperience next versions – they created a forum where their employees post news about forthcoming versions. So, if you curious what’s next by […]

.net

Dock.Fill should be used more often

Posted on: August 30, 2007March 29, 2020

Look at the picture below. These are the Team System tests results I run today. Why the heck is more than half of the window empty (huge red rounded […]

.net / DevExpress

Spell checker for developers is a good thing

Posted on: August 29, 2007March 29, 2020

Here is an output from Intel’s Matrix Storage Console when repairing a RAID array: Yep, it says Verifing instead of Verifying. This is a common harmless error that […]

.net

Command prompt utilities should have a readable help message

Posted on: August 29, 2007March 29, 2020

Today I had to display ILMerge‘s help information (btw, ILMerge does merge assemblies in a single assembly and it is a must have free utility produced by [MS] […]

Posts navigation

Previous page Page 1 … Page 9 Page 10 Page 11 … Page 31 Next page
Niche Blog by Fahim Murshed