January 2011 - Posts

untuk semua MSP, selamat berjuang ya…
The Portable Library Tools Visual Studio add-in may be interesting if you’re writing applications that run on multiple .NET platforms. It allows you to create libraries that run on a variety of .NET platforms (.NET, Silverlight, Windows Phone, Xbox 360) without recompilation.

Download the Portable Library Tools CTP today (install VS 2010 SP1 Beta first).
check the full description at the following web page:
http://blogs.msdn.com/b/bclteam/archive/2011/01/19/announcing-portable-library-tools-ctp-justin-van-patten.aspx

The Visual Studio Async CTP combines a new simple and composable pattern for asynchronous APIs, with “await” and "async" language keywords in Visual Basic and C#, that avoids asynchronous code being written inside-out using callbacks. The CTP is a painless install/uninstall on top of Visual Studio 2010 RTM, and comes with plenty of samples and documentation.
download it here:
http://www.microsoft.com/downloads/en/details.aspx?FamilyID=18712f38-fcd2-4e9f-9028-8373dc5732b2
also check it MSDN page:
http://msdn.microsoft.com/en-us/vstudio/gg316360