-
Always wanted intellisense in Query Analyzer? Go to the website of red-gate and try it out. The download is free till 1st of september. SQL Prompt is also known as PromptSQL sold by Atadore SARL. A short summary: Just press CTRL + SPACE to trigger intellisense. Althought it don't work perfectly sometimes;...
-
For those who didn't recieved the MSDN flash today. Microsoft put all 52 MIX06 presentations online.So grap them while you can! I'm downloading the following sessions myself: TLN306: The .NET Language Integrated Query Framework: An Overview TLN307: C#: Future Directions in Language Innovation from Anders...
-
It was an excellent second day at the dutch DevDays. That's also because I won a brand new PSP value pack! :)) Thanks to Global Knowledge!! Today Bob Beauchemin gave an excellent presentation about error handling in SQL Server 2005. Finally SQL Server has a better exception handling with the new try...
-
How was day one? Well sometimes I got bored because I already saw some technologies they had shown before. For instance: the Windows Vista demo and the C# generics stuff. Besides that I had a wonderfull time. My goodies so far: Two free exam vouchers for upgrading my MCAD to MCPD! Cool man! The vouchers...
-
I installed Windows Vista Ultimate Edition Version 6.0 build 5308 just two days ago and I must say that this is quite a stable release. The performance of Beta 2 is a little better than Beta 1. The driver support is also much better now. My following pc hardware are supported: Onboard Nforce2: The sound...
-
The February CTP release of Windows Vista has just been made available (2/23/06 10:14:07 PM) for download on msdn. Can't wait to play with the windows sidebar:)
-
I was very curious about WinFX and it just crossed my mind to make a few graphical applications with WinFX. At first I thought that WinFX was just a graphical API. But I was totally wrong when I saw a introduction video by Brad Adams at Channel 9 . After that I was amazed about the potential of this...
-
Get yourself some free E-Learning courses for VS.Net 2005 and Sql Server 2005 with hands-on virtual labs, and offline functionality. These courses will be valid for 90 days, valued at $99.00 each won't be free forever, so sign on today. http://lab.msdn.microsoft.com/vs2005/learning/ http://www.microsoft...
-
Today I installed the final version of Visual Studio 2005 professional and when I first started Visual Studio I got this error message: Package Load Failure Package ' Visual Studio Class Designer' has failt to load properly. Here are my installation steps: 1. Installed Visual Source Safe 2005 and Visual...
-
This article will give you a short briefing about moving from Source Safe to Team System Source Control.
-
Yesterday I was tired of reading blogs about Vista and I decided to get some hands-on experience and started to install Windows Vista (build 5219)on my machine. First I made a new partition of 30 GB and formatted it as a NTFS partition. Then I burned the iso file and let autoplay do the job. 23:09 I...
-
Click here to download the Visual Studio 2005 Team Foundation Installation Guide. Click here to visit the Visual Studio 2005 Team Foundation Server Beta 3 Readme page. Click here to visit the Visual Studio 2005 Team Foundation Server Beta 3 Known Issues page.
-
Some things are just simply as it should be. A nice tip from ScottGu's blog and Erik Porter : Basically, if you place a file with this name (app_offline.htm) in the root of a web application directory, ASP.NET 2.0 will shut-down the application, unload the application domain from the server, and stop...
-
Microsoft finally released a beta version of their Development Toolbar for IE. Now you'll have the same functionality as the web developer extension for Firefox. Such as inspecting the Dom object, disable scripts, view image information, show a ruler, resize the window and etc. Beware! You have to reboot...
-
Via the ASP.NET website I found out that my clipboard wasn't secured at all. Every website I visit could read my clipboard with using javascript. Stupid me...... Click here for the article.