Click here to Skip to main content
15,881,882 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I have to build an interface in C# for a conning display like this (Example) http://www.maritime-executive.com/media/transfer/img/OL_120224_conning.jpg[^]

I want to build something modern and I have main doubts about if should I use a WF or a WPF.It going to be the interface of a local application.

Releated to the design I am not sure if could be possible use Bootstrap in that type of forms or if is better to use something like Prism or Catel or maybe there is something much better that I don't know.

Take into account that I am using VS Express 2013.
Could you give me some guidelines or advice about this topics?
Posted

1 solution

WPF could be a good choice, but a lot depends on what the application does under the covers. I would suggest taking a look at some of the WPF articles here on CodeProject[^] to see what can be done.
 
Share this answer
 

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



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900