29 Commits

Author SHA1 Message Date
55ce261ed8 Finished Defining an Abstract Class 2021-02-22 23:19:37 +00:00
fe71127f3a Finished Defining an Abstract Class 2021-02-22 12:26:08 +00:00
f7ef36beab Finished Deriving from a Base Class 2021-02-22 11:53:59 +00:00
2b07530bb3 Finished Defining an Event & Subscribing to an Event 2021-02-22 11:25:40 +00:00
4623c69c69 Finished Using Multi-cast Delegates 2021-02-22 10:37:35 +00:00
3a7ae11abb Finished Defining a Delegate 2021-02-22 10:11:30 +00:00
d47a773760 Finished Defining const Members 2021-02-22 03:59:18 +00:00
394a847465 Finished Defining Property Getters & Setters 2021-02-22 03:34:13 +00:00
1b64a1fa8b Finished Overload Methods; Finished Defining Properties 2021-02-22 03:28:38 +00:00
237b8fc391 Finished Solution, Throwing & Catching Exceptions, repo at 9f4de32 2021-02-22 00:56:24 +00:00
615d267706 Finished Challenge: Taking User Input from Console; By myself 2021-02-22 00:12:35 +00:00
41ca2586dc Finished Pattern Matching with switch 2021-02-19 04:33:27 +00:00
dd47f5cf72 Finished Switching with the swtich Statement 2021-02-19 03:54:21 +00:00
009cdc3919 Looping with for, foreach, do, while 2021-02-19 03:13:57 +00:00
6c7ba8624f Finished Looking For Reference Types & Value Types & The Special Case of String in .NET 2021-02-19 01:07:25 +00:00
8ce65cb61e Finished Passing Parameters by Reference 2021-02-19 00:30:31 +00:00
6f9f69b55f Finished Testing Object References & Referencing Different Objects 2021-02-18 01:41:40 +00:00
b6387e0e8c Finished Testing Your Code, Refactoring for Testability 2021-02-17 12:33:05 +00:00
41bf0f3824 Finished Referencing Projects and Packages 2021-02-17 02:30:04 +00:00
c36b3f5caf Added first assertion 2021-02-17 00:45:17 +00:00
dfdcdd1281 Creating a Unit Test Project 2021-02-17 00:14:18 +00:00
0626a832d3 Encapsulate all methods within Book class 2021-02-16 22:34:31 +00:00
6d919686df Created Book.cs for class creation 2021-02-16 22:27:58 +00:00
bafaa1b11e Finished Module 2. Learning the C# Syntax 2021-02-16 04:07:37 +00:00
3a84b1d059 Added README for GradeBook 2021-02-16 03:42:52 +00:00
248b18cae8 Created foreach loop 2021-02-16 03:42:26 +00:00
bf10077762 Finished Module 1. Introduction C# and .NET 2021-02-16 02:47:23 +00:00
cb4c868686 Added devcontainer file, .gitignore and modified README 2021-02-15 22:20:53 +00:00
da0d787a02 Initial commit 2021-02-15 22:05:25 +10:00