Time Description
1:50 .NET History and Creation (the WHY)
2:45 C# roots in C, C++, Java
3:12 IDE (RAD) and using .NET IDEA
3:53 Procedural Languages and their Development
4:10 Object Oriented was born for code organization
4:53 Procedural is GOTO statements and top down
5:43 OOP used objects to mimic real world. Reusable, maintainable
6:13 XML - describes data and use
6:34 .NET, what is it?
7:30 Platform Independant with .NET (mostly Windows still)
8:09 ASP.NET (webside of .NET)
8:52 Web services (opening to the world)
9:44 .NET Features in Framework (libraries)
11:03 Common Language Specification (CLS) info about storage of data types, objects etc
11:42 Common Language Runtime (CLR) executes C# programs
12:22 Microsoft Intermediate Language (MSIL) is the .exe file created
13:01 MSIL compiled into machine code for particular platforms
13:48 .NET framework must be installed to computer for a program to run
14:56 .NET Languages Used