Atakan KulWhat is Test Driven Development (TDD)?Test-driven development (TDD) is a software development approach that emphasizes writing tests before writing the actual code. It follows a…Jun 21, 2023Jun 21, 2023
Atakan KulCreating Azure DevOps Pipeline And ReleaseWhat is CI/CD? What is Pipeline ? What is Release ?Jun 21, 2023Jun 21, 2023
Atakan KulModels and Model Mapping in .NETWhat is a model in C#? Auto Mapper example in .NETJun 21, 2023Jun 21, 2023
Atakan KulWhat is Redshift ? Connect redshift with PythonWhat is Redshift? Connect redshift with PythonJun 21, 2023Jun 21, 2023
Atakan KulDependency Injection in .NET6 (Why and How)What is Dependency Injection?Jun 21, 2023Jun 21, 2023
Atakan KulList and IEnumerable in C#Hi! In C#, a List is a class that represents a strongly typed collection of objects that can be accessed by index. It provides methods to…Jun 20, 2023Jun 20, 2023
Atakan KulIs comment section necessary ? Can we just use meaningful variable names ?The comment section in code refers to the part of the code where programmers can add explanatory or descriptive text that is not executed…Jun 19, 20231Jun 19, 20231