From the course: Advanced C#: Functional Programming Patterns
Unlock this course with a free trial
Join today to access over 24,500 courses taught by industry experts.
Next steps - C# Tutorial
From the course: Advanced C#: Functional Programming Patterns
Next steps
You've reached the end of the course. We've looked at many functional concepts and how they fit with C# development. This is a big topic and there is more to learn. Perhaps you are wondering what to do next. One of the most useful books I've read on the topic is Functional Programming in C# by Enrico Buonanno. It's aimed at proficient C# developers who want to apply functional thinking to their code, just like the audience for this course. If you enjoyed this course, be sure to check out my other offerings. In this course, we covered some LINQ concepts. For a comprehensive understanding, I have several LINQ courses available totaling over seven hours of content. These courses cover various aspects of LINQ, including LINQ to database and LINQ to XML. Additionally, I offer a course on the fantastic LINQPad tool, which is excellent for testing and debugging LINQ code in a scratchpad environment. You might also be interested in my course on Thread-Safe Data with Concurrent Collections…