In the past, we have used mega-series to tackle big subjects such as design patternsanti-patterns, and sorting algorithms. In this series, we’re going back to basics to discover, learn, and teach the programming language we all know and love: C#!

Goals and Expectations

“I have made this longer than usual because I have not had time to make it shorter.” - attr. to Blaise Pascal, translated from French, 1657

I believe you cannot be a good programmer without being a good communicator, and the best communicators use their words wisely. The best communicators can adjust their styles for different audiences, and break complex large problems down into small, easily-understood parts. Unlike Mr. Pascal, I am taking the time to make these posts shorter and more easily understood.

The primary goal of this series, therefore, is not to explore every little feature C## offers; that’s what the official documentation is for. Rather, my goal is to explain C#'s key concepts in accessible language, understandable by everyone. That also applies to the code samples in the series; they are small, focused, and as complete as I can make them to present the programming ideas I want to show.

As a writer (and I do consider myself a writer, not just a blogger), I also want to consistently improve my communication skills, and so writing this series is good practice for me.

With all of that in mind, here are my goals for this mega-series:

  • I want to describe complicated programming ideas in simple language, using clear and concise code samples.
  • I want as many people as possible to be able to read and comprehend each and every post, paragraph, and code block, including those for whom English may not be their first language.
  • I want each post topic to build off the previous ones. I won’t introduce a concept until all the previous information you need to know in order to learn the new concept have been explored.
  • I want to improve my written skills, so I will need quality, constructive feedback from my readers.

That last bullet means I want to hear from YOU. Yes, you! Tell your friends, tell your coworkers, tell everyone you know that I want all the feedback I can possibly get for this series. I am not kidding in the slightest.

#c# in simple terms #c++

Introducing C# in Simple Terms!
1.10 GEEK