views:

340

answers:

4

In my company I am responsible for the development of a .NET CF application which runs on top of Windows CE. We have invested much time in the development of a GUI framework, a top-level design which handles authorizations and navigation on the device, a IoC customer, ...

Now I was wondering if there are any other projects which show kind of best practices (for example what the prefered way of GUI drawing is).

In the following there are some which I know:

What applications / components do you know?

* actually not a application, but definetely worth to take a look

+2  A: 

I know I always like to take a look at the SDF 1.x source code for reference. Though, it is not up to date.

Shaihi
+2  A: 

There are always the ever-popular:

ctacke
+1  A: 

Try this Silvermoon

Shadow
A: 

I really love and use the GUI components from Resco. You can find a few examples in the following articles: http://www.resco.net/developer/company/articles.aspx?file=articles/article07 http://www.resco.net/developer/company/articles.aspx?file=articles/article11 http://www.resco.net/developer/company/articles.aspx?file=articles/article13 http://www.resco.net/developer/company/articles.aspx?file=articles/article16

It is really worth taking a look as it serves as a great inspiration for me.

Ivan