featured
Declare and use read write properties in C#
Declare the backing fields Declare the properties Create an instance of the Person class and set values on the object
1 min read
Let’s Create, .NET! Project ATM
Create the project Create our ATM class Write a test for our method Write a loop for user input Write the ATM methods Add a log feature
1 min read
Using LinkedLists in a .NET console application
Create the LinkedList Add and remove nodes Find and update
1 min read
Creating a dictionary in .NET
Create a string dictionary Adding elements Reading elements
1 min read