/CSharpStudy

Repository that show traces of studying C#.

Primary LanguageC#MIT LicenseMIT

pinkrabbit412/CSharpStudy

Repository that show traces of C# studying processes.

Each chapter's folder contains unique README.md files.
This file displays each chapter's Overview, Key point, File list, and Result capture image.


Example README.md(at Chapter #11) at below:


1. Chapter overview

  • Difficulty : 4/5 (Slightly Hard)

2. Chapter key point

  • Learn : Generic Programming
  • Learn : Generic Method
  • Learn : Generic Class
  • Learn : Generic Collection that provided by .NET Framework, and It's usage
  • Make : Program that contains generic method and class.

3. Contains

  • .cs : Generic.cs
  • .exe : Compiled Generic.cs (Executable file)
  • .png : Execution result capture image of Generic.exe, same as [Image #1] below

4. Result

Execution result capture image of Generic.exe

[Image #1] Execution result capture image of Generic.exe



References...

using Book.Hanbit.ThisIsCSharp;

Book.Hanbit.ThisIsCSharp