Should I use WPF or Windows Forms Application for my project in C#?
Posted
by RAJ K
on Stack Overflow
See other posts from Stack Overflow
or by RAJ K
Published on 2010-04-05T15:13:46Z
Indexed on
2010/04/05
15:33 UTC
Read the original article
Hit count: 219
- I am developing a Client-Server based application in which client application will access server database to store billing information. It will also have report generation facility. Windows Forms is good in document printing & I don't see such facility or controls in WPF. If I am wrong then please correct me.
- I want database security, which DB should I use, SQL Server, MySQL or Oracle. I would like to use free DB but security is my priority.
- Please suggest how I can implement a Client-Server architecture with multiple clients in C#?
Thank you Geeks!!!
© Stack Overflow or respective owner