ollifant
ollifant

Reputation: 8616

Popular .NET Compact Framework open source applications / components

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

Upvotes: 2

Views: 1948

Answers (3)

Naruto
Naruto

Reputation: 9634

Try this Silvermoon

Upvotes: 1

Shaihi
Shaihi

Reputation: 3974

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.

Upvotes: 2

Related Questions