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
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
A detailed discussion on the implementation of a Generic Repository pattern for .net core entity framework.
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
an example of how to use reflection to retrieve a list of classes that implement a specific interface and then execute a method on that interface.
A guide to configuring ASP.net MVC Core Application to use Redis Session store developing a custom provider
Exploring the Tuples the New C# 7 language feature learning both the Advantages and limitations of this great language enhancement.
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
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
How to use angular 2 and apps.net core