Click here to Skip to main content
15,891,513 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
i want to develop a ERP software In which i am going to use mysql database..
Can any one Please tell me what i use.. WPF or WFA

What I have tried:

i want to develop a ERP software In which i am going to use mysql database.. 
Can any one Please tell me what i use.. WPF or WFA
Posted
Updated 4-Jan-17 22:10pm

 
Share this answer
 
You use whichever tool suits you best. We can't answer this for you as we don't have access to your requirements. Here are some things that you might want to consider.

  1. Do you want to support changing the overall look and feel of your application so that it no longer looks like a standard windows forms application? If so, you should look at WPF.
  2. Do you have experience building applications using a declarative language? If you don't, WPF has a steep learning curve.
  3. Will people only be using Windows to access your system? If no, then it should be browser based.
  4. Do you require complex animations in your application? WPF is better suited to this than WinForms
  5. Will this be running on Windows XP? If yes, go with WinForms as you will be limited to an older WPF version that is missing a lot of the performance improvements introduced later on
 
Share this answer
 
Comments
Philippe Mori 5-Jan-17 9:14am    
Seriously, if one is starting a new application in 2017, he should forget about XP.
Pete O'Hanlon 5-Jan-17 9:16am    
You would hope so - except I have seen companies still running XP.
Jon McKee 5-Jan-17 16:33pm    
There are still companies running XP AND IE6. Makes me a little nauseous tbh.
in microsoft WFA is not a technology, did you mean WWF ?
I think your question is where do you want to deliver your solution on windows, the web or natively on any os.
 
Share this answer
 
Comments
Jon McKee 5-Jan-17 16:34pm    
I'm sure you realized this by now but if not, WFA = Windows Forms Application :)
Thomas Nielsen - getCore 9-Jan-17 2:29am    
oh, wow. Never used that abbreviation for that - not for lack of doing such, not even when having problems with something in them :) thx!

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