What 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
Creating Azure DevOps Pipeline And ReleaseWhat is CI/CD? What is Pipeline ? What is Release ?Jun 21, 2023Jun 21, 2023
Models and Model Mapping in .NETWhat is a model in C#? Auto Mapper example in .NETJun 21, 2023Jun 21, 2023
What is Redshift ? Connect redshift with PythonWhat is Redshift? Connect redshift with PythonJun 21, 2023Jun 21, 2023
List 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
Is 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