Thread overview
Article: D-style Mixins in C#
Aug 24, 2012
Michal Minich
Aug 24, 2012
Adam Wilson
August 24, 2012
http://blogs.jetbrains.com/dotnet/2012/08/resharper-sdk-adventures-part-5-%E2%80%94-d-style-mixins-in-c/
August 24, 2012
On Fri, 24 Aug 2012 01:40:27 -0700, Michal Minich <michal.minich@gmail.com> wrote:

> http://blogs.jetbrains.com/dotnet/2012/08/resharper-sdk-adventures-part-5-%E2%80%94-d-style-mixins-in-c/

This is pretty cool. The guys at JetBrains are well known in the C# community for the high-quality tools and state-of-the-art work in .NET.

Although, seeing this done without Roslyn (C# Compiler-as-a-Service) makes me curious how much closer we could get to D on .NET with Roslyn...

-- 
Adam Wilson
IRC: LightBender
Project Coordinator
The Horizon Project
http://www.thehorizonproject.org/
August 24, 2012
On 8/24/12 2:06 PM, Adam Wilson wrote:
> On Fri, 24 Aug 2012 01:40:27 -0700, Michal Minich
> <michal.minich@gmail.com> wrote:
>
>> http://blogs.jetbrains.com/dotnet/2012/08/resharper-sdk-adventures-part-5-%E2%80%94-d-style-mixins-in-c/
>>
>
> This is pretty cool. The guys at JetBrains are well known in the C#
> community for the high-quality tools and state-of-the-art work in .NET.

http://www.reddit.com/r/programming/comments/yrn96/dstyle_mixins_in_c/

Andrei