I learned something new this week: although WCF clients implement IDisposable, you should not put them in a “using” statement.
See the following MSDN article: Avoiding Problems with the Using Statement
Sure, it will close the connection when you...
I’ve recently been working on a GUI extension for 2011. Following the great work being done in the Power Tools project I refactored my server-side functionality in to a Model. This brings my extension...
I’ve recently been working on a GUI extension for 2011. Following the great work being done in the Power Tools project I refactored my server-side functionality in to a Model. This brings my extension in line with the approach used by our R&D guys when...
I was born Entre dos aguas . Do you know the beautiful guitar song with that name by Paco de Lucía? If you like flamenco music, you will enjoy his; he is a master with the guitar. "Entre dos aguas" is one of his most famous songs. He comes from my city...
When you need the TemplateRepeatIndex of an outer repeating region you can use the following code snippet: @ @Push ("OuterTemplateRepeatIndex", ${(TemplateRepeatIndex == 0) ? (parseInt( OuterTemplateRepeatIndex ) >= 0) ? parseInt( OuterTemplateRepeatIndex...