Welcome to the .NET portal. Here you will find an exhaustive set of annotated links to .NET resources. If you know of something that should be listed here and isn't, or would like
to suggest a new category, just drop us a note.
Beta 2 of .NET, made available in June, includes a number of significant differences (such as the replacement
of SDL by WSDL) and additions. This page will be useful to anyone who started working with .NET from beta 1
or earlier.
Ignoring naysayers, Microsoft is accelerating the release schedule
of .NET. The beta 2 versions of .NET and Visual Studio.NET were made
available in June.
David Winer, maintainer of the influential
Davenet
site,
accuses Microsoft of hijacking the standards process as part of its
.NET effort.
(Access note: the site requires registration, which is free.)
Winer now
states,
in rather strong terms, that Markoff misrepresented him.
This intense two-day training course will equip developers with the foundation skills for building XML
Web service and application with VS.NET technologies. Starting with a sample application, you will be
lead step-by-step through building an entirely new intranet application accessing existing XML Web
services on the Internet. The training includes 16 modules covering all areas of .NET development.
Component Pascal implementation. The language compiled is actually the
same as Oberon (see entry below). This site is particularly interesting
for John Gough's
paper
comparing his experiences retargeting the compiler
to both the Java Virtual Machine and .NET, the most interesting comparison
we have seen of the two virtual machine architectures.
ISE's site devoted to the .NET implementation of Eiffel, one of the
first compilers to take advantage of the multi-language capabilities
of the framework. White papers and online demos with downloadable source code.
Oberon is the last language designed by Niklaus Wirth as a successor to Pascal and Modula-2. This page describes its evolution for .NET. See also the Component Pascal entry above.
A joint submission by Microsoft and IBM, the Web Services Description Language
is intended to be the standard for describing Web services. Not the easiest
document to read, but presents a crucial (although so far little hyped)
component of the technology.
David Winer, maintainer of the influential
Davenet
site,
accuses Microsoft of hijacking the standards process as part of its
.NET effort.
(Access note: the site requires registration, which is free.)
Winer now
states,
in rather strong terms, that Markoff misrepresented him.
Of historical interest: a 1997 white paper by Sun lambasting the notion
of "delegate" introduced in Microsoft's Visual J++ and used again in
the .NET object model. Does a lot to explain the climate of systematic
hostility to outside contributions that made something like .NET
inevitable.
An excellent practical comparison of the .NET and JVM virtual machine
architectures and their adequacy as target platforms for multiple languages,
based on the author's experience with retargeting his Component Pascal
compiler for both.