Contents tagged with Microsoft
-
CannonPI teaser video
There is a new video up on youtube that is the beginning of many more videos. You should check it out and look for for more coming soon.
-
Where do you go to find answers?
There are more and more sites coming online that allow you to ask questions. So which site(s) do you use?
-
ASP.NET Tip: Letting Microsoft know about your problems/requests
Not sure if everyone knows of the various options that there are for communicating with Microsoft so I wanted to let you know about some of them here.
-
Important blogs to visit regularly
While I like to think of my blog as a “must read”, I wanted to give out a list of some of the blogs that I think are really important to keep up with, either by visiting the blog or by subscribing to the RSS feed.
-
Microsoft Optimization for your IT
I haven’t seen a whole lot of information coming out about how Microsoft can help you optimize your IT infrastructure so I thought I could mention it.
-
Improving Time-Critical Code written in C
Writing web pages is very similar to writing any other type of code. You have to understand how it is going to be used and where you need to really make things run as quickly as possible.
-
IE8 Beta 2 Update
So I have now been able to install Beta 2 on my machine and I just wanted to give my thoughts on it so far.
-
IE8 Beta 2 is now out
In case you haven't seen already, as announced here, IE8 Beta 2 can now be downloaded from http://www.microsoft.com/ie8.
-
Hyper-V and Visual Studio 2008 SP1
So I wanted to post a little bit about my adventure with Visual Studio 2008 SP1. I have a virtual machine that has Visual Studio 2008 installed on it. But it only has about 2 GB of free hard drive space on it. So when I went to install this service pack, it gave me an error because it didn’t have enough hard drive space.
-
Update for viewstate issues
So a while ago I posted about how to fix the Validation of viewstate MAC failed error. There is some really exciting news that is coming with Visual Studio 2008 Service Pack 1 and .NET Framework 3.5 Service Pack 1. One of the improvements that they made for this Service Pack is to help alleviate this issue by doing something similar to the code change recommended on my blog. So the form fields will be written out at the beginning of the form.