This is a repo just in case of practicing on what I'm practicing on. Small and big efforts are put in here.
Stars
2
Forks
0
Watchers
2
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
50
commits
Merge branch 'main' of https://github.com/saraanv/practiceRepo
f1fa361View on GitHubWorking on Extention methods where you can use a method to prevent redoing something and respecting single priciple on SOLID.
e7d6b7fView on GitHubThis edit contains error exception in the previous code as well.
9dbef25View on GitHubMerge branch 'main' of https://github.com/saraanv/practiceRepo
210ecbaView on GitHubThis C# file uses interface and inheritance for managing a online shop.
4b12d7eView on GitHubAdded a new file named university. in this C# file, polymorphysm and inheritance is used.
324ad5dView on GitHubThis file contains 2 classes. 1: Book, props are ISBN, IsAvaiable, Author, Title. 2: Libraary: containing addbook, borrowbook, and returnbook
662e3ffView on GitHubGets array from user, calculates max and avg, uses ref and out
cadc949View on GitHubThis file is a simple practice of what ref and out are in C#. ref means if a parameter changes, it reflects on the master as well. out means it does not need a input, the method will calculate it
35cd92fView on GitHubMerge branch 'main' of https://github.com/saraanv/practiceRepo
5a3509fView on GitHubmade a banck account with balance/deposit/withdraw/showwbalance. withdraw should subtract the certain amount , unless if not enough, deposit should add to balance the certain amount.
d63b230View on GitHub