Pinned Repositories
CustomerManagementApp
It is a customer management application built using only "React.js". Customer addition and customer deletion operations are performed through the application.
Data_Driven_Unit_Test
We can also create data-driven unit tests with Microsoft's testing framework.This project is a data-driven unit test project.
ECommerceProject
This project is an e-commerce website project.This project is a graduation project.
FAQApp
It is a FAQ application built using only "React.js".
First_Unit_Test_Project
It is the project where the unit test of the StringHelper class in the Helpers project is made.
FormValidationApp
It is a form validation application built using only "React.js".
OnlineSurveyApp
It is the final project of the .NET class that I took part in the "Gençlere Yatırım Geleceğe Yazılım" program jointly organized by Turkcell and MEB.
Projesis_Veri_Tabani_First_Project
This project is a windows form application.In this project, I connected to the database named Internship with ADO.NET.I displayed the information in the database in the form.
Projesis_Veri_Tabani_Second_Project
This project is a windows form application.In this project, I connected to the database named Internship with ADO.NET.I performed the operations of adding records to the database, deleting records from the database, updating the records in the database and reading the records in the database.
Turkcell_GYGY2023_Homeworks
Homeworks given within the scope of Turkcell GYGY 2023 program are included.
ArdaOdabasi's Repositories
ArdaOdabasi/Turkcell_GYGY2023_Homeworks
Homeworks given within the scope of Turkcell GYGY 2023 program are included.
ArdaOdabasi/CustomerManagementApp
It is a customer management application built using only "React.js". Customer addition and customer deletion operations are performed through the application.
ArdaOdabasi/Data_Driven_Unit_Test
We can also create data-driven unit tests with Microsoft's testing framework.This project is a data-driven unit test project.
ArdaOdabasi/ECommerceProject
This project is an e-commerce website project.This project is a graduation project.
ArdaOdabasi/FAQApp
It is a FAQ application built using only "React.js".
ArdaOdabasi/First_Unit_Test_Project
It is the project where the unit test of the StringHelper class in the Helpers project is made.
ArdaOdabasi/FormValidationApp
It is a form validation application built using only "React.js".
ArdaOdabasi/OnlineSurveyApp
It is the final project of the .NET class that I took part in the "Gençlere Yatırım Geleceğe Yazılım" program jointly organized by Turkcell and MEB.
ArdaOdabasi/Projesis_Veri_Tabani_First_Project
This project is a windows form application.In this project, I connected to the database named Internship with ADO.NET.I displayed the information in the database in the form.
ArdaOdabasi/Projesis_Veri_Tabani_Second_Project
This project is a windows form application.In this project, I connected to the database named Internship with ADO.NET.I performed the operations of adding records to the database, deleting records from the database, updating the records in the database and reading the records in the database.
ArdaOdabasi/Test_Project_With_Selenium
ArdaOdabasi/Testing_Lifecycle_Assembly_Level
In microsoft's test library, there are features that make up the test life cycle, which we call initialize and cleanup.Initialize and cleanup processes can be applied at 3 levels.These are test level, class level and assembly level.In this project, initialize and cleanup processes were applied at the assembly level.
ArdaOdabasi/Testing_Lifecycle_Class_Level
In microsoft's test library, there are features that make up the test life cycle, which we call initialize and cleanup.Initialize and cleanup processes can be applied at 3 levels.These are test level, class level and assembly level.In this project, initialize and cleanup processes were applied at the class level.
ArdaOdabasi/Testing_Lifecycle_Test_Level
In microsoft's test library, there are features that make up the test life cycle, which we call initialize and cleanup.Initialize and cleanup processes can be applied at 3 levels.These are test level, class level and assembly level.In this project, initialize and cleanup processes were applied at the test level.
ArdaOdabasi/Unit_Test_Attributes
I used the unit test attributes that are important in this project.