RDN Express Blog

Blog archive

Decoding Microsoft's Unexplained Events

"We may be through with the past, but the past is not through with us."

I'm not sure where this quote came from originally, but it was the theme of the excellent but lengthy film in 1999 by Paul Thomas Anderson (of Boogie Nights fame) called Magnolia. The movie starts by re-telling three unexplained events (urban legends) in the 1930's and then interweaves several stories, among them the suffering of whiz kids that excel on game shows, the broken family of a morally corrupt game show host, and a sleazy "Seduce & Destroy" motivational speaker played by Tom Cruise, who attempts to make peace with his estranged, dying father. It sounds grim but if you've got three hours to kill, it's entertaining, thought provoking and well worth it.

Most developers can relate to the movie's theme quite well: Whether it's untangling spaghetti code left by former company employees, the headaches of supporting multiplatform Windows environments--XP, Vista and soon Win7--or simply keeping up, as Microsoft suddenly changes course, again. The theme song from Magnolia, "Save Me" by Aimee Mann, unfortunately rings true in many dev environments.

The past is clearly not through with Microsoft. We see this everywhere and developers have to deal with it. When it comes to native APIs versus .NET, the company is in unison publicly about its commitment to managed code but the reality is quite different.

In response to a recent RDN Express, ".NET and Windows 7: It's a Wrap!," Kevin Daly of New Zealand commented:

"This is a bugbear of mine. I attended PDC 2003 where we were given a very clear message that Microsoft expected developers to go with .NET over native code for everything above the level of device drivers and so on….This was an excellent idea, but sadly it was abandoned. Vista shipped with more native libraries, and Windows 7 (which I love by the way) with a truckload...the .NET wrappers are an afterthought. I won't even mention Windows Mobile (where there would have been a real opportunity to break with an unsatisfactory past). I'm not saying "Use .NET for everything" or "Don't support native code", but the truth is that all of the documentation for every current version of Windows makes it clear that the assumption is that by default people are programming in C/C++, and all new features are implemented with that in mind."

He goes on to note:

"I think the primacy of native interfaces is a symptom of Real Programmerism: the OS teams are dominated by people who think "Real Programmers Use C++". What really bothers me is that .NET seems to have been shuffled into the same mental pigeonhole that VB occupied in the pre-.NET era: little more than a scripting tool for corporate developers working on in-house projects."

If you've got your hands on Windows 7, we want to hear from you. How is your company going to handle multiplatform Windows support and what is the likely role of .NET in your Windows 7 development? Express your thoughts below or drop me a line at [email protected]

Posted by Kathleen Richards on 08/20/2009


comments powered by Disqus

Featured

  • Compare New GitHub Copilot Free Plan for Visual Studio/VS Code to Paid Plans

    The free plan restricts the number of completions, chat requests and access to AI models, being suitable for occasional users and small projects.

  • Diving Deep into .NET MAUI

    Ever since someone figured out that fiddling bits results in source code, developers have sought one codebase for all types of apps on all platforms, with Microsoft's latest attempt to further that effort being .NET MAUI.

  • Copilot AI Boosts Abound in New VS Code v1.96

    Microsoft improved on its new "Copilot Edit" functionality in the latest release of Visual Studio Code, v1.96, its open-source based code editor that has become the most popular in the world according to many surveys.

  • AdaBoost Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the AdaBoost.R2 algorithm for regression problems (where the goal is to predict a single numeric value). The implementation follows the original source research paper closely, so you can use it as a guide for customization for specific scenarios.

  • Versioning and Documenting ASP.NET Core Services

    Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, you're going to need to document it.

Subscribe on YouTube