The document outlines a 15-week lesson plan for a .NET Framework with C# course, detailing weekly topics and practical sessions. Each week includes lectures on theoretical concepts and practical exercises using Visual Studio 2007. The plan incorporates assignments, tests, and tutorials to reinforce learning throughout the course duration from July to November 2018.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
8 views
DEPED REF
The document outlines a 15-week lesson plan for a .NET Framework with C# course, detailing weekly topics and practical sessions. Each week includes lectures on theoretical concepts and practical exercises using Visual Studio 2007. The plan incorporates assignments, tests, and tutorials to reinforce learning throughout the course duration from July to November 2018.
Lesson Plan Duration : 15 weeks (from July, 2018 to Nov, 2018) Work Load (Lecture/Practical) per week (in hours):Lecture: 3, Practical:2 Week Theory Practical Lecture Day Topic(including Assignment/Test) Practical Day Topic 1st 1 st Origin of .net technology, Understanding .net platform 2 nd Benefits and limitations of .net,.MSIL,CLR 3 rd Assignment on above topics/ Test 1 T1 Tutorial---review of lectures 2nd 4 th Building blocks of .net framework, CTS, CLS 1 st Working in Visual Studio 2007 5 th .net Types,JIT compilation 2 nd Working in Visual 6 Studio 2007 th .net namespace,FCL T2 Tutorial---problem/review of lectures 3rd 7 th .net programming Languages and interoperability 3 rd Using ILDASM 8 th Introduction to C#, Data types 4 th Programs to create simple C# program Program to implement Multiple Main 9 th How to Create a C# program, Variables, LIterals T3 Tutorial---problem/ review of lectures 4th 10th Identifier, keywords,statements, Boxing unboxing 5 th Programs to Implement Math Class, Program to implement Boxing unboxing 11th operators 6 th Program to implement