c# - Using winforms to develop a software -


Is the only way to develop a software GUI?

The software will use SQL Server Express Edition & amp; Will be created at C # Net

Edit: Software will run locally on LANs on one or more systems. In the case of multiple systems, the SQL server will be installed on only one PC and the other will connect it. In addition, all systems will have Windows XP or 7.

Today the most preferred technique is WPF that lets you design the application more in a more maintainable and testable way.

In addition to this, you can see the SQL Compact as an alternative to SQL Express

Comments