Mixins NuGet Package

A mixin is a class that provides a certain functionality to be inherited or just reused by a subclass.

This project gives simple Mixin implementation fo c# using PostSharp AOP library. Mixins give simple way to cope with common issues like adding funcionality to comon classes that have to inherit from some framework base class, or compose custom behaviours of more than one base classes.

For now examples of using mixins are in the test project.




Got any Mixins Question?





Info

Version: 0.0.5
Author(s): skwasiborski
Last Update: Wednesday, November 7, 2012
.NET Fiddle: Create the first Fiddle
Project Url: https://bitbucket.org/skwasiborski/mixins
NuGet Url: https://www.nuget.org/packages/Mixins


Install
Install-Package Mixins
dotnet add package Mixins
paket add Mixins
Mixins Download (Unzip the "nupkg" after downloading)



Tags



STATS

must-have-score

.3

avg-downloads-per-day

1

days-since-last-release

4159