JavaScript debugger in internet explorer 8
Introducing the ie8 developer tools jscript profiler
Responding to change updated getter setter syntax in ie8 rc 1
Wednesday, March 25, 2009
Thursday, March 12, 2009
SQL can't compare on ntext type - equals
http://social.msdn.microsoft.com/Forums/en-US/transactsql/thread/6bd4c661-ea0b-435f-af78-097e61549d41/
http://www.willstrohl.com/Blog/tabid/66/EntryId/124/HOW-TO-Compare-Values-in-NTEXT-Field.aspx
http://www.willstrohl.com/Blog/tabid/66/EntryId/124/HOW-TO-Compare-Values-in-NTEXT-Field.aspx
Tuesday, November 11, 2008
SqlCommand Timeout
I got this error message on my screen.
Here are resources that I found useful to solve it:
Error Message: Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.Error Source: .Net SqlClient Data Provider
http://www.eggheadcafe.com/software/aspnet/31039592/timeout-expired--the-tim.aspx
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=117416&SiteID=1
http://msdn.microsoft.com/en-us/library/system.data.sqlclient.sqlcommand.commandtimeout(VS.71).aspx
http://osdir.com/ml/windows.devel.dotnet.general/2002-06/msg01183.html
Here are resources that I found useful to solve it:
Error Message: Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.Error Source: .Net SqlClient Data Provider
http://www.eggheadcafe.com/software/aspnet/31039592/timeout-expired--the-tim.aspx
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=117416&SiteID=1
http://msdn.microsoft.com/en-us/library/system.data.sqlclient.sqlcommand.commandtimeout(VS.71).aspx
http://osdir.com/ml/windows.devel.dotnet.general/2002-06/msg01183.html
Tuesday, July 8, 2008
Playing with Visual Studio customization
How many times it happened to you that by mistake you've changed your Visual Studio IDE and you didn't know how to reset it back?
And the main problem after was that spending precious time on Google, searching for a solution!
Well, here comes one of the best practices advice on avoiding this bad scenario.
Under Tools menu you have an option "Import and Export settings"
It will take you to next screen:
1.

You should always make a backup of your current settings, just that in case of a trouble, you can always restore your favorite settings back!
2.

3.

Another great thing is that if you haven't already made a back up, you can always use visual studio predefined [default] settings, and build your new one, begging from the good starting point!
4.

Visual studio is one the most customizable IDE's. The only thing is: it requires some research and try out. And once you configure it, it works so smooth that you gonna enjoy it!
Good luck customizing!
And the main problem after was that spending precious time on Google, searching for a solution!
Well, here comes one of the best practices advice on avoiding this bad scenario.
Under Tools menu you have an option "Import and Export settings"
It will take you to next screen:
1.
You should always make a backup of your current settings, just that in case of a trouble, you can always restore your favorite settings back!
2.
3.
Another great thing is that if you haven't already made a back up, you can always use visual studio predefined [default] settings, and build your new one, begging from the good starting point!
4.
Visual studio is one the most customizable IDE's. The only thing is: it requires some research and try out. And once you configure it, it works so smooth that you gonna enjoy it!
Good luck customizing!
Tuesday, July 1, 2008
Sunday, June 29, 2008
Saturday, June 28, 2008
Subscribe to:
Posts (Atom)


