Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
19 views1 page

C# Do List

The document outlines a four-week C# programming course, detailing daily topics such as syntax, control flow, object-oriented programming, exception handling, and more. Each week culminates in practical programming exercises to reinforce the concepts learned. The course progresses from basic to advanced topics, including threading and database connectivity.

Uploaded by

This is Mathew.
Copyright
© © All Rights Reserved
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% found this document useful (0 votes)
19 views1 page

C# Do List

The document outlines a four-week C# programming course, detailing daily topics such as syntax, control flow, object-oriented programming, exception handling, and more. Each week culminates in practical programming exercises to reinforce the concepts learned. The course progresses from basic to advanced topics, including threading and database connectivity.

Uploaded by

This is Mathew.
Copyright
© © All Rights Reserved
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
You are on page 1/ 1

Week 1 (5/10/2023)

Day 1: Introduction to C#, its syntax, and its basic data types (variables,
integers, floats, booleans, etc.) 5/10/2023
Day 2: Learn about control flow structures such as if statements, for and while
loops, and switch statements 5/11/2023
Day 3: Learn about arrays and how to use them in C#
Day 4: Learn about methods and how to write your own methods in C#
Day 5: Practice what you have learned so far by creating a simple program that uses
all of the concepts you've covered
Week 2

Day 1: Introduction to object-oriented programming concepts in C#, including


classes, objects, and inheritance
Day 2: Learn how to create your own classes and objects
Day 3: Learn how to use constructors and methods in classes
Day 4: Learn about interfaces and how to use them in C#
Day 5: Practice what you have learned so far by creating a program that uses
object-oriented programming concepts
Week 3

Day 1: Introduction to exception handling in C#


Day 2: Learn about file input and output in C#
Day 3: Learn about collections and how to use them in C#
Day 4: Learn about LINQ and how to use it in C#
Day 5: Practice what you have learned so far by creating a program that uses
exception handling, file input and output, collections, and LINQ
Week 4

Day 1: Learn about delegates and events in C#


Day 2: Learn about threading and how to use it in C#
Day 3: Learn about networking in C#
Day 4: Learn about database connectivity in C#
Day 5: Practice what you have learned throughout the month by creating a larger-
scale program that incorporates many of the concepts covered

You might also like