Solid icon indicating copy to clipboard operation
Solid copied to clipboard

.NET apps done SOLID way

Results 4 Solid issues
Sort by recently updated
recently updated
newest added

Sometimes the aspect's implementation should remain the same yet new conditions should be met before it's invoked. In this case these conditions can be wrapped into aspects and added to...

enhancement

Sometimes the base aspect implementation which is supplied by the framework is not enough. The `BootstrapperBase` contains this default implementation which can be replaced by specifying the same id (similar...

enhancement

There may be cases where aspects will have the same id for various reasons. In this case the following strategy should be employed: 1. Group the aspects with the same...