Click here to Skip to main content
15,895,084 members
Articles / Desktop Programming / WPF

Catel - Part 5 of n: Building a WPF example application with Catel in 1 hour

Rate me:
Please Sign up or sign in to vote.
4.84/5 (21 votes)
28 Jan 2011CPOL27 min read 100.3K   3.5K   37  
This article explains how to write a real-world application using Catel.
SocialMediaStream
=================

Why are there so many assemblies?
---------------------------------
Catel itself exists if a few assemblies:

* Catel.Core
* Catel.Windows
* log4net
* Microsoft.Practices.Unity

If you want to be able to configure Unity via configuration,
you will also need the following:
* Microsoft.Practices.Unity.Configuration
* Microsoft.Practices.ServiceLocation

Then there is the SocialMediaStream app with the library and 2
providers, the rest is all just required for facebook and twitter.

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer
Netherlands Netherlands
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions