hdrachmann / FuntionalPrinciplesCsharp

Source code for the Applying Functional Principles in C# course

Home Page:http://pluralsight.com/courses/csharp-applying-functional-principles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to Applying Functional Principles in C#

This is the source code for the Applying Functional Principles in C# Pluralsight course.

There are two versions of the code base: the old version that doesn't comply with the functional principles and the new one which adheres to the functional principles described in the course. The last module of the course shows a step-by-step guide of how to refactor the old version into the new one.

How to Get Started

Both versions are fully functional and covered with auto-tests. In order to run the tests, you need to create a database (new version, old version) and change the connection string (new version, old version).

Licence

Apache 2 License

About

Source code for the Applying Functional Principles in C# course

http://pluralsight.com/courses/csharp-applying-functional-principles


Languages

Language:C# 99.7%Language:ASP 0.3%