With the release of Windows Vista SP1, Windows Vista is more capable than ever of addressing contemporary business challenges. With a focus on continuous quality improvement, SP1 offers benefits in six key areas: 1. Device coverage: 98 of the top 100 devices are now supported, and more than 47,000 drivers...
As I said in the last post I have been using Live Mesh for a few weeks now. Since then, Microsoft has released an update to Mesh; those of you who are using it and not updated it yet, I would suggest you do. It will restart the Windows shell once the update is finished, but I would recommend to save...
You might have heard of the new "Cloud" service from Microsoft called Live Mesh . You can get more details on the team's blog and a few videos . While I have the Mesh bits installed for a few weeks I only recently started using it and was very handy when I wanted to get to some information...
If you got a fingerprint reader on your machine and are running Vista then think twice before installing SP1! About 7-8 months ago I got a new tablet ( Lenovo X61 ) which is a pretty sweet machine with Vista pre-installed and all was well until I installed SP1 and then the thing won't even boot....
This stumped me for a while and I was not sure what I was doing wrong. Apparently it seems if you don't have the <configSections> element in your app config file as the first thing then you get a weird error saying "Only one <configSections> element allowed ...." (see example...
This is probably old news now, but something which has me concerned as it can cause lots of unseen issues. In .NET 3.5 the default ThreadPool count has been increased ten-fold from 25 to 250 per processor per process ! ThreadPools as we know are quite handy - not only do they help when an application...
When you install SP1 for .NET 3.0 by default that changes the throttling settings you might be use to. You could get into a situation where a number of calls are processed and then they stop with the client eventually timing out. To get around this you either explicitly close your connection (which is...
With all the modern systems using multi-core and multi-processor systems, tapping this new power is an interesting challenge for developers. It also fundamentally starts the shift on how your "average Joe" interacts with a computer and things that he/she expects to be able to. First, check...
WCF's configuration is somewhat complex and the first time you start using it can been daunting. Below is an image of the schema published by Microsoft. You can print this out on a A3 or something and use it has a handy reference.
<rant> I was trying to install the Vista SDK and due to my network card having some issues I wanted to reboot. However, before doing that, I had to cancel the SDK setup (as it downloads the bits during the setup process). Now I understand the need to warn the user not to do "close" the...