Foovanadil

Stories submitted by Foovanadil

Open Source MediaRss Library(mediarss.codeplex.com)

submitted by FoovanadilFoovanadil(155) 2 years, 1 month ago

A C# library for reading and writing MediaRss files. By leveraging the SyndicationFeed objects in .NET 3.5 you can parse MediaRss files doing something like SyndicationFeed.Load<MediaRssFeed>(FeedUrl); read more...

add a comment |category: |Views: 8

tags: another

Google Reader: Tip of the day – Mark as Unread(www.bradcunningham.net)

submitted by FoovanadilFoovanadil(155) 2 years, 3 months ago

The somewhat hidden list of google reader shortcuts are found, the elusive "mark as unread" feature is there just hidden. read more...

add a comment |category: |Views: 49

tags: another

Adding Rx Framework to Courier(www.bradcunningham.net)

submitted by FoovanadilFoovanadil(155) 2 years, 3 months ago

Update the courier project to include support for IObservables and LINQ quieries over a message sequence read more...

add a comment |category: |Views: 9

tags: another

How to not suck at a techincal interview(www.bradcunningham.net)

submitted by FoovanadilFoovanadil(155) 2 years, 4 months ago

CORRECT LINK THIS TIME. Tips to improve your marketability during a technical interview. Mostly a rant :) read more...

7 comments |category: |Views: 668

tags: another

Courier, a codeplex project (Decoupled ViewModel messaging framework)(bradcunningham.net)

submitted by FoovanadilFoovanadil(155) 2 years, 5 months ago

Courier is a simple decoupled messaging framework that allows easy communication between ViewModels. this is useful anywhere you are using the MVVM pattern (WPF,Silverlight,ASP.NET etc..) read more...

add a comment |category: |Views: 38

tags: another