Skip to content

General

Book Review : Adaptive Code

This is one of the most helpful software engineering books I’ve ever read. It is most useful for people who have some real world experience in .NET development.

dotnet core

How to use Factory Method Design Pattern in C#

Factory Pattern creates objects, in this post we will implement the factory design pattern in a C# application. Using the Factory pattern, we develop an abstraction that isolates the logic for determining which type of class to create.

Clean Code

Book Review : Clean Code

There is a minimum expectation that, if you are a software developer, irrespective of programming language or discipline that you have actually read this book, at least more than twice! This book should be compulsory reading for anyone, working with code in any capacity.

What is Clean Code

What is Clean Code ?

Clean code and the practices are about eliminating or at least attempting to reduce complexity. Although clean code solutions may seem elegant and efficient, they are not always easy and are often the direct result of combating complexity!

Book Review : The art of unit testing

The book is a perfect guide into learning and understanding the topic, irrespective if you’re a C# developer or not. The code samples may be in C#, but the reality is the concepts and implementation are the same in any language.

What is Git

Git is a popular version control system to help software developers maintain a version history of their code

dotnet core

How to create nuget package .net core

Tutorial on how to create a NuGet package using the .NET Core CLI, and then publish their NuGet package to the nuget.org site, including how to set up a CI/CD pipeline

dotnet core

Manage Project and Package References with .net CLI

Learning how to use the .net Core CLI is helpful when learning to manage and edit .net core based applications across different operating systems. In this article we take a look at how easy it is to Manage and Edit project and package references making use of the .net CLI