Get All C# Classes Implementing an Interface
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.
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
Introducing the serverless computing and framework and how to build a Twitter automation bot using AWS lambda function as a service with node.js.
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
A walk through guide to installing and configuring the Elastic Stack on a fresh ubuntu server 16.04, making use of Nginx web server.
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
The microservice architecture enables the rapid, frequent and reliable delivery of large, complex applications. It also enables an organization to evolve its technology stack.
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
A quick tutorial explaining how to use angular2 reactive or model driven forms in your angular2 application
Quick walk through guide on how to set up and get started with asp.net core on ubuntu
A quick tip to explain how to copy the content of your PHPInfo file to your clipboard from the terminal.