Friday, November 12, 2010

priority_queue Class (Visual C++ 2010)

priority_queue Class (Visual C++ 2010)


priority_queue Class (Visual C++ 2010)

Posted: 12 Nov 2010 03:20 PM PST

A template container adaptor class that limits access to the top element of some underlying container type, which is always the largest or of the highest priority.

queue Class (Visual C++ 2010)

Posted: 12 Nov 2010 03:25 PM PST

A template container adaptor class that limits access to the front and back elements of some underlying container type.

A few quick ASP.NET MVC 3 Installation Notes

Posted: 11 Nov 2010 10:27 PM PST

On Tuesday I blogged about the recent release of the ASP.NET MVC 3 RC build .  You can read more about it here . This post is a quick follow-up post that discusses a few installation issues that we've seen people run into - and how to fix them: ASP.NET MVC 3 RC and C#/VB Async CTP Two weeks ago the VS languages team released an early preview of some cool language improvements to VB and C# that we are working on for asynchronous programming.  Unfortunately it isn't possible to have both the Async CTP and the ASP.NET MVC 3 RC installed on the same machine at the same time.  You instead need to choose one or the other right now – installing both will cause problems. If you've already installed the Async CTP and want to install the...(read more)

ASP.NET Web Application: Publish/Package Tokenizing Parameters

Posted: 10 Nov 2010 09:53 PM PST

Today I just saw a question posted on stackoverflow.com asking Why are some Web.config transforms tokenised into SetParameters.xml and others are not ? Let me give some background on this topic for those who are not aware of what the question is. With Visual Studio 2010 when you package your application using the Build Deployment Package context menu option, see image below. When build the package by default the package will be created in obj\{Configuration}\Package\{ProjectName}.zip where {Configuration} is the current build configuration, and {ProjectName} is the name of the project. So in this case I since I'm building with Debug and the project name is MvcApplication1 the package will be placed at obj\Debug\Package\MvcApplication1...(read more)

After Silverlight Firestarter: WCF RIA Services Campfire

Posted: 12 Nov 2010 10:57 AM PST

The Silverlight Firestarter is coming up in December 2nd and I have decided to create my own event, the WCF RIA Services Campfire. The Campfire event will either be on December 3rd or 4th. I need help deciding when exactly to have it, so I have created Read More......(read more)

Adding / Removing the Multi-Touch Blend Behavior using C# code-behind

Posted: 12 Nov 2010 08:58 AM PST

I've received several requests about the modalities of enabling multi-touch on a UI element using the Behavior available on my CodePlex project. The traditional syntax using XAML is here: <Image Source="Images/Desert.jpg" x:Name="image1">...( read more )...(read more)

TechDays WPC 2010: I’ll be there! Speaking about Silverlight, Multi-Touch and Natural User Interfaces

Posted: 12 Nov 2010 08:09 AM PST

This year I'll be presenting about "Silverlight, Multi-Touch and Natural User Interfaces" at the Techdays WPC 2010 conference in Milano on November, 25 2010. The same day I'll be also at the MVP booth, if you're attending...( read more )...(read more)

2nd December, Silverlight Firestarter Event (again!)

Posted: 12 Nov 2010 04:52 AM PST

I advertised this event once before but I wanted to plug it again because since the last time I plugged it I think that the emphasis of the event and its importance has changed. The site now has a picture of "The Gu" dressed as Santa Claus with a steely...( read more )...(read more)

Important Silverlight Event!?

Posted: 12 Nov 2010 04:20 AM PST

We all know that MIX and PDC are historically premiere venues for unveiling important new Silverlight features, but it looks like Microsoft is really promoting the Silverlight Firestarter on Thursday, December 2nd 2010 - including a keynote by ScottGu...( read more )...(read more)

In the Box – MVVM Training

Posted: 07 Nov 2010 04:49 AM PST

What is In the Box? In the Box is a high quality, multi-media training that is consumed within Visual Studio 2010.  Content is navigated and delivered using a next generation computer based training (CBT) experience, the Visual Studio 2010 Feature...( read more )...(read more)

No comments:

Post a Comment