<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>remix Wiki Rss Feed</title><link>http://remix.codeplex.com/</link><description>remix Wiki Rss Description</description><item><title>Updated Wiki: Documentation</title><link>http://remix.codeplex.com/documentation?version=3</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;Get started&lt;/h1&gt;&lt;ul&gt;&lt;li&gt;Download re-mix from this site&lt;/li&gt;
&lt;li&gt;Extract the assemblies from net-3.5/debug or net-3.5/release&lt;/li&gt;
&lt;li&gt;From Visual Studio, add references to the assemblies Remotion.dll and Remotion.Interfaces.dll&lt;/li&gt;
&lt;li&gt;Edit project properties to make sure you are not using the .NET Client Profile (currently not supported by log4net)&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;
&lt;h1&gt;Use mixins in your code&lt;/h1&gt;(Under construction. Please download this &lt;a href="https://www.re-motion.org/download/HOL_mixin_equals.pdf" class="externalLink"&gt;Hands-on lab&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; in the mean time.)&lt;br /&gt;&lt;br /&gt;For questions, contact the development team via our &lt;a href="http://groups.google.com/group/re-motion-users" class="externalLink"&gt;Google Groups page&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;. &lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>stefanwenig</author><pubDate>Fri, 12 Aug 2011 15:38:12 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Documentation 20110812033812P</guid></item><item><title>Updated Wiki: Documentation</title><link>http://remix.codeplex.com/documentation?version=2</link><description>&lt;div class="wikidoc"&gt;Getting started
&lt;ul&gt;&lt;li&gt;Download re-mix from this site&lt;/li&gt;
&lt;li&gt;Extract the assemblies from net-3.5/debug or net-3.5/release&lt;/li&gt;
&lt;li&gt;From Visual Studio, add references to the assemblies Remotion.dll and Remotion.Interfaces.dll&lt;/li&gt;
&lt;li&gt;Edit project properties to make sure you are not using the .NET Client Profile (currently not supported by log4net)&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;Use mixins in your code
&lt;ul&gt;&lt;li&gt;&lt;a href="http://remix.codeplex.com/wikipage?title=Create%20mixin%20classes&amp;referringTitle=Documentation"&gt;Create mixin classes&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://remix.codeplex.com/wikipage?title=Apply%20mixins%20via%20attributes&amp;referringTitle=Documentation"&gt;Apply mixins via attributes&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://remix.codeplex.com/wikipage?title=Create%20instances%20of%20objects%20via%20mixins&amp;referringTitle=Documentation"&gt;Create instances of objects via mixins&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;For questions, contact the development team via our &lt;a href="http://groups.google.com/group/re-motion-users" class="externalLink"&gt;Google Groups page&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;. &lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>stefanwenig</author><pubDate>Fri, 12 Aug 2011 15:17:15 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Documentation 20110812031715P</guid></item><item><title>Updated Wiki: Home</title><link>http://remix.codeplex.com/wikipage?version=12</link><description>&lt;div class="wikidoc"&gt;Mixins are a powerful concept for object-oriented class composition. re-mix provides mixins for C# and Visual Basic .NET.&lt;br /&gt;&lt;br /&gt;While C# and VB.NET are continuously improving, they still support only a single mechanism for class composition: single inheritance. Over the years, many other mechanisms have been tried, among them multiple inheritance, mixins and traits. These mechanisms allow for a more flexible composition of classes from various sources, therefore enabling new programming techniques that reduce code redundancy, increase the expressiveness of code and allow for a more direct mapping of mental models to code.&lt;br /&gt;&lt;br /&gt;Some of the features of re-mix are:
&lt;ul&gt;&lt;li&gt;Create mixins that add interfaces with implementations and state to other classes&lt;/li&gt;
&lt;li&gt;Override class methods in mixins&lt;/li&gt;
&lt;li&gt;Implement abstract mixin methods in classes that use mixins&lt;/li&gt;
&lt;li&gt;Apply any number of mixins to any class&lt;/li&gt;
&lt;li&gt;Apply mixins statically via attributes, or dynamically via code&lt;/li&gt;
&lt;li&gt;Apply mixins on application startup without starting any tools, or at build-time as you prefer&lt;/li&gt;
&lt;li&gt;Add and remove attributes via mixins&lt;/li&gt;
&lt;li&gt;Mixins can derive from each other, and mixins can even be applied to mixins&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;a href="http://remix.codeplex.com/wikipage?title=ExtensionMethods&amp;referringTitle=Home"&gt;What&amp;#39;s the diffrence between mixins and extension methods&amp;#63;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Additional information about mixins and re-mix:
&lt;ul&gt;&lt;li&gt;&lt;a href="http://en.wikipedia.org/wiki/Mixin" class="externalLink"&gt;Wikipedia article on mixins&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;  - Learn what Mixins are and why they are useful in OOP design&lt;/li&gt;
&lt;li&gt;&lt;a href="http://download.microsoft.com/download/c/e/5/ce5434ca-4f54-42b1-81ea-7f5a72f3b1dd/2-10%20-%20remotion%20Mixins%20-%20Stefan%20Wenig%20and%20Fabian%20Schmied%20-%20rubicon.wmv" class="externalLink"&gt;Lang.NET Symposium&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; - Get an overview on re-mix and learn how you can benefit by using them.&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.re-motion.org/download/HOL_mixin_equals.pdf" class="externalLink"&gt;Hands on Lab on when to use re-mix&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; - Jump right into development with this hands on lab.&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.re-motion.org/blogs/mix/category/11.aspx" class="externalLink"&gt;Fabian&amp;#39;s Mix on re-motion Mixins&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; - Get deeper insights by reading the blog of the main developer of re-mix&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.re-motion.org/blogs/team/category/4.aspx" class="externalLink"&gt;re-motion Team Blog on Mixins&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; - Get deeper insights by reading the blog of the development team&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;If you have questions regarding re-mix, contact the development team via our &lt;a href="http://groups.google.com/group/re-motion-users" class="externalLink"&gt;Google Groups page&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;. Please follow this project to stay informed about updates!&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>stefanwenig</author><pubDate>Fri, 12 Aug 2011 15:16:50 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20110812031650P</guid></item><item><title>Updated Wiki: Documentation</title><link>http://remix.codeplex.com/documentation?version=1</link><description>&lt;div class="wikidoc"&gt;Getting started
&lt;ul&gt;&lt;li&gt;Download re-mix from this site&lt;/li&gt;
&lt;li&gt;Extract the assemblies from net-3.5/debug or net-3.5/release&lt;/li&gt;
&lt;li&gt;From Visual Studio, add references to the assemblies Remotion.dll and Remotion.Interfaces.dll&lt;/li&gt;
&lt;li&gt;Edit project properties to make sure you are not using the .NET Client Profile (currently not supported by log4net)&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;Use mixins in your code
&lt;ul&gt;&lt;li&gt;&lt;a href="http://remix.codeplex.com/wikipage?title=Create%20mixin%20classes&amp;referringTitle=Documentation"&gt;Create mixin classes&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://remix.codeplex.com/wikipage?title=Apply%20mixins%20via%20attributes&amp;referringTitle=Documentation"&gt;Apply mixins via attributes&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://remix.codeplex.com/wikipage?title=Create%20instances%20of%20objects%20via%20mixins&amp;referringTitle=Documentation"&gt;Create instances of objects via mixins&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>stefanwenig</author><pubDate>Fri, 12 Aug 2011 15:12:50 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Documentation 20110812031250P</guid></item><item><title>Updated Wiki: Home</title><link>http://remix.codeplex.com/wikipage?version=11</link><description>&lt;div class="wikidoc"&gt;Mixins are a powerful concept for object-oriented class composition. re-mix provides mixins for C# and Visual Basic .NET.&lt;br /&gt;&lt;br /&gt;While C# and VB.NET are continuously improving, they still support only a single mechanism for class composition: single inheritance. Over the years, many other mechanisms have been tried, among them multiple inheritance, mixins and traits. These mechanisms allow for a more flexible composition of classes from various sources, therefore enabling new programming techniques that reduce code redundancy, increase the expressiveness of code and allow for a more direct mapping of mental models to code.&lt;br /&gt;&lt;br /&gt;Some of the features of re-mix are:
&lt;ul&gt;&lt;li&gt;Create mixins that add interfaces with implementations and state to other classes&lt;/li&gt;
&lt;li&gt;Override class methods in mixins&lt;/li&gt;
&lt;li&gt;Implement abstract mixin methods in classes that use mixins&lt;/li&gt;
&lt;li&gt;Apply any number of mixins to any class&lt;/li&gt;
&lt;li&gt;Apply mixins statically via attributes, or dynamically via code&lt;/li&gt;
&lt;li&gt;Apply mixins on application startup without starting any tools, or at build-time as you prefer&lt;/li&gt;
&lt;li&gt;Add and remove attributes via mixins&lt;/li&gt;
&lt;li&gt;Mixins can derive from each other, and mixins can even be applied to mixins&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;a href="http://remix.codeplex.com/wikipage?title=ExtensionMethods&amp;referringTitle=Home"&gt;What&amp;#39;s the diffrence between mixins and extension methods&amp;#63;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://remix.codeplex.com/wikipage?title=UsingRemix&amp;referringTitle=Home"&gt;Using re-mix&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Please get started with the following information about re-mix (previously called re-motion mixins):
&lt;ul&gt;&lt;li&gt;&lt;a href="http://en.wikipedia.org/wiki/Mixin" class="externalLink"&gt;Wikipedia article on mixins&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;  - Learn what Mixins are and why they are useful in OOP design&lt;/li&gt;
&lt;li&gt;&lt;a href="http://download.microsoft.com/download/c/e/5/ce5434ca-4f54-42b1-81ea-7f5a72f3b1dd/2-10%20-%20remotion%20Mixins%20-%20Stefan%20Wenig%20and%20Fabian%20Schmied%20-%20rubicon.wmv" class="externalLink"&gt;Lang.NET Symposium&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; - Get an overview on re-mix and learn how you can benefit by using them.&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.re-motion.org/download/HOL_mixin_equals.pdf" class="externalLink"&gt;Hands on Lab on when to use re-mix&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; - Jump right into development with this hands on lab.&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.re-motion.org/blogs/mix/category/11.aspx" class="externalLink"&gt;Fabian&amp;#39;s Mix on re-motion Mixins&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; - Get deeper insights by reading the blog of the main developer of re-mix&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.re-motion.org/blogs/team/category/4.aspx" class="externalLink"&gt;re-motion Team Blog on Mixins&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; - Get deeper insights by reading the blog of the development team&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;If you have questions regarding re-mix, contact the development team via our &lt;a href="http://groups.google.com/group/re-motion-users" class="externalLink"&gt;Google Groups page&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;. Please follow this project to stay informed about updates!&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>stefanwenig</author><pubDate>Fri, 12 Aug 2011 15:07:23 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20110812030723P</guid></item><item><title>Updated Wiki: Home</title><link>http://remix.codeplex.com/wikipage?version=10</link><description>&lt;div class="wikidoc"&gt;Mixins are a powerful concept for object-oriented class composition. re-mix provides mixins for C# and Visual Basic .NET.&lt;br /&gt;&lt;br /&gt;While C# and VB.NET are continuously improving, they still support only a single mechanism for class composition: single inheritance. Over the years, many other mechanisms have been tried, among them multiple inheritance, mixins and traits. These mechanisms allow for a more flexible composition of classes from various sources, therefore enabling new programming techniques that reduce code redundancy, increase the expressiveness of code and allow for a more direct mapping of mental models to code.&lt;br /&gt;&lt;br /&gt;Some of the features of re-mix are:
&lt;ul&gt;&lt;li&gt;Create mixins that add interfaces with implementations and state to other classes&lt;/li&gt;
&lt;li&gt;Override class methods in mixins&lt;/li&gt;
&lt;li&gt;Implement abstract mixin methods in classes that use mixins&lt;/li&gt;
&lt;li&gt;Apply any number of mixins to any class&lt;/li&gt;
&lt;li&gt;Apply mixins statically via attributes, or dynamically via code&lt;/li&gt;
&lt;li&gt;Apply mixins on application startup without starting any tools, or at build-time as you prefer&lt;/li&gt;
&lt;li&gt;Add and remove attributes via mixins&lt;/li&gt;
&lt;li&gt;Mixins can derive from each other, and mixins can even be applied to mixins&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;a href="http://remix.codeplex.com/wikipage?title=What%27s%20the%20difference%20between%20mixins%20and%20extension%20methods%3f&amp;referringTitle=Home"&gt;ExtensionMethods&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Please get started with the following information about re-mix (previously called re-motion mixins):
&lt;ul&gt;&lt;li&gt;&lt;a href="http://en.wikipedia.org/wiki/Mixin" class="externalLink"&gt;Wikipedia article on mixins&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;  - Learn what Mixins are and why they are useful in OOP design&lt;/li&gt;
&lt;li&gt;&lt;a href="http://download.microsoft.com/download/c/e/5/ce5434ca-4f54-42b1-81ea-7f5a72f3b1dd/2-10%20-%20remotion%20Mixins%20-%20Stefan%20Wenig%20and%20Fabian%20Schmied%20-%20rubicon.wmv" class="externalLink"&gt;Lang.NET Symposium&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; - Get an overview on re-mix and learn how you can benefit by using them.&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.re-motion.org/download/HOL_mixin_equals.pdf" class="externalLink"&gt;Hands on Lab on when to use re-mix&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; - Jump right into development with this hands on lab.&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.re-motion.org/blogs/mix/category/11.aspx" class="externalLink"&gt;Fabian&amp;#39;s Mix on re-motion Mixins&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; - Get deeper insights by reading the blog of the main developer of re-mix&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.re-motion.org/blogs/team/category/4.aspx" class="externalLink"&gt;re-motion Team Blog on Mixins&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; - Get deeper insights by reading the blog of the development team&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;If you have questions regarding re-mix, contact the development team via our &lt;a href="http://groups.google.com/group/re-motion-users" class="externalLink"&gt;Google Groups page&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;. Please follow this project to stay informed about updates!&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>stefanwenig</author><pubDate>Fri, 12 Aug 2011 15:06:40 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20110812030640P</guid></item><item><title>Updated Wiki: Home</title><link>http://remix.codeplex.com/wikipage?version=9</link><description>&lt;div class="wikidoc"&gt;mixins are a powerful concept to improve OOP structures. Unfortunately, mixins are not part of the .NET framework.  re-mix provides mixins for C# and Visual Basic .NET.&lt;br /&gt;&lt;br /&gt;In short, you will love mixins, if you
&lt;ul&gt;&lt;li&gt;... have craved for multiple interitance support in .NET once in a while&lt;/li&gt;
&lt;li&gt;... wished you could add stateful(!) code pieces to several non-related classes without messing up the inheritance hierarchy &lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;Please get started with the following information about re-mix (previously called re-motion mixins):
&lt;ul&gt;&lt;li&gt;&lt;a href="http://en.wikipedia.org/wiki/Mixin" class="externalLink"&gt;Wikipedia article on mixins&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;  - Learn what Mixins are and why they are useful in OOP design&lt;/li&gt;
&lt;li&gt;&lt;a href="http://download.microsoft.com/download/c/e/5/ce5434ca-4f54-42b1-81ea-7f5a72f3b1dd/2-10%20-%20remotion%20Mixins%20-%20Stefan%20Wenig%20and%20Fabian%20Schmied%20-%20rubicon.wmv" class="externalLink"&gt;Lang.NET Symposium&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; - Get an overview on re-mix and learn how you can benefit by using them.&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.re-motion.org/download/HOL_mixin_equals.pdf" class="externalLink"&gt;Hands on Lab on when to use re-mix&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; - Jump right into development with this hands on lab.&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.re-motion.org/blogs/mix/category/11.aspx" class="externalLink"&gt;Fabian&amp;#39;s Mix on re-motion Mixins&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; - Get deeper insights by reading the blog of the main developer of re-mix&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.re-motion.org/blogs/team/category/4.aspx" class="externalLink"&gt;re-motion Team Blog on Mixins&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; - Get deeper insights by reading the blog of the development team&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;If you have questions regarding re-mix, contact the development team via our &lt;a href="http://groups.google.com/group/re-motion-users" class="externalLink"&gt;Google Groups page&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;. Please follow this project to stay informed about updates!&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>StefanPapp</author><pubDate>Tue, 10 May 2011 09:38:49 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20110510093849A</guid></item><item><title>Updated Wiki: Home</title><link>http://remix.codeplex.com/wikipage?version=8</link><description>&lt;div class="wikidoc"&gt;mixins are a powerful concept to improve OOP structures. Unfortunately, mixins are not part of the .NET framework.  re-mix provides mixins for C# and Visual Basic .NET.&lt;br /&gt;&lt;br /&gt;In short, you will love mixins, if you
&lt;ul&gt;&lt;li&gt;... have craved for multiple interitance support in .NET once in a while&lt;/li&gt;
&lt;li&gt;... wished you could add stateful(!) code pieces to several non-related classes without messing up the inheritance hierarchy &lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;Please get started with the following information about re-mix (previously called re-motion mixins):
&lt;ul&gt;&lt;li&gt;&lt;a href="http://en.wikipedia.org/wiki/Mixin" class="externalLink"&gt;Wikipedia article on mixins&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;  - Learn what Mixins are and why they are useful in OOP design&lt;/li&gt;
&lt;li&gt;&lt;a href="http://download.microsoft.com/download/c/e/5/ce5434ca-4f54-42b1-81ea-7f5a72f3b1dd/2-10%20-%20remotion%20Mixins%20-%20Stefan%20Wenig%20and%20Fabian%20Schmied%20-%20rubicon.wmv" class="externalLink"&gt;Lang.NET Symposium&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; - Get an overview on re-mix and learn how you can benefit by using them.&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.re-motion.org/community/LinkClick.aspx?fileticket=h9F8VKtF3tY%3d&amp;amp;tabid=70" class="externalLink"&gt;Hands on Lab on when to use re-mix&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; - Jump right into development with this hands on lab.&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.re-motion.org/blogs/mix/category/11.aspx" class="externalLink"&gt;Fabian&amp;#39;s Mix on re-motion Mixins&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; - Get deeper insights by reading the blog of the main developer of re-mix&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.re-motion.org/blogs/team/category/4.aspx" class="externalLink"&gt;re-motion Team Blog on Mixins&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; - Get deeper insights by reading the blog of the development team&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;If you have questions regarding re-mix, contact the development team via our &lt;a href="http://groups.google.com/group/re-motion-users" class="externalLink"&gt;Google Groups page&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;. Please follow this project to stay informed about updates!&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>StefanPapp</author><pubDate>Fri, 06 May 2011 13:14:43 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20110506011443P</guid></item><item><title>Updated Wiki: Home</title><link>http://remix.codeplex.com/wikipage?version=7</link><description>&lt;div class="wikidoc"&gt;mixins are a powerful concept to improve OOP structures. Unfortunately, mixins are not part of the .NET framework.  re-mix provides mixins for C# and Visual Basic .NET.&lt;br /&gt;&lt;br /&gt;In short, you will love mixins, if you
&lt;ul&gt;&lt;li&gt;... have craved for multiple interitance support in .NET once in a while&lt;/li&gt;
&lt;li&gt;... wished you could add stateful(!) code pieces to several non-related classes without messing up the inheritance hierarchy &lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;Please get started with the following information about re-mix (previously called re-motion mixins):
&lt;ul&gt;&lt;li&gt;&lt;a href="http://en.wikipedia.org/wiki/Mixin" class="externalLink"&gt;Wikipedia article on mixins&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;  - Learn what Mixins are and why they are useful in OOP design&lt;/li&gt;
&lt;li&gt;&lt;a href="http://download.microsoft.com/download/c/e/5/ce5434ca-4f54-42b1-81ea-7f5a72f3b1dd/2-10%20-%20remotion%20Mixins%20-%20Stefan%20Wenig%20and%20Fabian%20Schmied%20-%20rubicon.wmv" class="externalLink"&gt;Lang.NET Symposium&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; - Get an overview on re-mix and learn how you can benefit by using them.&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.re-motion.org/community/LinkClick.aspx?fileticket=h9F8VKtF3tY%3d&amp;amp;tabid=70" class="externalLink"&gt;Hands on Lab on when to use re-mix&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; - Jump right into development with this hands on lab.&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.re-motion.org/blogs/mix/category/11.aspx" class="externalLink"&gt;Fabian&amp;#39;s Mix on re-motion Mixins&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; - Get deeper insights by reading the blog of the main developer of re-mix&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.re-motion.org/blogs/team/category/4.aspx" class="externalLink"&gt;re-motion Team Blog on Mixins&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; - Get deeper insights by reading the blog of the development team&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;If you have questions regarding re-mix, contact the development team via Google Groups (http://groups.google.com/group/re-motion-users). Please follow this project to stay informed about updates!&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>StefanPapp</author><pubDate>Tue, 26 Apr 2011 06:44:39 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20110426064439A</guid></item><item><title>Updated Wiki: Home</title><link>http://remix.codeplex.com/wikipage?version=6</link><description>&lt;div class="wikidoc"&gt;mixins are a powerful concept to improve OOP structures. Unfortunately, mixins are not part of the .NET framework. &lt;br /&gt;&lt;br /&gt;re-mix provides mixins for C# and Visual Basic .NET.&lt;br /&gt;&lt;br /&gt;Please get started with the following information about re-mix (previously called re-motion mixins):
&lt;ul&gt;&lt;li&gt;&lt;a href="http://en.wikipedia.org/wiki/Mixin" class="externalLink"&gt;Wikipedia article on mixins&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;  - Learn what Mixins are and why they are useful in OOP design&lt;/li&gt;
&lt;li&gt;&lt;a href="http://download.microsoft.com/download/c/e/5/ce5434ca-4f54-42b1-81ea-7f5a72f3b1dd/2-10%20-%20remotion%20Mixins%20-%20Stefan%20Wenig%20and%20Fabian%20Schmied%20-%20rubicon.wmv" class="externalLink"&gt;Lang.NET Symposium&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; - Get an overview on re-mix and learn how you can benefit by using them.&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.re-motion.org/community/LinkClick.aspx?fileticket=h9F8VKtF3tY%3d&amp;amp;tabid=70" class="externalLink"&gt;Hands on Lab on when to use re-mix&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; - Jump right into development with this hands on lab.&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.re-motion.org/blogs/mix/category/11.aspx" class="externalLink"&gt;Fabian&amp;#39;s Mix on re-motion Mixins&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; - Get deeper insights by reading the blog of the main developer of re-mix&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.re-motion.org/blogs/team/category/4.aspx" class="externalLink"&gt;re-motion Team Blog on Mixins&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; - Get deeper insights by reading the blog of the development team&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;If you have questions regarding re-mix, you can contact the team via Google Groups (http://groups.google.com/group/re-motion-users). Please check again later for more information and follow the project. We will add more information about re-mix and some links to some articles soon! &lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>StefanPapp</author><pubDate>Fri, 22 Apr 2011 05:26:55 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20110422052655A</guid></item><item><title>Updated Wiki: Home</title><link>http://remix.codeplex.com/wikipage?version=5</link><description>&lt;div class="wikidoc"&gt;mixins are a powerful concept to improve OOP structures. Unfortunately, mixins are not part of the .NET framework. &lt;br /&gt;&lt;br /&gt;re-mix provides mixins for C# and Visual Basic .NET.&lt;br /&gt;&lt;br /&gt;Please get started with the following information about re-mix (previously called re-motion mixins):
&lt;ul&gt;&lt;li&gt;&lt;a href="http://en.wikipedia.org/wiki/Mixin" class="externalLink"&gt;Wikipedia article on mixins&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;&lt;a href="http://download.microsoft.com/download/c/e/5/ce5434ca-4f54-42b1-81ea-7f5a72f3b1dd/2-10%20-%20remotion%20Mixins%20-%20Stefan%20Wenig%20and%20Fabian%20Schmied%20-%20rubicon.wmv" class="externalLink"&gt;Lang.NET Symposium&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.re-motion.org/blogs/mix/category/11.aspx" class="externalLink"&gt;Fabian&amp;#39;s Mix on re-motion Mixins&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.re-motion.org/blogs/team/category/4.aspx" class="externalLink"&gt;re-motion Team Blog on Mixins&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt; &lt;a href="https://www.re-motion.org/community/LinkClick.aspx?fileticket=h9F8VKtF3tY%3d&amp;amp;tabid=70" class="externalLink"&gt;Hands on Lab on when to use re-mix&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;Please check again later for updated information. We will provide further information including Hands On Labs soon!&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>StefanPapp</author><pubDate>Tue, 19 Apr 2011 12:10:34 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20110419121034P</guid></item><item><title>Updated Wiki: Home</title><link>http://remix.codeplex.com/wikipage?version=4</link><description>&lt;div class="wikidoc"&gt;mixins are a powerful concept to improve OOP structures. Unfortunately, mixins are not part of the .NET framework. &lt;br /&gt;&lt;br /&gt;re-mix provides mixins for C# and Visual Basic .NET.&lt;br /&gt;&lt;br /&gt;Please get started with the following information about re-mix (previously called re-motion mixins):
&lt;ul&gt;&lt;li&gt;&lt;a href="http://en.wikipedia.org/wiki/Mixin" class="externalLink"&gt;Wikipedia article on mixins&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;&lt;a href="http://download.microsoft.com/download/c/e/5/ce5434ca-4f54-42b1-81ea-7f5a72f3b1dd/2-10%20-%20remotion%20Mixins%20-%20Stefan%20Wenig%20and%20Fabian%20Schmied%20-%20rubicon.wmv" class="externalLink"&gt;Lang.NET Symposium&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.re-motion.org/blogs/mix/category/11.aspx" class="externalLink"&gt;Fabian&amp;#39;s Mix on re-motion Mixins&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.re-motion.org/blogs/team/category/4.aspx" class="externalLink"&gt;re-motion Team Blog on Mixins&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;Please check again later for updated information. We will provide further information including Hands On Labs soon!&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>StefanPapp</author><pubDate>Mon, 18 Apr 2011 09:06:03 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20110418090603A</guid></item><item><title>Updated Wiki: Home</title><link>http://remix.codeplex.com/wikipage?version=3</link><description>&lt;div class="wikidoc"&gt;re-mix provides mixins for C# and Visual Basic .NET.&lt;br /&gt;&lt;br /&gt;Please check again later for updated information. In the meantime, you might want to read the following information about re-mix (previously called re-motion mixins):&lt;br /&gt;re-motion Team Blog
&lt;ul&gt;&lt;li&gt;&lt;a href="https://www.re-motion.org/blogs/team/category/4.aspx" class="externalLink"&gt;re-motion Team Blog on Mixins&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.re-motion.org/blogs/mix/category/11.aspx" class="externalLink"&gt;Fabian&amp;#39;s Mix on re-motion Mixins&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://download.microsoft.com/download/c/e/5/ce5434ca-4f54-42b1-81ea-7f5a72f3b1dd/2-10%20-%20remotion%20Mixins%20-%20Stefan%20Wenig%20and%20Fabian%20Schmied%20-%20rubicon.wmv" class="externalLink"&gt;Lang.NET Symposium&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://en.wikipedia.org/wiki/Mixin" class="externalLink"&gt;Wikipedia article on mixins&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; &lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>StefanPapp</author><pubDate>Wed, 23 Mar 2011 10:08:55 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20110323100855A</guid></item></channel></rss>