Click here to Skip to main content
15,881,380 members
Articles / Programming Languages / C#

Explaining C# Code to Non-Programmers

Rate me:
Please Sign up or sign in to vote.
4.96/5 (33 votes)
1 Aug 2021CPOL38 min read 36.6K   37  
How I explain code to non-programmers using C# as the programming language
To those who know nothing about computer programming, code looks either like gibberish or, at best, a foreign language. Much of the syntax and keywords have to be explained by metaphor so they can relate to what they are seeing in a context with which they are familiar. In this article, I'll be using C# as the programming language to explain to non-programmers.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Architect Interacx
United States United States
Blog: https://marcclifton.wordpress.com/
Home Page: http://www.marcclifton.com
Research: http://www.higherorderprogramming.com/
GitHub: https://github.com/cliftonm

All my life I have been passionate about architecture / software design, as this is the cornerstone to a maintainable and extensible application. As such, I have enjoyed exploring some crazy ideas and discovering that they are not so crazy after all. I also love writing about my ideas and seeing the community response. As a consultant, I've enjoyed working in a wide range of industries such as aerospace, boatyard management, remote sensing, emergency services / data management, and casino operations. I've done a variety of pro-bono work non-profit organizations related to nature conservancy, drug recovery and women's health.

Comments and Discussions