Samiksha Jaiswal (Editor)

Re mix

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
Developer(s)
  
rubicon

Operating system
  
Windows

License
  
LGPL 2.1 or higher

Written in
  
C#

Type
  
Mixin library

Stable release
  
1.13.101 / April 11, 2011 (2011-04-11)

re-mix is an open source library (LGPL) hosted on codeplex to bring the mixin technology to C# and Visual Basic.NET.

History

.NET does not offer multiple inheritance. Nevertheless, in some use cases multiple inheritance support would be helpful for .NET applications. In languages such as Ruby these use cases were solved with mixins.

The company rubicon created a mixin library for the Microsoft.NET framework to add multiple inheritance to their own applications.

The mixin library became part of the open source framework re-motion. On March 2011, re-mix has been published on CodePlex as spin-off project of re-motion.

References

Re-mix Wikipedia