Recent Posts

2
Comments

Domain-Driven Design: Two basic premises by Artur Trosin

In the post I want to discuss about two basic Domain-Driven Design premises which stand on the base of all other DDD principles, patterns, and practices. DDD principles, patterns, and practices described by Eric Evans are not something invented by him...
0
Comments

Software as Craft - Agile Conference in Chisinau by Artur Trosin

In the post I want to highlight very important event for IT community that happened in the Chisinau capital of Moldova . Also I want to discuss my view on the Chisinau ’s IT field from knowledge sharing perspective. Moldova is a small and relatively poor...
5
Comments

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...
5
Comments

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...
11
Comments

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...
2
Comments

ReSharper Tip: Manual Code Reordering by Artur Trosin

Most of you already know what ReSharper is and its power; its shortcuts can improve productivity drastically. That is why I really recommend learning its basic keyboard shortcuts for persons that have already ReSharper license. Here is full ReSharper...
Filed under: , , ,
0
Comments

With modern tools, Is a solution\project structure important? by Artur Trosin

In the post I would like to discuss importance of the solution (project) structure nowadays. So, is it really so important to create and maintain a well structured solution when you have such a powerful IDE like VS.NET and a ReSharper plugin installed...
18
Comments

Domain Driven Design: Learning by Artur Trosin

1. Introduction In the post I would like to help folks who want to improve their design skills and way of thinking by introducing in the Domain Driven Design (DDD) and provide a set of resources which I find useful. Also I will try to sort the resources...
2
Comments

Separation of Concern vs Single Responsibility Principle ( SoC vs SRP ) by Artur Trosin

These two great principals that stands on the base of many design and architecture decisions. We very often meet these principals in book, articles, blogs, etc... And main question which risen in my head was what they really all about and how they relate...
Filed under: , ,
0
Comments

The M is MVC or MVP IS or IS NOT a Domain Model Object by Artur Trosin

Hi, On Domain Driven Design yahoo discussion group was raised a very interesting question, what is really the M mean from Model-View-Controller and its derivate brother Model-View-Presenter patterns’ perspective. From a very long discussion we can see...
More Posts Next page »