Using the Repository and Unit Of Work Pattern in .net core
A detailed discussion on the implementation of a Generic Repository pattern for .net core entity framework.
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.
In a previous post, Redis InMemory Cache in ASP.net MVC Core, I discussed the various forms of cache storage applications may use, introduced Redis and… Read More »Why, When and How to use Redis in ASP.net MVC Core
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
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