What it is so great about managed code

Robert Hess from .NET Show fame invited me and a few other notables to drop by the next taping of the .NET Show to revisit what is so great about managed code.  I think this is GREAT because sometimes we get so focused on one angle of the technology: Web services, ASP.NET, client side programming, etc that we lose sight of the big picture.  

 

Suggestions on what I should cover?  What do you think are the core benefits of managed code?  What do you think Microsoft doesn’t talk enough about wrt to managed code?  Love to get your feedback!

 

Published 22 July 03 06:44 by BradA
Filed under:

Comments

# Jesse Ezell said on July 22, 2003 8:36 PM:
Don't tell us stuff we already know :-) (ie. we already know the core benefits of managed code, so feel free to mention them, but don't spend more than 30 seconds on them). The .NET show seems to always ends up talking about old, boring stuff that everyone already knows (except that one episode when they talked about that damn poster for 2 hours...). With all the great minds at MS, you would think that they could make the show at least as interesting as .NET Rocks...
# Fumiaki Yoshimatsu said on July 22, 2003 9:47 PM:
Performance. Especially performance compared to native code. Many people are still thinking that native code is always faster than managed code. Tell us why it sometimes isn't. Performance of the garbage collector should also be covered. The early Java is suffered because of its so stupid garbage collector. CLR's gc isn't that stupid for the first release, so tell us how not stupid it is.
# Ries said on July 23, 2003 3:03 AM:
Processor platform indepence. Maybe do some demo's on a pre-release of .net running on 64-bit windows platforms and explain how .net apps will gain from the underlying platform.
# Marc Hoeppner said on July 23, 2003 4:04 AM:
Well, I was really impressed by seeing Eric's allocation profiler for the first time. It really shows how the GC works in a graphical way, so it is easy to understand why this is a good thing. The whole GC obviously one of the biggest benifits of the managed world.
# Christian Romney said on July 23, 2003 9:31 AM:
The enabling of interception techniques for AOP. This isn't fully developed into an easy to use set of classes, but the architectural foundation is there in manaed code.
# Chris Burrows said on July 23, 2003 5:36 PM:
Well, the best thing I think about managed code is how MS keeps raising the bar and reducing the load on developers.. No longer do we have to develop code to look after security we can just hook into the stuff developed by microsoft. Also, the sanding box is great and gives people the confidence to run applications over the web. That said.. I agree with Jesse and give us some insights that aren't widely publised.
# Ashish Dave said on July 24, 2003 7:02 AM:
More on the patterns and practices for using Attributes/Reflection/CodeDom. Also if you can highlight some of the Extensibility mechanisms within the Framework (may be more details on contexts/Interception/Appdomain). Maybe point to Rotor code while explaining the benefits of .NET
New Comments to this post are disabled

Search

Go

This Blog

Syndication

Page view tracker