R# is really useful, but sometimes, when I’m working to very big web forms or winform projects, and I know that I do not need R# feature because I’m only designing the UI, it can be useful to temporary suspend R#, freeing memory and speeding a little bit VS. In R#5 the option to disable [...]

Continue reading about Temporary disable Resharper 5

This morning, while I was playing with uninstalling office 2010 beta and reinstalling office 2010 RTM I was working, as usually, on a web application. I opened an aspx file, then click the “Designer” button, and Visual Studio 2008 hangs….I waited a couple of minutes, then I terminated it. I verified and VS2008 is hanging [...]

Continue reading about Visual Studio 2008 designer hangs

I’ve hit a strange behavior of Hidden Field inside a disable asp.net panel, here is a simplified scenario that can reproduce my problem: 1: <form id="form1" runat="server"> 2: <asp:HiddenField ID="hf1" runat="server" /> 3: <asp:TextBox ID="tb1" runat="server"></asp:TextBox> 4: <asp:Panel ID="Panel1" runat="server" Enabled="false"> 5: <asp:HiddenField ID="hf2" runat="server" /> 6: <asp:TextBox ID="tb2" runat="server"></asp:TextBox> 7: </asp:Panel> 8: <asp:Label ID="Label1" [...]

Continue reading about Asp net and an HiddenField inside a disable panel

I have a database where reports are done with stored procedure over the OLTP database, and we begin to suffer poor performance because we have a lot of data and sometimes reports are locked by transaction issued from components that does bulk data insertion. A viable solution is moving all data in a DataWarehouse server [...]

Continue reading about SSIS use parameter with ADO Net source in DataFlow

Quite often, customers ask for web application to be fully compatible with IE6 IE7 and IE8, so you need to always have some virtual machine with all version of IE running somewhere. In such a scenario, having right template machine in Lab Management can be a good option, so I decided to try it out [...]

Continue reading about Preparing template machine for Lab Management