fedeoliv / aspnet-core-functional

Applying fundamental principles that lie at the foundation of functional programming in ASP.NET Core Web APIs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Functional Principles in ASP.NET Core Web APIs

This repository contains an ASP.NET Core Web API sample that applies fundamental principles that lie at the foundation of functional programming, giving you insight into how your REST API will behave.

Applying functional programming principles can give you the ability to create robust applications that quickly adapt to ever-changing market needs. I strongly recommend you to check this course: Applying Functional Principles in C#.

About the sample

The Customer Management sample was adapted from Vladimir Khorikov's repository in order to provide an ASP.NET Core version and some refactorings to adhere more clean code principles.

Some concepts used in this sample:

About

Applying fundamental principles that lie at the foundation of functional programming in ASP.NET Core Web APIs.


Languages

Language:C# 100.0%