This repo contains the C# project work flow as follows:
-
AbstractClassAndPolymorphism
-
ArraysAndLists
-
CSharpMVC
-
ConstructorConsoleApp
-
DateTimeConsoleApp
-
EnumConsoleApp
-
ExceptionHandling2
-
ExcpitionHandling
-
FavoriteCountriesConsoleApp
-
InheritenceInCSharp
-
IterationConsoleApp
-
LambdaExpressionConsoleApp
-
LoopConsoleAppAssignment
-
MethodAssignment
-
MethodClassAssignment
-
MethodConsoleApp2
-
MethodsAndObjectsAssignment
-
MethodsConsoleApp
-
NewsLetterAppMVC
-
OperatorOverloadingConsoleApp
-
StringAndIntegersConsoleApp
-
StructConsoleApp
-
StudentsMVC
-
TwentyOneGame
-
TwentyOneGameConsoleApp
-
WebApplication1
-
WebApplicationMVC
This projects allows me to work with Abstract classes and the basic concept of poly morphism in OOP.
In this project I worked on syntax for arrays and lists in CSharp programming language.
This is my first project in MVC architecture which allowed me to know the basic concept in MVC and practically work in.
In this project I worked on creating constructors for classes in CSharp.
This project allowed me to know the basics of DateTime data type and its properties.
In this project I practically worked on enum value type in which I defined the constant properties and values.
This is one of my favorite project which includes how to handle the exceptions with prompting default message and written by developers.
This is a small game project as follows:
- Asking user for their favorite number to guess the country as their next destination.
- This programs asks the user for int input to match their lucky number.
- It also includes the exception handling.
One of my favorite concept in OOP. I practicaly worked on inhertence in this project.
In this console app I worked on lambda expressions with some examples.
I learned how to iterate through loops in CSharp and this project includes practical examples.
This project includes pratical methods in CSharp.
This is another method project.
I worked on instatiating the object.
This is a little bit comperhensive MVC application which includes a form for requesting the sign up to receive news letters with unsubscribing feature.
This project allowed me to work on operator overloading in CSharp.
This project allowed me to work on string and int data types.
This is an MVC app.
This project contains a game called twenty one.
This is my first web application in CSharp.
This is another work sample of creating the MVC web application.