Skip to content

Master C# fundamentals with this collection of code examples. Explore variables, methods, classes, inheritance, events, and more. Ideal for newcomers and those needing a quick refresher.

License

Notifications You must be signed in to change notification settings

faqeerhussein/CSharp

Repository files navigation

C# Code Examples from "Visual Programming"

This repository contains C# code examples provided in the book "Visual Programming" by Faqeer Hussain. The examples are organized into multiple project folders.

Running the Examples

To run the example code, you need to use the dotnet CLI command. Since the repository contains multiple project folders, you must specify the project folder name when running the command. Below is the general format for running a project:

dotnet run --project <project_foldername>

Example Commands

For example to run the example code about variables, run the following command:

dotnet run --project variables

And to run the example code about ternary_operator, run the following command:

dotnet run --project ternary_operator

So, you can run all code examples on your machine following the above stated command pattern.

License

This repository is licensed under the MIT License.

About

Master C# fundamentals with this collection of code examples. Explore variables, methods, classes, inheritance, events, and more. Ideal for newcomers and those needing a quick refresher.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages