This post originated from an RSS feed registered with .NET Buzz
by Scott Hanselman.
Original Post: The Myth of .NET Purity, Reloaded
Feed Title: Scott Hanselman's ComputerZen.com
Feed URL: http://radio-weblogs.com/0106747/rss.xml
Feed Description: Scott Hanselman's ComputerZen.com is a .NET/WebServices/XML Weblog. I offer details of obscurities (internals of ASP.NET, WebServices, XML, etc) and best practices from real world scenarios.
Summary: Does a solution written for Microsoft .NET have to be
100% .NET? Scott Hanselman looks at how hybrid managed-unmanaged solutions are really
the norm.
Here's a few choice quotes, IMHO: ;)
I've heard it said by many a CTO in many a technical briefing that, "We're planning
to port our whole system to .NET." Why spend 18 months converting your application,
so you can arrive at the endpoint you're already at?
The .NET Framework Library itself isn't "pure .NET," as it uses every opportunity
to take full advantage of the underlying platform primitives.
If Microsoft were to truly virtualize the machine, they would have marginalized
their investment in the Windows platform.