I’m exited on Brian Harry’s plan to do a series of posts regarding programming practices in his blog. The main reason is that Brian had really wrote tons of good code and it is really interesting knowing how he organize his projects. From this first post I strongly agree with a couple of concepts, the [...]
I installed on metal VS2010 RC, and when I tried to write the first line of code I see that intellisense failed to show parameter info. This bring me back when I was young, and we have to remember all C stdlib functions because we used vi in linux to edit source file, but in [...]
Continue reading about Visual Studio 2010 Intellisense does not show “Parameter Info”.
I have this piece of domain model. The LinkResult class has a property called Link that point to a AnalyzedLink class that in turn has a collection of AnalyzedLinkExtClass called ExtData. All the relation are unidirectional, this means that there is nothing that bring me from AnalyzedLink to a linkResult and nothing that bring me [...]
Continue reading about Power of HQL – Condition on a collection
I have a project with a complex user control used to select some values in hierarchic categories, it was realized with the UpdatePanel, it supports searching, selection by cascade of combo and much more, everything works great, but performances are not so good. Now I decide to create another version that use jQuery to do [...]
Continue reading about PopupControlExtender set focus to a control on popup
