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 […]
Where has strong typed dataset’s XSD gone?
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 […]
Deploy multiple .net assemblies as a single file with ILMerge
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 […]
Countdown to VS 2005 RTM
According to this post there are 60 days left till Visual Studio 2005 goes RTM and everything looks good.
GOLD is good
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 […]
Change in nullables implementation
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 […]
How to deserialize a Dictionary<TKey, TValue> descendant using binary formatter
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] […]
New CodeRush/Refactor Pro/Refactor for VB.NET 2005
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 […]
OziExplorer’s map-> GPSTuner’s gmi converter
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). […]
NDoc is another fine utility
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 […]