Skip to content

December 2018

notranslated

why func delegate is not translated to sql

This post is a sequence for the previous article which shows why the Func delegate is not translated into the SQL statements.

Read More »why func delegate is not translated to sql

Unit tests for private methods?

This post as you read from the title is about unit testing for private methods. Do we really need to test the private methods in the unit tests?

Read More »Unit tests for private methods?