Skip to content

ShreyTiwari/School-Manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple

Introduction

This repository implements a sample "School Manager" Console Application written in the C# programming language. This project is created to:

  • Learn the syntax and basics of the programming language
  • Learn how to use Visual Studio for building and testing the code (MSTest)

Additionally, the "School Manager" project tries to incorporate other important aspects such as:

  • Object Oriented Programming
  • Interfaces
  • Events
  • Async / Await / Tasks
  • Exception Handling
  • Unit Testing
  • Class Diagrams

Useful Resources