net

C#: Extension methods != Open classes
· c net extension-methods open-classes

C#: Properties vs Methods
· c net

C#: Public fields vs automatic properties
· c net

C#: Refactoring to functional collection parameters
· net functional-programming

C#: Builder pattern still useful for test data
· c net

F#: Partial Function Application with the Function Composition Operator
· net f currying functional-programming

F#: Forward Operator
· net f

F# Option Types
· net f null-handling

C# lambdas: How much context should you need?
· coding net lambdas

Lambda in C#: Conciseness v Readability
· c net lambda