.Net is real
Microsoft's .Net initiative began to crystallize in the late 1990s. It was designed to solve several widespread Windows-generated exasperations: DLL (dynamic link library) hell, the complexity of installing and uninstalling software, and the fragility of proprietary configuration. To eliminate these problems, Redmond decided to add another layer of indirection while implementing interoperability through XML (Extensible Markup Language). According to Dick Hardt, founder of the ActiveState Tool Corporation, Microsoft has scripted the indirection and data transparency well enough that ".Net removes all the configuration issues and complexity with ActiveX and COM [Component Object Model]." At the same time, .Net has better performance than COM.
Of course, Microsoft has a history of making grand promises for its products and then not delivering on them. We're not certain that .Net's fate will be better, but early indications are promising.
".Net is about programmer productivity," Hardt says. We're struck by how much .Net is an elaboration of scripting technologies. Scripting has to do with effective patterns of generalization -- using the computer to automate solutions. Also, as Microsoft CEO and president Steve Ballmer aptly puts it, "The world is going more decentralized." These are precisely the ideas .Net exploits.
VS gets you to IL
.Net applications run both a runtime framework and an intermediate language (IL) execution engine; the latter performs just-in-time (JIT) compilation. IL appears to have as much power and flexibility as developers currently need, with working code generated for C, BASIC, COBOL, Perl, and Python. Different languages share the common language runtime (CLR), but in a manageable way. While DLLs easily fall into conflict with Windows systems, single .Net applications can incorporate multiple versions of a single DLL. The release of .Net should mark the end of the DLL conflicts that plague so many Windows desktops.
This means that, under .Net, the installation of software consists of copying a single executable file image -- no reboot required! Applications and DLLs include metadata that suffices for the resolution all interdependencies. There is even a standard mechanism for network retrieval of undefined or updated components. The same mechanism provides the opportunity for performance specializations: particular DLLs can be optimized for MMX-savvy chips or multiprocessing hosts, and will still follow generic instructions for the majority of installations.
Though Microsoft at the moment has terrible problems with the security of its software, .Net specifies a signature verification mechanism that promises "security granularity down to the method," according to Hardt.
Regular Expressions readers know how fond we are of anything that moves end users away from dealing with the details of installation -- the registry, datatypes, versioning, and other matters that computers ought to manage. .Net doesn't just eliminate the registry and open all metadata to plain-text introspection; it does all this with full cross-language integration and interoperability. IL provides for proper object inheritance expressible in any popular computing language.
The golden chain Microsoft has designed for developers is Visual Studio 7 (VS). VS fully unifies not only Visual Basic, Visual C++, and Visual
Essential JavaFX
Get started building rich Web apps quickly with an introduction to the power of JavaFX key features -- scene node graphs, nodes as components, the coordinate system, layout options, colors and gradients, custom classes with inheritance, animation, binding, and event handlers.Enter now!
The Nomadic Developer
Consulting can be hugely rewarding, but it's easy to fail if you are unprepared. To succeed, you need a mentor who knows the lay of the land. Aaron Erickson is your mentor, and this is your guidebook. Enter now!












