Saturday, January 8, 2011

The Visual C++ Weekly Vol. 1 Issue 2 (Jan 8, 2011) Is Out

The Visual C++ Weekly Vol. 1 Issue 2 (Jan 8, 2011) Is Out


The Visual C++ Weekly Vol. 1 Issue 2 (Jan 8, 2011) Is Out

Posted: 08 Jan 2011 12:46 PM PST

  C++ MVP Kenny Kerr starts a new series on modern Windows development with C++0x. Intel features a highly parallel optimized crowd simulation technique. Get All-In-One: a code sample library for Microsoft development technologies. C++ MVP Kate Gregory...(read more)

Video on Web Deployment using Visual Studio 2010 and MSDeploy

Posted: 08 Jan 2011 12:31 PM PST

Back in November I participated in Virtual Tech Days which is an online conference presented by Microsoft. In the session I discussed the enhancements to web deployment using Visual Studio 2010 and MSDeploy. Some of the topics which I covered includ: web.conig (XDT) transforms How to publish to local file system using Visual Studio How to publish to a 3rd party host using Visual Studio via MSDeploy How to publish to local IIS server using the .cmd file generated by Visual Studio How to use msdeploy.exe to delete IIS applications How to use the IIS Manager to import web packages How to use msdeploy.exe to deploy a web package to the local IIS server How to use msdeploy.exe to deploy a web package to a remove IIS server How to use msdeploy.exe...(read more)

How to Bin Deploy SQL Compact Edition 4.0 and Razor web projects

Posted: 06 Jan 2011 09:39 AM PST

With the release of VS2010 SP1 Beta1, Web Matrix,  and Razor QFE, we can build web projects containing SQL Compact Edition 4.0 sdf file and ASP.NET Web Pages with Razor syntax. However, this might be a problem when you are ready to deploy your project on a server that doesn't have the assemblies required to run SQL CE 4.0 and Razor pages. To solve this issue, we can make the project "Bin Deployable", similar to the way we do bin deploy an MVC project. If the hosting machine has ASP.NET 3.5 or later installed, then we just need to include the required assemblies in the bin folder when deploying the project. We can include required assemblies in a Web site or Web Application project with a few simple steps. You right click the project node...(read more)

Customizing Silverlight ChildWindow Style using Blend

Posted: 07 Jan 2011 11:57 PM PST

Do you work with Child Window in Silverlight and want to customize the look & feel to match with your application UI? Then this post will help you to understand the process. I am going to discuss with you the customization steps in detail, so that...( read more )...(read more)

type_traits (Visual C++ 2010)

Posted: 07 Jan 2011 05:40 PM PST

Defines templates that provide compile-time constants that give information about the properties of their type arguments. For more information, see "C9 Lectures: Stephan T. Lavavej - Standard Template Library (STL), 10 of 10" at http://channel9.msdn.com/Shows/Going+Deep/C9-Lectures-Stephan-T-Lavavej-Standard-Template-Library-STL-10-of-10

Windows Phone 7 Design Guidelines – Cheat Sheet

Posted: 07 Jan 2011 02:09 PM PST

One of the tasks I am trying to accomplish as I write the documentation to accompany the FuelTracker project , is to incorporate the design guidelines and certification requirements where they are pertinent. As a side effect of this effort, I've generated...( read more )...(read more)

No comments:

Post a Comment