Read Your Functional Tests as a Book in C# Part 5: Leverage Fluent Interface
The Goal In this series of posts I'm going to show how to leverage clean code principles when writing functional tests. Fluent Interface Navigation between flow »
The Goal In this series of posts I'm going to show how to leverage clean code principles when writing functional tests. Fluent Interface Navigation between flow »
The Goal In this series of posts I'm going to show how to leverage clean code principles when writing functional tests. The Flow's Context In my »
Just signed up to Shelfari service, which is a community-powered encyclopedia for book lovers. So You can share books, You are reading, have read, or going »
Goal: Significally improve peformance of factorial algorithm by leveraging all available processors. Standard factorial implementation usually looks something like this: def factorial(1), do: 1 def »
In this series of posts we are gooing to look under the hood of Enum module. Here are the source and tests of the module. Today »
In this series of posts we are gooing to look under the hood of Enum module. Here are the source and tests of the module. Today »
When I stared looking into functional programming languages it was a big surprise for me that if statement and while/for/foreach loops were not only »
Today I needed to expose some REST functionality in the project, which leverages Sitefinity, via ASP.NET Web API. Standard routing setup didn't work out for »
T4 (which stands for Text Template Transformation Toolkit) is a great way to automate code generation tasks. Here is a sample of how I translated resx »
In this series of posts we are gooing to look under the hood of Enum module. Here are the source and tests of the module. Let's »