Posts tagged with ".NET Development" - Page 8

Resharper Build 84 secret feature

Jun 8, 2004

On the JetBrain's Resharper changes page it is written:

Build 84

  • Documentation summary is shown in completion list and in Parameter Info (<b class="strong">Ctrl+P</b>)
  • Code completion for symbol references in doc-comments
  • Option to switch between VS icons and own ReSharper icons for symbols
  • Code style options for modifier keywords order and use of explicit private/internal modifier (and Reformat Code can reorder modifiers)
  • A secret feature, many of you will see it in the next few days :-)

Continue reading

I solved my issue concerning the Addin registration in Visual Studio .NET 2003

Jun 6, 2004

I had a problem to register new addins in Visual Studio .NET 2003 that I exposed there : Refactoring my publishing tool. When I was starting Visual Studio .NET 2003 I got this dialog:

Continue reading

Update of Tech Head Brothers site

I refactored quit a lot of code on my site Tech Head Brothers this week and went to bed late (around 1:30 AM each day). But now it is running better and faster. I removed the rendering to Pdf using NFop of the articles because it works locally on my TEST server but not on the PROD one.<br/><br/>One of the speed improvement is due to the complete reimplementation of a user control that download a RSS to publishnews on my site. The issue with the previous method was that the cache was buggy. Now what I am doing is to to use two values in cache, one is the RSS document (a XML document as a string) and that one never expire:

Continue reading

Page 8 of 10