Showing results for Development Archives - Page 7 of 7 - Visual Studio Setup

Feb 17, 2005
0
0

x86 and ia64 and x64, oh my!

Heath Stewart
Heath Stewart

With the .NET Framework 2.0 now supporting 64-bit platforms, I have begun work on upgrading our patch build system to handle 64-bit patches. It's been quite an adventure down the yellow-brick road of 64 bitness that I think is worth sharing.Why does the .NET Framework need to support 64-bit platforms, though? While most IL modules embedde...

InstallationDevelopment64-bit
Feb 17, 2005
0
0

The Differences between Locales and Languages

Heath Stewart
Heath Stewart

In a recent change - while we were still known as Developer Division Sustained Engineering - I addressed a functional change that relied on locales instead of languages for MUI support. I see this mistake a lot in developer forums and so I wanted to address what the difference was between a locale and languages.A locale represents regional settings...

DevelopmentLocalization
Jan 4, 2005
0
0

New MVP: Nick Parker

Heath Stewart
Heath Stewart

It's official: an old acquaintance of mine from DevHood that became my intern and then a close friend is a Microsoft Most Valuable Professional for Visual C#, a member of the community that has shown outstanding commitment to helping developers (for development-oriented technologies) grow intellectually and to answer questions whenever th...

DevelopmentPersonal
Dec 31, 2004
0
0

Featured blog: Developernotes.com

Heath Stewart
Heath Stewart

My buddy and former employee (intern) of mine, Nick Parker, has his blog http://developernotes.com featured on the Visual C# Development Center: Blogs page, along side the C# team's own blog; our wonderful Microsoft Developer Network blogs you're reading now; and some of the leading C#, Common Language Runtime (CLR), and XML developers in the world...

DevelopmentPersonal
Oct 26, 2004
0
0

Featured Visual C# MVPs

Heath Stewart
Heath Stewart

As I was routinely perusing the Microsoft Developer Network today I ran across a novel idea: a list of featured Visual C# MVPs. As a former Visual C# MVP myself (before coming to work for Microsoft), I think this is an excellent idea. MVPs are like the right hand of Microsoft, reaching out to the developers in ways that Microsoft can't always ...

DevelopmentPersonal
Oct 6, 2004
0
0

The Smart Client Revolution

Heath Stewart
Heath Stewart

MSDN TV has posted a video about .NET Smart Client Applications and "the buzz around the .NET Smart Client Application Revolution."Well, call me a revolutionary then since having architected such a large-scale solution during the .NET 1.0 RC2 I was doing ths several years ago. While I no longer work for the company I can attest that smart...

InstallationDevelopment
Oct 5, 2004
0
0

Improvements to Localization in Visual Studio 2005

Heath Stewart
Heath Stewart

Designing and developing applications for the global economy can often be difficult, but the .NET Framework made globalization and localization much more simple. In Visual Studio 2005 resources are handled a little bit differently, providing you - the application developer - a class you can easily use throughout your application to access resources...

DevelopmentLocalization