Understanding legacy code with NDepend
How working with NDepends helps developers to better and quickly understand legacy code bases.
How working with NDepends helps developers to better and quickly understand legacy code bases.
Exploring the Tuples the New C# 7 language feature learning both the Advantages and limitations of this great language enhancement.
A quick guide on how to make use of Local Functions in C#
A how to guide using Automapper in a DotNetCore Web Api project
A quick how to guide on implementing seeding in an EF Core database project.
The latest release of .net core CLI re-introduced Solution Files and .csproj files to the .net core framework. This post explores making use of these files to better organize your development project files
Learn how to integrate the Swagger UI in an ASP.NET Core Web API and extend documentation and customise the UI
An example of creating a simple weather application making use of Asp.net Core and angular2
walk through the process of creating a new project and then create a build process using cake.
A detailed step by step on how to install configure cake on a ubuntu headless server to build ASP.net core applications
Easy to follow concise & detailed steps required to install .net core on a headless Ubuntu 16.x server
set up a Continuous Integration / Continuous Deployment DevOps environment for a ASP.net Core project. How to install Team City 10.x on a Ubuntu 16.X server
Quick walk through guide on how to set up and get started with asp.net core on ubuntu
How to set up a ASP.net Core web project using Angular2 on ubuntu
Following on from my previous post regarding how to Set Up Visual Studio for Angular 2 and .NET Core web app Development, I needed to… Read More »Set VS Code Angular 2 and .NET Core web Development on Ubuntu
How to use angular 2 and apps.net core
How to use Entity Framework Core and separate your Database logic from your business logic by using separate class library projects
I came across a situation today where I needed to mix two different authentication types on ASP.net MVC 4 application. The reason for this being… Read More »Mixing windows & forms authentication
Walkthrough guide and Instructions on how to remove ignored files that have been erroneously committed to your local staging area of your git repository
Selenium is a suite of browser automation tools to help with automating web browsers across a number of platforms. It’s a really handy tool to help with automating web applications for testing purposes