logo_michael-thomas.jpg (3143 bytes)

Microsoft .NET Framework Technology

My Tech Notes

bulletMicrosoft .NET Installation - First Steps - steps to download, install, and test the .NET Framework.

Microsoft Resources

bullethttp://www.microsoft.com/net - .Net home page.
bullet http://www.msdn.microsoft.com/webservices/ - Web Services home page for Developers.
bulletDownloads - click on the link on the left side.
bulletVersions Notes
bulletMicrosoft .NET Framework Redistribution Package - includes everything you need to run applications developed using the .NET Framework.
bulletMicrosoft .NET Framework SDK - includes everything developers need to write, build, test, and deploy .NET Framework applications—documentation, samples, and command-line tools and compilers.  You must install the .NET Framework Redistributable Package version 2.0 prior to installing the .NET Framework 2.0 SDK.
bulletMicrosoft .NET Compact Framework - enables development of secure, downloadable applications on devices such as personal digital assistants (PDAs), mobile phones, and set-top boxes.
bulletFramework Versions
bulletMicrosoft .NET framework SDK 1.x (1.0, 1.1)
bulletMicrosoft .NET framework SDK 2.0
bulletBits
bulletx86 - 16 bit version - (I think Win XP is a 32 bit processor ???.)
bulletx64 - 64 bit version
bullet.NET Supported Programming Languages - runs on the CLR (Common Language Runtime) so different languages can be used because the compiled output of the Lanugage is CLR and not pure native code.  .NET application code is compiled into MSIL (Microsoft Intermediate Language) and stored in a file called an assembly.
bulletVisual C#  .NET (C Sharp)
bulletVisual Basic .NET - VB
bulletVisual J# .NET (J Sharp) - supported if you also install the Visual J# Redistribution Package.
http://msdn.microsoft.com/vjsharp
bulletVisual Cobol
bulletASP.NET (on IIS Servers)
bulletIDEs (Interactive Development Environments)
bulletMicrosoft Visual Studio .NET
bulletOS (Operating Systems)
bulletRefer to Microsoft's site.
bulletWindows - XP, 2000
bulletASP.NET - only MS IIS web server.