Friday, February 19, 2010

Improving C++ Intellisense Performance with PCH

Improving C++ Intellisense Performance with PCH


Improving C++ Intellisense Performance with PCH

Posted: 19 Feb 2010 02:11 PM PST

Thank you to everyone who has submitted feedback on the Visual Studio Release Candidate. We have received feedback that C++ Intellisense performance is slower. One way to improve this is to enable Pre-Compiled Headers usage for Intellisense parser. Andy Rich has written a detailed post on intellisense PCH usage that gives some additional details and explains how to optimize your intellisense engine with PCH. Here are a few of the benefits of using PCH:

·         Improves Intellisense parser performance in the IDE

·         iPCH is on by default as long as your project is using PCH

 

Thank you,

 

Kelly Evans

Visual C++ Team

Morphfolia - ASP.NET CMS and Framework

Posted: 20 Nov 2009 12:41 AM PST

Morphfolia is a CMS and web application framework (for the typical Microsoft ASP.NET stack), designed to work in a hosted environment.

It's been in development for the last 4 years, and is now available on CodePlex.

For more info see its offcial site: www.morphological.geek.nz

Windows Phone 7 Development With Silverlight And XNA

Posted: 19 Feb 2010 09:01 AM PST

Fantastic News: Silverlight will be available to create applications for Windows Phone 7. Best regards, M....( read more )...(read more)

Jesse Liberty at TechDays and on UK Tour

Posted: 19 Feb 2010 04:24 AM PST

Jesse Liberty ( the Silverlight Geek ) is doing a UK and Ireland Tour talking about Silverlight and calling at; Bristol, London, Cambridge, Leeds, Newcastle, Edinburgh, Glasgow, Belfast and Dublin You can find details on Jesse's blog . His visit to London...( read more )...(read more)

No trees were harmed in the making of this blog post [How to: Successfully print a Chart with the Silverlight 4 Beta]

Posted: 18 Feb 2010 11:36 PM PST

One of the big requests people have had for Silverlight was the ability to print, so one thing that's new in the Silverlight 4 Beta is the PrintDocument class which enables applications to print anything they want! There isn't an excess of fancy bells...( read more )...(read more)

Download the Simplified Implementation of the Microsoft SDL

Posted: 18 Feb 2010 10:28 PM PST

Understand the core concepts of the Microsoft SDL and learn how to implement it in your organization. The Simplified Implementation of the Microsoft SDL will help you identify which software development security activities you need to perform in order to be SDL compliant.

MSDN Webcast: Microsoft Bing Maps Server (Part 1 of 3): When the Internet Isn't an Option

Posted: 18 Feb 2010 10:28 PM PST

Get introduced to the Microsoft Bing Maps Server - the on-premises, offline, or secure intranet version of the Microsoft Bing Maps Internet mapping platform. Learn how it's designed for customers who need a Web browser-based mapping solution that's not connected via the Internet.

Avoiding Uninstall/Reinstall when Debugging Out-of-Browser Apps

Posted: 18 Feb 2010 02:02 PM PST

Every few weeks I muck around with an out-of-browser application with the Silverlight 4 Beta. Every few weeks I have to look up what I need to do to avoid uninstalling and reinstalling my out-of-browser application every time I debug. Since I'm one of...( read more )...(read more)

Workaround: Missing Declarations for Controls in Designer File

Posted: 18 Feb 2010 04:55 PM PST

We have seen some customers report the issue that certain controls are not getting generated correctly in the designer file in Visual Studio 2010 RC for the ASP.Net Web Application Projects. We are currently working on a fix for this issue for the final RTM release. Workaround: You can work-around this issue by declaring the missing controls in the code behind file for the ASPX page. Example: When you add a Button control with ID as "Button1" to the aspx page normally you should see the following code be generated in the designer file for this control. VB: Protected WithEvents Button1 As Global.System.Web.UI.WebControls.Button C#: protected global::System.Web.UI.WebControls.Button Button1; If this code is not being generated in the designer...(read more)

No comments:

Post a Comment