CSharpFeeds - All your C# feeds in one place.

Saturday, January 16, 2010

First encounters with Reactive Extensions

by skeet via Jon Skeet: Coding Blog on 1/16/2010 8:13:42 PM

I've been researching Reactive Extensions for the last few days, with an eye to writing a short section in chapter 12 of the second edition of C# in Depth. (This is the most radically changed chapter from the first edition; it will be covering LINQ to SQL, IQueryable, LINQ to XML, Parallel LINQ, Reactive Extensions, and writing your own LINQ to Objects operators.) I've watched various videos from Channel 9, but today was the first time I actually played with it. I'm half excited, and ...

[ read more ]

Tagging Classes With Attributes

by Scott DePouw via Scott DePouw's Blog on 1/16/2010 6:20:00 PM

This past week, I wrote a custom C# Attribute for the first time. It was an attribute designed to be applied to classes to designate a particular, well, attribute of that class. It did not have any properties or methods in it: The attribute strictly served as what I’m interpreting as an attribute on a particular class. [AttributeUsage(AttributeTargets.Class)] public class McDonaldsAttribute : Attribute { } In this example, I’m going to apply [McDonalds] only to whatever food is ...

[ read more ]

Subscribe

New Feed

Product Spotlight

Recently Updated Sources

Legal Note

The content of the postings is owned by the respective author. CSharpFeeds is not responsible for the contents of the postings. This site is automatically generated and cannot be reviewed for abusive content. If you find abusive content on CSharpFeeds, please contact us. Designated trademarks and brands are the property of their respective owners. All rights reserved.

Advertise with us