#Newbiecoder



How to work with branches using Git (part 6 of Series)

17 April 2019 ·  10 min read

In this article, we'll create and work with a separate branch in Git and show you how to merge back and forth. This is part 6 of a series of beginner-level articles covering version-control, Git & GitHub.

C# Method Chaining

25 February 2019 ·  11 min read

Guide showing you how methods can be chained in C#.

Introducing the Git workflow (part 5 of Series)

25 January 2019 ·  10 min read

In this article for absolute beginners, we'll introduce you to some of the basics of saving changes to your work and saving it to the repository. This is part 5 of a series of beginner-level articles covering version-control, Git & GitHub.

Let's learn some basic Git concepts (Part 2 of Series)

22 January 2019 ·  7 min read

In this article, we'll talk about some of the basic concepts and buzzwords related to Git. This is part 2 of a series of beginner-level articles covering version-control, Git & GitHub.

How to run (debug) a .Net Core project

15 January 2019 ·  9 min read

Beginners guide to how you can run/debug a project, using Visual Studio, Visual Studio Code and the .Net Core Command Line Interface.