Sign In
Andrew Arnott
News from my corner of the Visual Studio Project & Build team, programming tips, and solutions to common programming issues.
Translate This Page
Translate this page
Powered by
Microsoft® Translator
As seen on
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
.NET
C++
Identity
Immutability
Mobile devices
NetCF
PowerShell
Provisioning
Silverlight
Visual Studio
WCF
WPF
Options
RSS for posts
Atom
RSS for comments
OK
February, 2008
MSDN Blogs
>
Andrew Arnott
>
February, 2008
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Andrew Arnott
Why you should never use TCHAR in C++ header files
Posted
over 4 years ago
by
Andrew L Arnott
0
Comments
In C++, TCHAR, LPCTSTR, CString, and other types discretely change to their char/WCHAR, CStringA/CStringW counterparts depending on whether UNICODE is defined in your source code. Cool. By conscientiously using _countof(x) instead of sizeof...
Andrew Arnott
Why your Visual Studio add-in fails to load with error 0x80004005
Posted
over 4 years ago
by
Andrew L Arnott
0
Comments
Writing Visual Studio add-ins gives you the power to do some impressive things within the IDE to enhance your productivity. Unfortunately getting your add-in to load into Visual Studio can sometimes be a pain. Here's just a tip you should...
Andrew Arnott
Why double-clicking on an .SLN file doesn't always launch Visual Studio
Posted
over 4 years ago
by
Andrew L Arnott
9
Comments
Well this is my first post as a member of the Visual Studio Platform & Ecosystem team. My second full day on the job, and I've found some less-than-ideal areas of Visual Studio that I'm eager to improve for myself and for you, our customers...
Andrew Arnott
Write a NetCF app that provisions your device from your device
Posted
over 4 years ago
by
Andrew L Arnott
1
Comments
My first post in the provisioning series introduced what provisioning of your Windows Mobile device means and the basics of why you would want to do it. In future posts I'll give some concrete examples of XML that accomplish a few common tasks. ...
Andrew Arnott
Microsoft launches MSDN Code Gallery for open-source sharing
Posted
over 4 years ago
by
Andrew L Arnott
0
Comments
Microsoft recently launched the MSDN Code Gallery for Microsoft employees and others to share code and software using the Microsoft Public License . MSDN Code Gallery looks and feels very much like CodePlex , but Code Gallery lacks the TFS source...
Page 1 of 1 (5 items)