Browse by Tags

All Tags » C# » General Software Development (RSS)

Apache Hash Code and Equals Builders by Artur Trosin

In the post I want to present two useful utility classes that for a long time are used in Java world and developed within Apache Software Foundation. These are HashCodeBuilder and EqualsBuilder classes which were ported by me in C#. To implement a good...

Builder Pattern and Fluent Interface by Artur Trosin

In the post I want to discuss the practical part of the Builder pattern and how builder pattern usage and implementation can be simplified by Fluent Interface, it will show how these two patterns can leave in harmony with each other. For how many of us...

Rhino Tools: Rhino Security Guide by Artur Trosin

In the post I want to discuss basics of In the post I want to discuss basics of Rhino Security which was developed by Ayende . This is a nice security model implementation that could be easily integrated and adapted in many applications...
More Posts