elsewhere home of a .NET geek

  Home  |   Contact  |   Syndication    |   Login
  21 Posts | 1 Stories | 52 Comments | 35 Trackbacks

News

This blog has random information about Managed Code and Design Pattern. Every day, while i code, the thoughts come in mind are the one you would be reading here.

If you're seeking me for asking any questions, please use the contact page of this site.

Twitter












Article Categories

Archives

Post Categories

Friday, March 24, 2006 #

Today, I happen to see an conversation video about managed code framework for windows mobile device. A nice one and worth to watch it.

Chris Muench, a Mobile and Embedded MVP gives speach to Channel9 about how to write a managed Direct3D application for Windows Mobile devices.

There is a point he mentioned about "dark ages of gaming world" when the developers where fiddling around with assemblers to develop something. He very nicely specified about how much we changed from assemblers to C++ and now to Managed Code, which makes the life more easier in terms of efficient development even in the case of Game development where performance is highly needed. I like that point that there is also a dangerous thing that could happen because of managed code evolution as since the developers are loosing the knowledge about hardware where its becoming obsolete. Its true, right?

We never know for which hardware we write software, as though the application developed for computers now running in PDAs and vice versa.

One day the future developers would ask "What is assembler?" and could laugh at us :)

BTW check this video from Channel9