To Jost .NWDP Site

Overview of Course and .Net

Part A: Overview of .NWDP Course

 

Part B: Overview of .NET

  1. Common Acronyms

     
     

  2. History of Visual Basic and Visual Studio

     

     

    Release Date Version Code Name New Features
    1991 VB1 Thunder Control Toolbox + event handlers
    1992 VB2 Rawhide ODBC Support, MDI forms, object variables
    1993 VB3   Jet Engine, OLE, reporting
    1996 VB4   Classes and OCX files
    1997 VB5   Compiler, ActiveX controls
    1998 VB6   Web classes, windowless controls, more data sources
    2002 .Net 7.0 Rainier CLR, constructors, inheritance, polymorphism, C#
    2003 .Net 7.1 Everett Minor upgrades, support for mobile devices
    2005 .Net 8.0 Whidbey 64-bit support, deployment designer
    2008 .Net 9.0 Orcas XAML, WPF, WCF, WF, LINQ
    2010 .Net 10.0 Rosario Software testing and management tools
    2012 Visual Studio 2012 VS 11.0 Metro-style Programming (HTML5 and JavaScript)

  3. Why .Net?

  4. .Net Design Goals

  5. Orcas Design Goals

  6. Solutions, Assemblies, Manifests and Metadata

  7. The CLR (Common Language Runtime)

  8. The Structure of PE files

  9. The LanguageIntegration Example

  10. Strong Named Assemblies and the Global Assembly Cache

  11. Namespaces

  12. Windows Applications

  13. The Relationship Between the CLR and the CLS

  14. More about Assemblies, Metadata and Manifests

  15. Windows Applications using XAML