Capture.PNG

DAVID TZEMACH

  • Home

  • Blog

    • Agile Software Development
    • Software Testing
    • Cloud Computing
    • Automation Testing
    • Software Development
    • DevOps - Tools, Code and technologies
  • My Experience

  • About me

  • My Books for purchase!

  • More

    Use tab to navigate through the menu items.

    dzcomp@gmail.com

    +972-526982298

    • Facebook
    • Twitter
    • LinkedIn

    Share on LinkedIn

    • software testing (75) 75 posts
    • Scrum Framework (45) 45 posts
    • Agile (42) 42 posts
    • Automation (40) 40 posts
    • Agile Testing: Best Practices and Challenges Strategies (35) 35 posts
    • C# Tutorial (34) 34 posts
    • Scrum Process Best Practices (28) 28 posts
    • Cloud Computing (22) 22 posts
    • Devops Tools and Technologies (16) 16 posts
    • Best Practices for Scrum Meetings (15) 15 posts
    • How do we Manage Bugs in Agile? (13) 13 posts
    • Agile estimation and prioritization techniques (12) 12 posts
    • scrum roles and responsibilities (12) 12 posts
    • Bash Scripting (8) 8 posts
    • Docker & Kubernetes (8) 8 posts
    • Agile HR Practices (6) 6 posts
    • Vagrant (4) 4 posts
    • Metrics & KPI's (3) 3 posts
    • All Posts
    • Agile Software Development
    • Software Development Tutorials
    • Cloud computing
    • DevOps
    • Test Automation Framework
    • Software Testing
    Search
    C# Tutorial For Beginners: Introduction to the Path class
    David Tzemach
    • Dec 19, 2020
    • 1 min

    C# Tutorial For Beginners: Introduction to the Path class

    The path class resides in the “System.Io” namespace and handles system objects such as folders and files. This article will cover the...
    50
    C# Tutorial For Beginners: Working Static Elements
    David Tzemach
    • Dec 17, 2020
    • 1 min

    C# Tutorial For Beginners: Working Static Elements

    Static elements are essential as they can upgrade the efficiency and clarity of the program. Static variables provide the power to create...
    40
    C# Tutorial For Beginners: The String Builder Class
    David Tzemach
    • Dec 13, 2020
    • 2 min

    C# Tutorial For Beginners: The String Builder Class

    The “string builder” class provides a better more efficient way to handle stings in our program. By using this class, we can reduce...
    20
    C# Tutorial For Beginners: The Environment class
    David Tzemach
    • Dec 9, 2020
    • 1 min

    C# Tutorial For Beginners: The Environment class

    The environment class is located under the ‘System’ namespace to retrieve and manage system information. Example 1: Environment. Newline...
    40
    C# Tutorial For Beginners: The DateTime Class
    David Tzemach
    • Dec 9, 2020
    • 2 min

    C# Tutorial For Beginners: The DateTime Class

    The DateTime class is essential as I provide a different way to manage time and dates as part of the execution process of the program. To...
    180
    C# Tutorial For Beginners: Working with Methods
    David Tzemach
    • Dec 8, 2020
    • 3 min

    C# Tutorial For Beginners: Working with Methods

    A method is a block of code used when a specific request calls it. Methods are crucial as they reduce the use of code lines and enhance...
    70
    C# Tutorial For Beginners: Working with Arrays
    David Tzemach
    • Dec 6, 2020
    • 1 min

    C# Tutorial For Beginners: Working with Arrays

    Arrays are used to store multiple values (from the same type) in a single location instead of declaring separate variables for each value...
    90
    C# Tutorial For Beginners: Break and Continue
    David Tzemach
    • Dec 4, 2020
    • 1 min

    C# Tutorial For Beginners: Break and Continue

    The break and continue statements are reserved words in C#. Their primary use is in loops (and switch statements) to control the...
    160
    C# Tutorial For Beginners: For And Foreach Loop
    David Tzemach
    • Dec 4, 2020
    • 1 min

    C# Tutorial For Beginners: For And Foreach Loop

    For loop is used mainly if you know the exact number of times you want to loop through a code block. When using the ‘for’ loop, it...
    30
    C# Tutorial For Beginners: While and DoWhile loops
    David Tzemach
    • Dec 3, 2020
    • 1 min

    C# Tutorial For Beginners: While and DoWhile loops

    In c#, we have different loops that we can use to write our program. Loops are used to execute a piece of code as long as a specified...
    50
    C# Tutorial For Beginners: Switch Statements
    David Tzemach
    • Dec 3, 2020
    • 1 min

    C# Tutorial For Beginners: Switch Statements

    The ‘switch’ statement is used to select one of many code blocks to be executed. It is mainly used when we have preliminary knowledge of...
    70
    C# Tutorial For Beginners: Conditions and If Statements
    David Tzemach
    • Dec 2, 2020
    • 1 min

    C# Tutorial For Beginners: Conditions and If Statements

    As we saw in previous lessons, C# supports all the logical conditions (Equal, less than, etc.) that we can use to perform different code...
    10
    C# Tutorial For Beginners: Working with user input
    David Tzemach
    • Dec 2, 2020
    • 1 min

    C# Tutorial For Beginners: Working with user input

    There are two main commands that we can use to communicate with user inputs; the first one is the Console.WriteLine(); which is used to...
    70
    C# Tutorial For Beginners: Operators
    David Tzemach
    • Nov 30, 2020
    • 1 min

    C# Tutorial For Beginners: Operators

    Operators are used to performing different operations on variables, values, and objects. There are four main categories of operators:...
    150
    C# Tutorial For Beginners: Casting Variables
    David Tzemach
    • Nov 29, 2020
    • 1 min

    C# Tutorial For Beginners: Casting Variables

    A variable Casting process is when you assign a value of one data type to another type. In c#, there are two types of data casting:...
    80
    C# Tutorial For Beginners: String with Examples
    David Tzemach
    • Nov 29, 2020
    • 2 min

    C# Tutorial For Beginners: String with Examples

    When writing our code, we can use the variable of 'char' to add a single character. However, what can we do when adding a collection of...
    30
    C# Tutorial For Beginners: Data Types and variables
    David Tzemach
    • Nov 27, 2020
    • 1 min

    C# Tutorial For Beginners: Data Types and variables

    A variable is the name given to a memory allocation that our programs can store and read data. Like other coding languages, each variable...
    160
    1
    2
    • Facebook
    • Twitter
    • LinkedIn

    ©2020 by David Tzemach. Proudly created with Wix.com