Archive for October, 2008

Visual studio .net 2010 & .net Framework 4.0 CTP

Today I found that the first CTP for visual studio .net 2010 and the .net framework 4.0 is available for download. If you want a quick overview of some of the new features go to this website: http://msdn.microsoft.com/en-us/vs2008/products/cc948977.aspx  If you want to download the CTP you should go to the Microsoft Connect page Print PDF

new .net Logo

      Meet the new .net logo. I like it. Print PDF

If only …

A application menu like the one you can see here is something I wish for every day at work. It would really make life easier Just wondering in what language it was programmed because I really wonder how they got it to compile Print PDF

MSMQ Message priority

In my recent development I’ve been using msmq to store messages that can’t reach a wcf service when it’s not available. I was setting the Message (System.Messaging) property Priority so that the queue would prioritize the incoming messages. However when I looked at the queue all the messages their priorities where 0 or “Lowest”. It [...]

WCF: msmqIntegrationBinding

Today I discovered the msmqintegrationbinding in the windows communication framework. This binding is especially to allow wcf services to process message that are put in a message queue by some legacy program. The advantage of this is that you can do this without the need to change the legacy client. If you want more information [...]

var crash = from feature in visual studio where feature.name.Contains(Silverlight 2.0 tools) select feature

i’ve been struggling to get the RC1 of the silverlight tools for visual studio .net 2008 going. So far I’ve tried the following: – turning off UAC – Repairing Visual studio setup – SubinAcl from the following blog: http://petesbloggerama.blogspot.com/2008/01/fix-requested-registry-access-is-not.html – Running vs.net as administrator I always get the following error message:   Personally I really am starting [...]