Skip to content

Code repository for Functional C#, published by Packt

License

Notifications You must be signed in to change notification settings

PacktPublishing/Functional-CSharp

Repository files navigation

#Functional C# This is the code repository for Functional C#, published by Packt. It contains all the supporting project files necessary to work through the book from start to finish.

##About the Book Functional programming makes your application faster, improves performance, and increases your productivity. C# code is written at a higher level of abstraction, so that code will be closer to business requirements, abstracting away many low-level implementation details.

##Instructions and Navigation All of the code is organized into folders. Each folder starts with number followed by the application name. For example, Chapter02.

You will see code something similar to the following:

namespace ActionFuncDelegates
{
    public partial class Program
    {
        static void Main(string[] args)
        {
            //ActionDelegateInvoke();
            FuncDelegateInvoke();
        }
    }

##Software and Hardware List

Chapters Software Required OS Required
1 to 11 Visual Studio 2017 RC Windows

##Related C# topics:

Suggestions and Feedback

[Click here] (https://docs.google.com/forms/d/e/1FAIpQLSe5qwunkGf6PUvzPirPDtuy1Du5Rlzew23UBp2S-P3wB-GcwQ/viewform) if you have any feedback or suggestions.

About

Code repository for Functional C#, published by Packt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages