Skip to content

C# code examples from "Visual Programming" by Faqeer Hussain. The examples are organized into multiple projects within a single directory.

Notifications You must be signed in to change notification settings

faqeerhussein/CodeExamples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code Examples from "Visual Programming"

This repository contains C# code examples provided in the booklet "Visual Programming" by Faqeer Hussain. The examples are organized into multiple projects within a single directory.

Running the Examples

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

dotnet run --project <project_filename.csproj>

Example Commands

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

dotnet run --project variables.csproj

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

dotnet run --project ternary_operator.csproj

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

C# code examples from "Visual Programming" by Faqeer Hussain. The examples are organized into multiple projects within a single directory.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages