Free Republic
Browse · Search
General/Chat
Topics · Post Article

Skip to comments.

Microsoft decouples .NET Framework from Windows: C# for iOS and Android using their native code.
Fierce Enterprise Comminications ^ | 05/15/2014 | By Scott M. Fulton, III

Posted on 05/15/2014 10:49:33 AM PDT by SeekAndFind

In one of Monday's extraordinary announcements from Microsoft during its TechEd conference in Houston, program managers both announced and demonstrated the ability to build applications for multiple computing platforms, including iOS, using the .NET Framework once heralded as the crown jewel of Windows--specifically, to build and deploy applications that compile to those platforms' native code, without requiring plug-ins or interpreters.

"One of the most exciting aspects of .NET going forward is that we are truly embracing openness," declared Habib Heydarian, a program manager for Microsoft's .NET team, during a demonstration Monday. "You can leverage your existing assets, your existing skills, to write .NET applications that run on iOS and Android devices."

Since its inception, the .NET Framework has been the system for running managed code designed for Windows. By "managed code," I mean instructions meant not for the core processor, but instead for an interpreter that acts as a kind of governor compiling code "just-in-time" (JIT) but also managing access to existing system resources and halting code that could crash the system. It's what Java has done for years.

.NET has become the principal mechanism for running applications on the Windows desktop. Because the bytecode it runs is actually "pre-digested" instructions, in a sense, it enables developers to build in their choice of high-level languages. .NET introduced C# to the family of languages, making it perhaps the principal language developers and DevOps staffers must learn to create stand-alone business applications.

But it was, for the most part, a Windows platform. For years, the reason businesses invested in Windows clients was because they believed they would want to run .NET applications (the Office suite being the most prominent among them) for the indefinite future. Microsoft tried to open up .NET to Web apps by developing Silverlight, a lean, redistributable interpreter like Java that could manage access to limited Windows resources from applications hosted on Web servers. It first courted the idea of annexing client platforms outside of Windows when it sanctioned the development of Mono, an open source implementation of .NET; and Moonlight, an implementation of Silverlight, both designed to be run on Linux, Mac and eventually iOS. These were genuine efforts at interoperability, that many enthusiast developers outside the Windows space actually took to be a conspiracy to poison non-Windows operating systems.

That "conspiracy" led to the development of Unity, a very successful cross-client gaming platform that enables game artists to write for, and even on, both Windows and Mac with the same code base and assets. Heralded as key to Unity's success was the work of open source developer Miguel de Icaza, who piloted the Mono movement. Now de Icaza is co-founder and CTO of Xamarin, the software firm that first made it possible to compile .NET programs into native, non-Windows code, and Microsoft's close partner on the new .NET.

"If you want to develop applications for devices such that you have a much smaller footprint, your memory consumption is a lot less, and your application starts a little faster, you may not necessarily want the entire 1.6 GB installer that comes with the .NET Framework as it is today," admitted Microsoft's Heydarian. "You might want a much, much smaller framework. In fact, you might not want to install a framework on the machine at all. So with this new .NET optimized for devices, what actually happens is… when you compile your app, the .NET framework libraries actually get linked into your application. You now deploy your libraries and .NET framework as part of your app."

Heydarian went on to explain that only the API calls used by the application get linked into the redistributable, compiled application, not the Framework as a whole.

"What happens is, people want both reach--meaning, people want to reach as many users as possible--and they also want rich, meaning richness in their application. Typically with Web, you get a lot of reach--because browsers are pretty much everywhere. However, for some scenarios, you might not get as much richness. Then you have to make this tradeoff of, 'Do I now write my app in three different languages for three different skillsets, or do I go to the lowest common denominator, which is the Web?... The one thing that I think is great about .NET and our partnership with Xamarin is the idea that you no longer have to make that tradeoff."


TOPICS: Business/Economy; Computers/Internet
KEYWORDS: c; dotnet; microsoft; netframework
Navigation: use the links below to view more comments.
first previous 1-2021-23 last
To: Red Badger

Got my Xamarin license a year and a half ago. Love it!


21 posted on 05/15/2014 12:29:43 PM PDT by BikerJoe
[ Post Reply | Private Reply | To 3 | View Replies]

To: SeekAndFind
Why can’t everyone in the Java world simply rally around the ECLIPSE IDE?

Eclipse is excellent development platform. If you want to develop Android apps you can download the ADT (Android Developer Tools) bundle, which includes Eclipse.

22 posted on 05/15/2014 1:36:11 PM PDT by sand88 (We can never legislate our way back to Liberty)
[ Post Reply | Private Reply | To 9 | View Replies]

To: ClayinVA
I just finished re-installing the updates and now uninstalling them one by one, to find the one preventing my access to Internet Explorer. It turns out that when I uninstalled #KB2926765 that all my IE use was restored, so I believe there is some sort of glitch in KB2926765 which changes the Internet Explorer connection.

My next step is to re-install all the other four updates and see if one of those is also screwing up my settings.

23 posted on 05/16/2014 8:24:10 AM PDT by MHGinTN
[ Post Reply | Private Reply | To 18 | View Replies]


Navigation: use the links below to view more comments.
first previous 1-2021-23 last

Disclaimer: Opinions posted on Free Republic are those of the individual posters and do not necessarily represent the opinion of Free Republic or its management. All materials posted herein are protected by copyright law and the exemption for fair use of copyrighted works.

Free Republic
Browse · Search
General/Chat
Topics · Post Article

FreeRepublic, LLC, PO BOX 9771, FRESNO, CA 93794
FreeRepublic.com is powered by software copyright 2000-2008 John Robinson