Visual Studio 2010 and .NET Framework 4 Release Candidate

Date: Thu, 11 Feb 2010 07:02:34 +0000 http://msdn.microsoft.com/en-gb/vstudio/dd582936.aspx I think I read somewhere that it will stop working in June as the RTM version will be available in April sometime. Sent from my iPhone Posted via email from solution revolution

Continue Reading

Microsoft Visual Studio 2010 Beta

Last night I downloaded the latest beta version of the amazing Visual Studio IDE’s and I must say it looks amazing and is looks very different than any that have come before it. One of my minor niggles with all previous versions was the lack of multi-monitor support but the latest beta from Microsoft is the first version to offer this support and so far the results are excellent. Having an entire monitor free to...

Continue Reading

jQuery and Visual Studio Intellisense do not want to play together

“Error updating JScript IntelliSense: jquery-1.3.2.min-fds90[1]..js: Object doesn't support this property or method @ 32:399” I have the hot fix installed and at some point it has worked but I don’t think the .vsdoc file plays well with others as the only other thing that I can think of is that I use the jQuery UI library along with a table sorting library. I don’t really need it but it’s nagging me to the point of...

Continue Reading

Cross-thread operations with PostSharp

1 public void ShowStatus(ApplicationStatus status) 2 { 3     this._lblServiceAddress.Text = "Connected to: " 4         + status.WebServiceAddress; 5     this._lblUserId.Text = "Working as: " 6         + status.UserId; 7 } via lesnikowski.com Posted via web from solution revolution

Continue Reading

Command Query Responsibility Segregation - Udi Dahan

via vimeo.com Posted via web from solution revolution

Continue Reading