Skip to content

amirkogit/CSharpTestGround

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 

Repository files navigation

CSharpTestGround

  • Repository for learning different C# features.
  • LearnCSharp.sln is the main solution file that consists of following projects:

##Hello: Hello World program in C# !

##Grades:

  • Working with user defined classes, interfaces, events, delegates and exceptions.

##Grades.Tests:

  • Corresponding unit tests for Grades project.

##EqualityComparisons:

  • Use equality and comparisons correctly in C# code.
  • Implement equality and comparisons for user defined types
  • Working with inheritance, string comparisons, writing custom comparers and equality comparers, hash codes, and structural comparisons.

About

Repository for learning different C# features.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages