Skip to content

Righthand Blog

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

  • Righthand Dataset Debugger Visualizer
Windows

Deleting forum posts?

Posted on: August 31, 2005March 29, 2020

Let’s say you are selling a product and you have a support forum where your (potential) users can ask questions, give suggestions, etc. – the usual stuff support […]

.net

Where has strong typed dataset’s XSD gone?

Posted on: August 17, 2005March 29, 2020

If you use an earlier version than Visual Studio 2005 (who doesn’t?) it is easy to change or view XSD that defines a strong typed dataset: you have to open […]

.net

Deploy multiple .net assemblies as a single file with ILMerge

Posted on: August 17, 2005March 29, 2020

Ever wanted to merge all .net assemblies (or just some of them) into a single file? Don’t look further, MS has a free ILMerge tool available for download here.Brief description from […]

.net

Countdown to VS 2005 RTM

Posted on: August 16, 2005March 29, 2020

According to this post there are 60 days left till Visual Studio 2005 goes RTM and everything looks good.

.net

GOLD is good

Posted on: August 15, 2005March 29, 2020

I am not talking about gold but about GOLD – A Free, Multi-Programming Language, Parser. Recently I had a need to implement a text box that allows entering […]

.net

Change in nullables implementation

Posted on: August 15, 2005March 29, 2020

Acording to this post Microsoft has decided to change the nullable types implementation for the August CTP. This is a bold move (and also a good one) being so […]

.net

How to deserialize a Dictionary<TKey, TValue> descendant using binary formatter

Posted on: August 6, 2005March 29, 2020

I just run across the problem of how to deserialize a Dictionary<TKey, TValue> descendant using BinaryFormatter. Serialization is not a problem, just mark the derived class with [Serializable] […]

.net / DevExpress

New CodeRush/Refactor Pro/Refactor for VB.NET 2005

Posted on: August 5, 2005March 29, 2020

Developer Express just released new version of CodeRush family, including a new free version of Refactor for VB.NET 2005. It has new refactorings and improved UI amongst the […]

.net / GPS

OziExplorer’s map-> GPSTuner’s gmi converter

Posted on: August 3, 2005March 29, 2020

These days I am evaluating GPSTuner PocketPC application. It displays your position on a map based on GPS input (and of course it has many more features besides this). […]

.net

NDoc is another fine utility

Posted on: August 2, 2005March 29, 2020

I have been using NDoc here and there for quite some time and I recommend it as a very cool utility for generating documentation out of your code comments. Generation […]

Posts navigation

Previous page Page 1 … Page 55 Page 56 Page 57 … Page 59 Next page
Niche Blog by Fahim Murshed